Revision: 141263 https://trac.macports.org/changeset/141263 Author: ryandesign@macports.org Date: 2015-10-13 16:38:38 -0700 (Tue, 13 Oct 2015) Log Message: ----------- py-pyusb-devel: update to 1.0.0b2 (#49255) Modified Paths: -------------- trunk/dports/python/py-pyusb-devel/Portfile Modified: trunk/dports/python/py-pyusb-devel/Portfile =================================================================== --- trunk/dports/python/py-pyusb-devel/Portfile 2015-10-13 23:32:49 UTC (rev 141262) +++ trunk/dports/python/py-pyusb-devel/Portfile 2015-10-13 23:38:38 UTC (rev 141263) @@ -3,9 +3,10 @@ PortSystem 1.0 PortGroup python 1.0 +PortGroup github 1.0 +github.setup walac pyusb 1.0.0b2 name py-pyusb-devel -version 1.0.0a3 epoch 1 categories-append devel platforms darwin @@ -16,13 +17,10 @@ long_description The PyUSB module provides Python with easy access to \ the host machine's Universal Serial Bus (USB) system -homepage http://pyusb.sourceforge.net/ -master_sites sourceforge:pyusb -distname pyusb-${version} +homepage https://walac.github.io/pyusb/ -checksums md5 e83e12621149a0d76410aa5cec35ad22 \ - sha1 fee482852c3c5c8aa6d88b2ebdeedd60dd1b1dd5 \ - rmd160 18a63b934a5eadcd1338da3994ab1694f874aebe +checksums rmd160 2f6ba3c572410110339ef1776786b70d34b8810c \ + sha256 c4caba4e049d6d124ea911b89e4c4b781cc516f8b5a6d7fa82e5159bc2224a4d python.versions 27
participants (1)
-
ryandesign@macports.org