dev-python/hlk-sw16: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST hlk-sw16-0.0.9.tar.gz 3790 BLAKE2B abcf4db40d17df5c7609e773ac6302ae2c6bc6c29a52848dcaa35c151e4e388ab1ee742f36bd1b5be484058d8cf980217a981245c8f207c816fa416cdf074220 SHA512 4c2461d89d78a57133b36f3ac1714874cf7821b27a951825fe2ccbca78edb6d9298238b275dda0bdf64fed383c18130525f389be6b15d0c841a8546686949395
EBUILD hlk-sw16-0.0.9.ebuild 619 BLAKE2B 1a7bd6e5beefd0a8f83541699696575f20390fa7880ec75c2c64d53509abaa45cf845dc56f9ca3ae80926464baf185cd52f9a5c2d62e9c7215dd82c8882dea7c SHA512 1bbc0152a9d80427ce97bcdeab991354c2220461a79a00a6b2492aa5d8d55e7e92a990e88f464b2214e81e15c1e53fc1dac7cb5009519b070fff84dabd284537
EBUILD hlk-sw16-0.0.9.ebuild 584 BLAKE2B af049fd1de6e6e7d05252d5068c300f67f491a2084dfc51b35f60ddc977953aab4369525ec0e72ec112715693b904d5e82ed99f399601a66e77df06eb6d171f2 SHA512 3d89b0c590ffedc637b32b89289e0e6dfe214d6d16750448e67251b7405a4eb793cfbca0cf41aebbb6acd4f3c6a88d5ae1ba33e719f373723f048c9c87d22cdb
MISC metadata.xml 524 BLAKE2B 845f13fe268e96dba20fed659b2da444656daa5afb9b79cec0e30d46130abb0ced3887645a9dcd6b93eab240943e11e78f42ec62df120bcf05424392cd217466 SHA512 3b81b27f095489c057b7de1b9fc0bc53317bed061e0198c3ca6253deb1f0f59f6541ef0ffb6d066608b7ef40669214bc287a0429441500b317f1a688d4ba8cb1

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="Python client for HLK-SW16"
HOMEPAGE="https://github.com/jameshilliard/hlk-sw16 https://pypi.org/project/hlk-sw16/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,7 +18,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"