[88154] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Dec 20 15:30:12 PST 2011


Revision: 88154
          http://trac.macports.org/changeset/88154
Author:   singingwolfboy at macports.org
Date:     2011-12-20 15:30:12 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
py-zodb: unified portfile, updated to 3.10.5

Modified Paths:
--------------
    trunk/dports/python/py-zodb/Portfile

Added Paths:
-----------
    trunk/dports/python/py-zodb/

Removed Paths:
-------------
    trunk/dports/python/py-zodb/
    trunk/dports/python/py27-zodb/

Modified: trunk/dports/python/py-zodb/Portfile
===================================================================
--- trunk/dports/python/py27-zodb/Portfile	2011-12-20 23:24:22 UTC (rev 88152)
+++ trunk/dports/python/py-zodb/Portfile	2011-12-20 23:30:12 UTC (rev 88154)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-zodb
+name                py-zodb
 set real_name       ZODB3
-version             3.10.3
+version             3.10.5
+python.versions     25 26 27
 maintainers         singingwolfboy openmaintainer
 platforms           darwin
 description         Zope Object Database: object database and persistence
@@ -24,13 +25,15 @@
 master_sites        http://pypi.python.org/packages/source/Z/${real_name}
 distname            ${real_name}-${version}
 
-checksums           rmd160  2dff0bf0106ce8c895ad161f057691ff77fee902 \
-                    sha256  2bc0305f62202947728515d806c8ce04ff975a9ef66e5731e6997fadf3e3b39d
+checksums           rmd160  80ffd861962fb7ee5b8a72c86d7f5b0b5640260b \
+                    sha256  c857d8a97d331351a3b964f841c263ebf39c862fe1103563fa020a7df1137338
 
-depends_build       port:py27-distribute
-depends_lib         port:py27-transaction \
-                    port:py27-zc-lockfile \
-                    port:py27-zconfig \
-                    port:py27-zdaemon \
-                    port:py27-zope-event \
-                    port:py27-zopeinterface
+if {$name != $subport} {
+    depends_build       port:py${python.version}-distribute
+    depends_lib         port:py${python.version}-transaction \
+                        port:py${python.version}-zc-lockfile \
+                        port:py${python.version}-zconfig \
+                        port:py${python.version}-zdaemon \
+                        port:py${python.version}-zope-event \
+                        port:py${python.version}-zopeinterface
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/1de97b30/attachment-0001.html>


More information about the macports-changes mailing list