dev-python/pyobihai: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-12 22:28:41 +02:00
committed by Andreas Billmeier
parent c431bcdd98
commit becf32ab04
2 changed files with 5 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
DIST pyobihai-1.3.2.tar.gz 2712 BLAKE2B 7262e1cb73ac95d9f78f1f24549116c43be9ca22ed71c2097fde81a8b4ed781c300d959420ae71e8e9e882bb6d7b92959800fb39bf847ecd7e771616cfb0ceb4 SHA512 c0cd6c1d2696d8ffd2e126322976cc41ef7e55ff092c24287694fbc4b519badf712244a23a18b3aa380a839e01f036519c56ffb9b9cd1566640e19156fc84f57
EBUILD pyobihai-1.3.2.ebuild 682 BLAKE2B fcb2523e91aae46112082954ba852423985bd3c849c20a6bf67587717435f7f5b83c6b8fd2406191c0086169e2570c355c907da2333aa9f58cc5429b56721aa9 SHA512 93ae713b5447c8c3b91feddd89631f091ddad70bc0de2f316698aa8cb28dbea90763d0af5340bc19bb4e2611087ca27792c16747ef57b6acea98c54243f9024d
EBUILD pyobihai-1.3.2.ebuild 525 BLAKE2B 63ced8bc18ea52e886ab77a15aa9217ab8b11ee79e3385de5f3e01e9769dd67e51d72a16110489e734033e20f2cf0e3ec5b73996f7b8d5c1abcce42ef9362a8e SHA512 cf839fd553730280bc3e2fa722632ae3fc986d029a10aea09a11ff2bf241c35024820a7954e2a6cae568521cbbc888a8680a092ace26da8fa02a03baceca8442
MISC metadata.xml 515 BLAKE2B 701d6aebd7877da3f887723f38a80d9175ddae54ebc5b5e53fc1d8467513d2ba57d012e78d3d94353dbd4751afb9644e308cd297aa82f149c9948af42925197f SHA512 84605faaa1c8fbf19dad446edeafc32341067938cdf1c8095709dba6a71ff53ac7f84f13b984bb879a2139947d3119addc7076129dab017afdb0549992f3d8b5

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="A Python wrapper for Obihai"
HOMEPAGE="https://github.com/dshokouhi/pyobihai https://pypi.org/project/pyobihai/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest