[92590] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue May 1 14:24:00 PDT 2012


Revision: 92590
          https://trac.macports.org/changeset/92590
Author:   stromnov at macports.org
Date:     2012-05-01 14:23:59 -0700 (Tue, 01 May 2012)
Log Message:
-----------
py*-blist: incorporate py31-blist in to unified py-blist

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

Removed Paths:
-------------
    trunk/dports/python/py31-blist/

Modified: trunk/dports/python/py-blist/Portfile
===================================================================
--- trunk/dports/python/py-blist/Portfile	2012-05-01 21:12:38 UTC (rev 92589)
+++ trunk/dports/python/py-blist/Portfile	2012-05-01 21:23:59 UTC (rev 92590)
@@ -6,12 +6,12 @@
 
 name                py-blist
 version             1.3.4
-revision            2
+revision            3
 categories-append   devel
 license             BSD
 platforms           darwin
 
-maintainers         stromnov openmaintainer
+maintainers         stromnov phw openmaintainer
 
 description         A list-like type with better asymptotic performance.
 long_description    A list-like type with better asymptotic performance \
@@ -21,23 +21,25 @@
 master_sites        http://pypi.python.org/packages/source/b/blist/
 distname            blist-${version}
 
-checksums           md5     02e8bf33cffec9cc802f4567f39ffa6f \
-                    sha1    a8a7401c6c3f12f27a79757b4d5f7ebc996aeb76 \
-                    rmd160  1409f817660b9c9b9bf814c8b629118b47542b0d
+checksums           rmd160  1409f817660b9c9b9bf814c8b629118b47542b0d \
+                    sha256  502e4fc7ebac04d5699f39c19ff2687ec32698d01252edafd28997db2d6d0a01
 
-python.versions     24 25 26 27 32
+python.versions     24 25 26 27 31 32
 
-if {$subport == "py24-blist"} {
-    depends_lib     port:py24-distribute port:py-ctypes
-} elseif {$subport != $name} {
-    depends_lib     port:py${python.version}-distribute
-}
+if {$subport != $name} {
 
-if {$subport != $name} {
+    if {$subport == "py24-blist"} {
+        depends_lib     port:py24-distribute port:py-ctypes
+    } else {
+        depends_lib     port:py${python.version}-distribute
+    }
+
     post-patch {
         file delete -force ${worksrcpath}/blist.egg-info
     }
 
+    build.args-append -f
+
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120501/31313883/attachment-0001.html>


More information about the macports-changes mailing list