[61839] trunk/dports/python
ecronin at macports.org
ecronin at macports.org
Mon Dec 21 15:19:27 PST 2009
Revision: 61839
http://trac.macports.org/changeset/61839
Author: ecronin at macports.org
Date: 2009-12-21 15:19:26 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
python/py26-pyusb-devel: new port
Modified Paths:
--------------
trunk/dports/python/py26-pyusb-devel/Portfile
Added Paths:
-----------
trunk/dports/python/py26-pyusb-devel/
Modified: trunk/dports/python/py26-pyusb-devel/Portfile
===================================================================
--- trunk/dports/python/py26-pyusb/Portfile 2009-12-21 21:55:03 UTC (rev 61836)
+++ trunk/dports/python/py26-pyusb-devel/Portfile 2009-12-21 23:19:26 UTC (rev 61839)
@@ -2,31 +2,27 @@
PortSystem 1.0
PortGroup python26 1.0
-name py26-pyusb
-version 0.4.2
-categories-append devel
-maintainers nomaintainer
+name py26-pyusb-devel
+conflicts py26-pyusb
+version 1.0.0svn39
+categories python devel
+maintainers ecronin openmaintainer
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}
+fetch.type svn
+svn.url https://pyusb.svn.sourceforge.net/svnroot/pyusb/trunk
+svn.tag 39
+worksrcdir trunk
-checksums md5 5667a00af1ac0d5062103b4512e227f8 \
- sha1 0adfc60c2e24ecaf1b7caca7d57ff50f5e7a4de3 \
- rmd160 4ff88079402ce467b68f943ef8ed1a0901f5c822
+depends_lib-append port:libusb
-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 \
+ xinstall -m 644 -W ${worksrcpath}/docs tutorial.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}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/f01b164c/attachment.html>
More information about the macports-changes
mailing list