[59224] trunk/dports/python

blb at macports.org blb at macports.org
Sun Oct 11 20:11:22 PDT 2009


Revision: 59224
          http://trac.macports.org/changeset/59224
Author:   blb at macports.org
Date:     2009-10-11 20:11:19 -0700 (Sun, 11 Oct 2009)
Log Message:
-----------
New port - python/py26-pyusb, Python library to provide easy USB device access; ticket #21392

Added Paths:
-----------
    trunk/dports/python/py26-pyusb/
    trunk/dports/python/py26-pyusb/Portfile

Added: trunk/dports/python/py26-pyusb/Portfile
===================================================================
--- trunk/dports/python/py26-pyusb/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pyusb/Portfile	2009-10-12 03:11:19 UTC (rev 59224)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-pyusb
+version             0.4.2
+categories-append   devel
+maintainers         nomaintainer
+description         Python library to provide easy USB device access
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://pyusb.berlios.de/
+master_sites        sourceforge:pyusb
+distname            pyusb-${version}
+
+checksums           md5     5667a00af1ac0d5062103b4512e227f8 \
+                    sha1    0adfc60c2e24ecaf1b7caca7d57ff50f5e7a4de3 \
+                    rmd160  4ff88079402ce467b68f943ef8ed1a0901f5c822
+
+depends_lib-append  port:libusb-compat
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} README license.txt \
+      ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
+   eval file copy [glob ${worksrcpath}/samples/*] \
+      ${destroot}${prefix}/share/examples/${name}
+}
+


Property changes on: trunk/dports/python/py26-pyusb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091011/16e48d83/attachment.html>


More information about the macports-changes mailing list