dev-python/siobrultech-protocols: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 13:43:11 +02:00 committed by Andreas Billmeier
parent e8c1d2ccf4
commit f25ade945a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST siobrultech-protocols-0.5.0.tar.gz 14474 BLAKE2B d7743bc10828c5692a335b44ef0abc6b56e07eb81b231c169aeb46d33784354af2f3813c7e446c1459ba283ad06d861c6a39b139879048700138c8dca5ab2a12 SHA512 20ae4a6f7f02c76873113d85b9e4d9c09cd5b3ba00f9cd85caf1aef8a6d02f84dde1a6691ebe253969280f954af6be76035cc17907eabaed8d1e9e4388368d35
EBUILD siobrultech-protocols-0.5.0.ebuild 684 BLAKE2B 4af36de6051f9a8890890b7b2b0269e53fcc6636292f9ac10b825fe430b38142486e3310c405f06d87e7bde61bece7716f820855c3fd271172c2a4df00a7d5dc SHA512 d5b3f3bf01da9c53e70cdf6aef2610593234875027e76e915f124590543c74f9432d50dbc1813e78d4831492fc3afeda09d48a34d3bfcd50b542f2fe80c5ed33
EBUILD siobrultech-protocols-0.5.0.ebuild 649 BLAKE2B 048999dd3826a483b47808d5fea8dcf040b318e0a58f0c3a55e31013360ce1e64ab721630b86e0d6594b8eb248e9363d0e722545aebd55d5cb7b94112b7c2ae9 SHA512 a8be346c5d763c510a4be047f183b209c58ea893a227a453671add5ee33535af0e769c8466507e4dbb638e03dfbae93b8db03f7e0152a52f4af3149214c10272
MISC metadata.xml 537 BLAKE2B 27aa0773a82a5beffa2b8a3b35e84e3b438d9630cdf087d40d52d560fef6b7ad1dcad3af88d3fae3df0a1fc56c955f506298504d0dbcb80534f057c4b8cf48d3 SHA512 cf9a47d42233df81029a373c27c919133cbed4160dfb41869f2b581aecfad2322b3872205be071c18dbc2448c07764585d7f6ebee922dd0cbe7dfe57a44d3024

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A Sans-I/O Python client library for Brultech Devices"
HOMEPAGE="https://github.com/sdwilsh/siobrultech-protocols https://pypi.org/project/siobrultech-protocols/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"