[74795] trunk/dports/python

ecronin at macports.org ecronin at macports.org
Sun Jan 2 13:16:36 PST 2011


Revision: 74795
          http://trac.macports.org/changeset/74795
Author:   ecronin at macports.org
Date:     2011-01-02 13:16:29 -0800 (Sun, 02 Jan 2011)
Log Message:
-----------
python/py27-pyusb-devel: clone of python/py26-pyusb-devel

Modified Paths:
--------------
    trunk/dports/python/py27-pyusb-devel/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-pyusb-devel/

Modified: trunk/dports/python/py27-pyusb-devel/Portfile
===================================================================
--- trunk/dports/python/py26-pyusb-devel/Portfile	2011-01-02 19:01:35 UTC (rev 74784)
+++ trunk/dports/python/py27-pyusb-devel/Portfile	2011-01-02 21:16:29 UTC (rev 74795)
@@ -1,23 +1,28 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
-name                py26-pyusb-devel
-conflicts           py26-pyusb
-version             1.0.0svn39
+PortGroup           python27 1.0
+name                py27-pyusb-devel
+license             BSD
+conflicts           py27-pyusb
+version             1.0.0-a1
+epoch               1
 categories          python devel
 maintainers         ecronin openmaintainer
 description         Python library to provide easy USB device access
-long_description    ${description}
+long_description    The PyUSB module provides Python with easy access to \
+                    the host machine's Universal Serial Bus (USB) system
 
 platforms           darwin
 
-homepage            http://pyusb.berlios.de/
-fetch.type          svn
-svn.url             https://pyusb.svn.sourceforge.net/svnroot/pyusb/trunk
-svn.revision        39
-worksrcdir          trunk
+homepage            http://pyusb.wiki.sourceforge.net
+master_sites        sourceforge:pyusb
+distname            pyusb-${version}
 
+checksums           md5 8a995953af70bf281a6e162f3e0d8df8 \
+                    sha1 bfb9a3489c434019fc31be761d951de2cf4d51cd \
+                    rmd160 e0d3f8d72c109c9d51593a9e5244efcad5073ef7
+
 depends_lib-append  port:libusb
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110102/e94a75c6/attachment.html>


More information about the macports-changes mailing list