[86997] trunk/dports/python

ecronin at macports.org ecronin at macports.org
Mon Nov 7 17:23:23 PST 2011


Revision: 86997
          http://trac.macports.org/changeset/86997
Author:   ecronin at macports.org
Date:     2011-11-07 17:23:23 -0800 (Mon, 07 Nov 2011)
Log Message:
-----------
py{26,27}-pyusb-devel: allow libusb or libusb-devel to satisfy dep

Refs #27979

Also nomaintainer both ports

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

Modified: trunk/dports/python/py26-pyusb-devel/Portfile
===================================================================
--- trunk/dports/python/py26-pyusb-devel/Portfile	2011-11-08 00:59:04 UTC (rev 86996)
+++ trunk/dports/python/py26-pyusb-devel/Portfile	2011-11-08 01:23:23 UTC (rev 86997)
@@ -8,7 +8,7 @@
 version             1.0.0-a1
 epoch               1
 categories          python devel
-maintainers         ecronin openmaintainer
+maintainers         nomaintainer
 description         Python library to provide easy USB device access
 long_description    The PyUSB module provides Python with easy access to \
                     the host machine's Universal Serial Bus (USB) system
@@ -23,7 +23,7 @@
                     sha1 bfb9a3489c434019fc31be761d951de2cf4d51cd \
                     rmd160 e0d3f8d72c109c9d51593a9e5244efcad5073ef7
 
-depends_lib-append  port:libusb
+depends_lib-append  path:lib/pkgconfig/libusb-1.0.pc:libusb
 
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}

Modified: trunk/dports/python/py27-pyusb-devel/Portfile
===================================================================
--- trunk/dports/python/py27-pyusb-devel/Portfile	2011-11-08 00:59:04 UTC (rev 86996)
+++ trunk/dports/python/py27-pyusb-devel/Portfile	2011-11-08 01:23:23 UTC (rev 86997)
@@ -8,7 +8,7 @@
 version             1.0.0-a1
 epoch               1
 categories          python devel
-maintainers         ecronin openmaintainer
+maintainers         nomaintainer
 description         Python library to provide easy USB device access
 long_description    The PyUSB module provides Python with easy access to \
                     the host machine's Universal Serial Bus (USB) system
@@ -23,7 +23,7 @@
                     sha1 bfb9a3489c434019fc31be761d951de2cf4d51cd \
                     rmd160 e0d3f8d72c109c9d51593a9e5244efcad5073ef7
 
-depends_lib-append  port:libusb
+depends_lib-append  path:lib/pkgconfig/libusb-1.0.pc:libusb
 
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111107/e7cf7ebe/attachment.html>


More information about the macports-changes mailing list