[52484] trunk/dports/python

phw at macports.org phw at macports.org
Wed Jun 17 06:14:28 PDT 2009


Revision: 52484
          http://trac.macports.org/changeset/52484
Author:   phw at macports.org
Date:     2009-06-17 06:14:28 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
Added blist for python 30

Added Paths:
-----------
    trunk/dports/python/py30-blist/
    trunk/dports/python/py30-blist/Portfile

Added: trunk/dports/python/py30-blist/Portfile
===================================================================
--- trunk/dports/python/py30-blist/Portfile	                        (rev 0)
+++ trunk/dports/python/py30-blist/Portfile	2009-06-17 13:14:28 UTC (rev 52484)
@@ -0,0 +1,27 @@
+PortSystem          1.0
+PortGroup           python30 1.0
+
+name                py30-blist
+version             1.0.1
+revision            1
+categories          python databases
+platforms           darwin
+
+maintainers         phw openmaintainer
+description         a list-like type with better asymptotic performance and similar performance on small lists
+long_description    ${description}
+homepage            http://stutzbachenterprises.com/
+master_sites        http://pypi.python.org/packages/source/b/blist/
+distname            blist-${version}
+
+checksums           md5     ff160b71f23d6730b743e84869f5d6fa \
+                    sha1    f755fd752a8f89f438d44ba71ea2336b96d0081e \
+                    rmd160  332e4c73e34a1b1a9a15a47876f4bee9d89ef384
+
+
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} README.txt LICENSE ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090617/3620403a/attachment.html>


More information about the macports-changes mailing list