Last change
on this file was
130449,
checked in by larryv@…, 3 years ago
|
py25-etsproxy: Replace with py27
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 130449 2014-12-31 00:51:06Z larryv@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-etsproxy |
---|
8 | version 0.1.1 |
---|
9 | categories-append devel |
---|
10 | license BSD |
---|
11 | maintainers vcn.com:jjstickel openmaintainer |
---|
12 | |
---|
13 | description Proxy modules for backwards compatibility |
---|
14 | |
---|
15 | long_description This is the ETS proxy package, it contains the proxy\ |
---|
16 | modules for all ETS projects which map the old enthought\ |
---|
17 | namespace imports (version 3) to the namespace-refactored\ |
---|
18 | ETS packages (version 4). |
---|
19 | |
---|
20 | platforms darwin |
---|
21 | supported_archs noarch |
---|
22 | homepage https://github.com/enthought/etsproxy |
---|
23 | master_sites http://www.enthought.com/repo/ets/ |
---|
24 | distname etsproxy-${version} |
---|
25 | |
---|
26 | checksums md5 dadb306652834f29693133859753c8bb \ |
---|
27 | sha1 16aa8e8770bbf2b18915eb64da813e0d0fd27411 \ |
---|
28 | rmd160 e8de667a7cd05534e51020c97f8b60280f3c53b7 |
---|
29 | |
---|
30 | python.versions 26 27 |
---|
31 | python.default_version 27 |
---|
32 | |
---|
33 | if {${name} ne ${subport}} { |
---|
34 | depends_build port:py${python.version}-setuptools |
---|
35 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.