[56876] trunk/dports/python

toby at macports.org toby at macports.org
Wed Sep 2 14:06:25 PDT 2009


Revision: 56876
          http://trac.macports.org/changeset/56876
Author:   toby at macports.org
Date:     2009-09-02 14:06:21 -0700 (Wed, 02 Sep 2009)
Log Message:
-----------
Commit python 3.1 versions of existing py30 ports

Added Paths:
-----------
    trunk/dports/python/py31-blist/
    trunk/dports/python/py31-blist/Portfile
    trunk/dports/python/py31-crcmod/
    trunk/dports/python/py31-crcmod/Portfile
    trunk/dports/python/py31-ply/
    trunk/dports/python/py31-ply/Portfile
    trunk/dports/python/py31-tc/
    trunk/dports/python/py31-tc/Portfile

Copied: trunk/dports/python/py31-blist/Portfile (from rev 56875, trunk/dports/python/py30-blist/Portfile)
===================================================================
--- trunk/dports/python/py31-blist/Portfile	                        (rev 0)
+++ trunk/dports/python/py31-blist/Portfile	2009-09-02 21:06:21 UTC (rev 56876)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python31 1.0
+
+name                py31-blist
+version             1.0.1
+categories          python 
+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}
+}

Copied: trunk/dports/python/py31-crcmod/Portfile (from rev 56875, trunk/dports/python/py30-crcmod/Portfile)
===================================================================
--- trunk/dports/python/py31-crcmod/Portfile	                        (rev 0)
+++ trunk/dports/python/py31-crcmod/Portfile	2009-09-02 21:06:21 UTC (rev 56876)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python31 1.0
+
+name                py31-crcmod
+version             1.5
+categories          python 
+platforms           darwin
+
+maintainers         phw openmaintainer
+description         Python module for creating functions computing the Cyclic Redundancy Check (CRC).
+long_description    ${description}
+homepage            http://crcmod.sourceforge.net/
+master_sites        sourceforge:crcmod
+distname            crcmod-${version}
+checksums           md5     e756b35dd475164099f856ed45f63f1b \
+                    sha1    9605f1ba1f3ed20c7d541bf08d2f755271cf7630 \
+                    rmd160  cefd4443f2058505249e853cb0698513c1c1db85
+
+
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} README changelog ${destroot}${prefix}/share/doc/${name}
+}

Copied: trunk/dports/python/py31-ply/Portfile (from rev 56875, trunk/dports/python/py30-ply/Portfile)
===================================================================
--- trunk/dports/python/py31-ply/Portfile	                        (rev 0)
+++ trunk/dports/python/py31-ply/Portfile	2009-09-02 21:06:21 UTC (rev 56876)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python31 1.0
+
+name                py31-ply
+version             3.2
+categories          python 
+platforms           darwin
+
+maintainers         phw openmaintainer
+description         PLY is an implementation of lex and yacc parsing tools for Python
+long_description    ${description}
+homepage            http://crcmod.sourceforge.net/
+master_sites        http://www.dabeaz.com/ply/
+distname            ply-${version}
+
+checksums           md5     afc9dcfc3284e3a8269c97cc4802cb53 \
+                    sha1    55cf9c25b00fa49e807a2dcac5431fd12c9c61fb \
+                    rmd160  ba5c4111a84347f7b3da4289cddd1a9b2c2ae6de
+
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} README ANNOUNCE TODO CHANGES ${destroot}${prefix}/share/doc/${name}
+}

Copied: trunk/dports/python/py31-tc/Portfile (from rev 56875, trunk/dports/python/py30-tc/Portfile)
===================================================================
--- trunk/dports/python/py31-tc/Portfile	                        (rev 0)
+++ trunk/dports/python/py31-tc/Portfile	2009-09-02 21:06:21 UTC (rev 56876)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python31 1.0
+
+name                py31-tc
+version             0.7.2
+categories          python databases
+platforms           darwin
+
+maintainers         rasmus
+description         Python bindings to the tokyocabinet library
+long_description    ${description}
+homepage            http://github.com/rsms/tc
+
+master_sites        http://pypi.python.org/packages/source/t/tc/
+distname            tc-${version}
+checksums           md5  4405e1464caf0a0b1e1bc30f0874cd9f \
+                    sha1 cf95b3c67ab632b551042b9b75d29036cdece0d8
+
+depends_lib-append  port:tokyocabinet
+
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} LICENSE README.rst CHANGELOG.rst ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090902/7b50d776/attachment.html>


More information about the macports-changes mailing list