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$ |
---|
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 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | |
---|
12 | description Proxy modules for backwards compatibility |
---|
13 | |
---|
14 | long_description This is the ETS proxy package, it contains the proxy\ |
---|
15 | modules for all ETS projects which map the old enthought\ namespace imports (version 3) to the namespace-refactored\ ETS packages (version 4). |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | homepage https://github.com/enthought/etsproxy |
---|
19 | master_sites http://www.enthought.com/repo/ets/ |
---|
20 | distname etsproxy-${version} |
---|
21 | |
---|
22 | checksums md5 dadb306652834f29693133859753c8bb \ |
---|
23 | sha1 16aa8e8770bbf2b18915eb64da813e0d0fd27411 \ |
---|
24 | rmd160 e8de667a7cd05534e51020c97f8b60280f3c53b7 |
---|
25 | |
---|
26 | python.versions 25 26 27 |
---|
27 | python.default_version 27 |
---|
28 | |
---|
29 | if {$subport != $name} { |
---|
30 | depends_build-append port:py${python.version}-distribute |
---|
31 | } |
---|