dev-python/pynetio: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:20:17 +02:00 committed by Andreas Billmeier
parent 4bca9172f7
commit d78e2edc49
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 18 deletions

View File

@ -1,3 +1,3 @@
DIST pynetio-0.1.9.1.tar.gz 2109 BLAKE2B 116f9a8e884a7f8362b7675e23d746f81c2eec962871ec1a29707e7515d3cd667fe5ea7af9a0605a3db3e02ee9066cdd298c5084d6dd0ce864e94cc2e7b83f1b SHA512 083a232b6617d5e62155b4de23e3518fd2d739e9da817d42f02402cc3493ce0c2ed266ef04e5f36bf499325515f5b07c1fc57b721e134bb1ee487c72fc857096
EBUILD pynetio-0.1.9.1.ebuild 647 BLAKE2B 5504d4e7d5921c549e7a622fd9634ea4a45e4c327505fb55cb65f1ea1ecff214738ab7b5dc855ff074f586cd0952ca97b7a94314e3fae78bc432c7c0df334f43 SHA512 2362e647cc8ce054d27716a9632e42e785460757acad70db331d16f6211f783e4685db4c004797b5fbb3ea60cfb0dc565e144d1964e041d4f5d5d98ad33b76ac
EBUILD pynetio-0.1.9.1.ebuild 470 BLAKE2B 40473ebf5aef503da220babbea3e3bdcddc5384d9de8cb79100138be6b3aae9cf5c4c38191bf9e8f57132a689253b91a37f7e706d667b7359bc9d331cdcf779e SHA512 b672dd5526a8376b03b103a4db191bc352007a36428a2bd39e9343c7d6377cbe4220e09274c91541faaa21cd6632119bbe22af896eaa80b2e4556e5b7a31dfc7
MISC metadata.xml 528 BLAKE2B 0fc0e2ff7f5d768f20de5882033db4c9352476596726009565f1130e2ec1e0853b055ccb807fcbc779336e6d4880b29622cf84c1beb6708053d8709b264c1246 SHA512 320c92646ded67510e4cdd0a07cf4dfcfddbf34167de3ae8395dfac70b403de66509d6a046039acd6a94a1bdbb176d6203e140d52c64fda94d1426a40b1c2c14

View File

@ -1,15 +1,14 @@
# 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="Binding library for Koukaam netio devices"
HOMEPAGE="https://github.com/eagleamon/pynetio https://pypi.org/project/pynetio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -17,16 +16,4 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
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