From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/pyusb/Manifest | 2 +- dev-python/pyusb/pyusb-1.0.2-r1.ebuild | 30 ++++++++++++++++++++++++++++++ dev-python/pyusb/pyusb-1.0.2.ebuild | 30 ------------------------------ 3 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 dev-python/pyusb/pyusb-1.0.2-r1.ebuild delete mode 100644 dev-python/pyusb/pyusb-1.0.2.ebuild (limited to 'dev-python/pyusb') diff --git a/dev-python/pyusb/Manifest b/dev-python/pyusb/Manifest index cca8b387f15d..5823515e790f 100644 --- a/dev-python/pyusb/Manifest +++ b/dev-python/pyusb/Manifest @@ -1,3 +1,3 @@ DIST pyusb-1.0.2.tar.gz 68694 BLAKE2B 8910d9d6d7abd8b0dddf725ad9cc745ce5b06f69a4824a86ed9783918d0fc88d438674852288654964c4555d8278f22d3daab679149c64ea8a6fd3dd2f1cf284 SHA512 6a264b796e17612004196a7a526a7c6df99feac9062f8354540221016411a78a65d413731aea2fc1206ed5ea2b84787078898b9ca3754164f1dfe2a9878b75a5 -EBUILD pyusb-1.0.2.ebuild 820 BLAKE2B cbccda513edfa3c6b9490ebaa3cca511f617efae84534d6b283496944ef19ccbfd0c14c03a57846c34b809aa1a795b8fc804554da6e7312ae1e1354d6887d0d9 SHA512 b7df13123e23f88ffd36aabb3ca46204aae594aaee7e2599a4b4d82e5846641f86f870e0fe1c8d52da576c0a0015e772f359973e271c58ac2fef3f5cf7f5bdea +EBUILD pyusb-1.0.2-r1.ebuild 816 BLAKE2B ebc26592a0d2dc6f4c633203c6c5187d7ba9969720a5ab46ef3fa5d5210aa640a0997b805f0b95c23034984c6b7f733a33adbb88e56c6161d8d69f94b630b749 SHA512 8b80c67d2000d1d36dcd6e4b1398ccc5018390b1d46d2059376e5c4785a90848cd09b08d73a549c48752865904094c3f0c37471bb1674f71ba3760d9961fba6f MISC metadata.xml 359 BLAKE2B 44a04e5fad69cdf343bb324f0367a1b52ce7443d4ef4c6bcd1e7742ac0cb9c6eeb8afc5b250d126c2bf4472c9fca2cce7f9a12a7354372bba8351d0489972e09 SHA512 ac428041984c13af0492c228514fcfabb00d98645b97ff78347c4fee2813df292f52ec9c37dd00392eff6c306a18513bec6d4c883cede2ff31f18c2973bff494 diff --git a/dev-python/pyusb/pyusb-1.0.2-r1.ebuild b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild new file mode 100644 index 000000000000..02a1d97b136a --- /dev/null +++ b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) + +inherit distutils-r1 + +DESCRIPTION="USB support for Python" +HOMEPAGE="https://pyusb.github.io/pyusb/ https://pypi.org/project/pyusb/" +SRC_URI="https://github.com/walac/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# pypi releases don't include tests +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" +IUSE="" + +### This version is compatible with both 0.X and 1.X versions of libusb +DEPEND="virtual/libusb:= + dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +DOCS="README.rst docs/tutorial.rst" + +python_test() { + cd tests || die + "${PYTHON}" testall.py || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild deleted file mode 100644 index f6dfae4b0c7f..000000000000 --- a/dev-python/pyusb/pyusb-1.0.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) - -inherit distutils-r1 - -DESCRIPTION="USB support for Python" -HOMEPAGE="https://pyusb.github.io/pyusb/ https://pypi.org/project/pyusb/" -SRC_URI="https://github.com/walac/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -# pypi releases don't include tests -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" -IUSE="" - -### This version is compatible with both 0.X and 1.X versions of libusb -DEPEND="virtual/libusb:= - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -DOCS="README.rst docs/tutorial.rst" - -python_test() { - cd tests || die - "${PYTHON}" testall.py || die "Tests failed with ${EPYTHON}" -} -- cgit v1.2.3