You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-etsproxy
|
|
version 0.1.1
|
|
categories-append devel
|
|
license BSD
|
|
maintainers {gmail.com:jjstickel @jjstickel} openmaintainer
|
|
|
|
description Proxy modules for backwards compatibility
|
|
|
|
long_description This is the ETS proxy package, it contains the proxy\
|
|
modules for all ETS projects which map the old enthought\
|
|
namespace imports (version 3) to the namespace-refactored\
|
|
ETS packages (version 4).
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
homepage https://github.com/enthought/etsproxy
|
|
master_sites http://www.enthought.com/repo/ets/
|
|
distname etsproxy-${version}
|
|
|
|
checksums md5 dadb306652834f29693133859753c8bb \
|
|
sha1 16aa8e8770bbf2b18915eb64da813e0d0fd27411 \
|
|
rmd160 e8de667a7cd05534e51020c97f8b60280f3c53b7
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
}
|