[95864] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Jul 25 00:29:25 PDT 2012


Revision: 95864
          https://trac.macports.org/changeset/95864
Author:   jmr at macports.org
Date:     2012-07-25 00:29:25 -0700 (Wed, 25 Jul 2012)
Log Message:
-----------
New port: py-etsproxy (#33217)

Added Paths:
-----------
    trunk/dports/python/py-etsproxy/
    trunk/dports/python/py-etsproxy/Portfile

Added: trunk/dports/python/py-etsproxy/Portfile
===================================================================
--- trunk/dports/python/py-etsproxy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-etsproxy/Portfile	2012-07-25 07:29:25 UTC (rev 95864)
@@ -0,0 +1,35 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-etsproxy
+version             0.1.1
+categories-append   devel
+license             BSD
+maintainers         vcn.com: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     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build    port:py${python.version}-distribute
+}


Property changes on: trunk/dports/python/py-etsproxy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120725/95972553/attachment.html>


More information about the macports-changes mailing list