dev-python/spidev: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 18:28:14 +02:00 committed by Andreas Billmeier
parent 488ab96531
commit 3db9218d83
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST spidev-3.5.tar.gz 10866 BLAKE2B 8e249438ddb815c846d31c7eb7b0890869974bf142900808964c60e57a764e7bd7f0ada421adc7cb597d77499a554597858a33939dba34f1b37f83beba7f8525 SHA512 e0f3f3d2ee8f128c56e3611547ce6cbcbacfcda82e96621708f2b26fe437d7b0f65e2001a1dc87e2605d63075d7716627aa082ed79281cbaaac0e0ca79620723
EBUILD spidev-3.5.ebuild 654 BLAKE2B b8a2a13eab101d1951c32181a06624eb7652868a406fa50815c5fe4eb18384b5e98f60076bf1b78c9df81eb2c161a98f0d97b4865e453a94890da01b5b0d4da4 SHA512 2e10143b4ecb855eabc82d11a048841e6dc710343e3ac8835b055bfe34b5ac08a78340fbb44c9ae1bd696379f4f4cc72ecec335c3261fd5696db76a1319a3434
EBUILD spidev-3.5.ebuild 495 BLAKE2B e3057a7f5a80a86a8f4d8af964535c4c196fe745862925a8e949c13e31b9932c8191422b00094c0f47a5ba5fe2e3b9391bdfee2b3276517371428bb18f691f95 SHA512 4fe4d4feeab7f37b8c3188dd21602ad91c56e44a49b018bd5eb7eed370cf10de8ac76daafb64ce922da460fe01c9d20a801d3e80514cf161cc4eb22f26b10438
MISC metadata.xml 509 BLAKE2B c6d6eb51df04f3e72e2e1d87fef484f3d1a2d7448ac9bb431bb4afaac68fa9920fa07aea4b754308dcb4d0f453b0b2520936591e7bf9a53449b26dbe94131f05 SHA512 a1caf8c062d86b6dd12ee7331edb99958f91cc9ef44121d1b97881ac1139eaef9d195f72385349ad642c50136777e08c7486b03db3bdb852d6f360daa535ab6b

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for Linux SPI access through spidev"
HOMEPAGE="https://github.com/doceme/py-spidev https://pypi.org/project/spidev/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,14 +17,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest