[47616] trunk/dports/python

rasmus at macports.org rasmus at macports.org
Sun Mar 1 18:26:59 PST 2009


Revision: 47616
          http://trac.macports.org/changeset/47616
Author:   rasmus at macports.org
Date:     2009-03-01 18:26:58 -0800 (Sun, 01 Mar 2009)
Log Message:
-----------
added ports py25-tc, py26-tc and py30-tc -- Python bindings to the tokyocabinet library

Added Paths:
-----------
    trunk/dports/python/py25-tc/
    trunk/dports/python/py25-tc/Portfile
    trunk/dports/python/py26-tc/
    trunk/dports/python/py26-tc/Portfile
    trunk/dports/python/py30-tc/
    trunk/dports/python/py30-tc/Portfile

Added: trunk/dports/python/py25-tc/Portfile
===================================================================
--- trunk/dports/python/py25-tc/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-tc/Portfile	2009-03-02 02:26:58 UTC (rev 47616)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-tc
+version             0.7.2
+revision            0
+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}
+}

Added: trunk/dports/python/py26-tc/Portfile
===================================================================
--- trunk/dports/python/py26-tc/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-tc/Portfile	2009-03-02 02:26:58 UTC (rev 47616)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-tc
+version             0.7.2
+revision            0
+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}
+}

Added: trunk/dports/python/py30-tc/Portfile
===================================================================
--- trunk/dports/python/py30-tc/Portfile	                        (rev 0)
+++ trunk/dports/python/py30-tc/Portfile	2009-03-02 02:26:58 UTC (rev 47616)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python30 1.0
+
+name                py30-tc
+version             0.7.2
+revision            0
+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/20090301/cef80c9b/attachment.html>


More information about the macports-changes mailing list