Ticket #33217: Portfile

File Portfile, 1.2 KB (added by petrus.hyvonen@…, 12 years ago)
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$
3
4PortSystem              1.0
5PortGroup               python 1.0
6
7name                py-etsproxy
8version             0.1.1
9categories-append   devel
10maintainers         vcn.com:jjstickel openmaintainer
11
12description         Proxy modules for backwards compatibility
13
14long_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                   
17platforms           darwin
18homepage            https://github.com/enthought/etsproxy
19master_sites        http://www.enthought.com/repo/ets/
20distname            etsproxy-${version}
21
22checksums           md5     dadb306652834f29693133859753c8bb \
23                    sha1    16aa8e8770bbf2b18915eb64da813e0d0fd27411 \
24                    rmd160  e8de667a7cd05534e51020c97f8b60280f3c53b7
25
26python.versions        25 26 27
27python.default_version 27
28
29if {$subport != $name} {
30    depends_build-append    port:py${python.version}-distribute
31}