dev-python/python-gc100: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:43:12 +01:00 committed by Andreas Billmeier
parent f6bcec5bcf
commit 0b1ee2a40c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 10 deletions

View File

@ -1,3 +1,3 @@
DIST python-gc100-1.0.3_alpha0.tar.gz 5158 BLAKE2B 570b020441e18cd877646ae7509a8685b5d6968da773f801131bc3eae1179f161b6119c2135d1177ab25b5e4cee27785b5552af1caa00202d9417eafc062f7a6 SHA512 8cdadafd0d0a67fab498154f2437ba95d8c3e179e760a9095f82756cf0d619a77acfbbf0dac9ef7dc4214c6e130abfe1a336d4cd0dcc67a2f955429b2458c966
EBUILD python-gc100-1.0.3_alpha0.ebuild 767 BLAKE2B d4fc69f99af5b2ce8af0e12785023ee2f3eb29ae04d73bb201a5701a1baffc9d15bbcc11569786394de6c50e3c8ff0e4c252a607d22532f3296014a54cbc2d98 SHA512 505d36db6f32682dc03a2ea69847097514187e1f2c3470d0b06418e50841a3e04718fc0108d0b1a63c508036acb01b06f413dba986a44f2470e743a0860f12aa
DIST python-gc100-1.0.3a0.tar.gz 5158 BLAKE2B 570b020441e18cd877646ae7509a8685b5d6968da773f801131bc3eae1179f161b6119c2135d1177ab25b5e4cee27785b5552af1caa00202d9417eafc062f7a6 SHA512 8cdadafd0d0a67fab498154f2437ba95d8c3e179e760a9095f82756cf0d619a77acfbbf0dac9ef7dc4214c6e130abfe1a336d4cd0dcc67a2f955429b2458c966
EBUILD python-gc100-1.0.3_alpha0.ebuild 656 BLAKE2B b9fddce89c4d5e343b4b8d494128f90e2a96d1a35c85a1a25c845c5774d09e4fcd6df98c423a20abfa74d5fda7c1e27d9ea7180742074113d91b0b9b27423be3 SHA512 49cf42ad028237b82376b15cfadc622889e02e24df72b3484e9e64fdba013038cb25f684a1562b9388d9e5150c05b1cb0d72810fb6f7e7f909822d509ee09005
MISC metadata.xml 519 BLAKE2B 2f1f26cb4d93320c84727f446e9c7a13f32e4d5f001f6babc16dade9f29c601382699c7d90b870f563cb2a868d16bca31213836448b464cb3308d2e500b96e23 SHA512 024c5fe9044f5d8b24ebd9a35a2eb14c8bf33f47eace34cbb099c5ff89b3f992f7e942b249f7a02fc8b7dd968e66193ab3c616f4e5e756ff46d50b38a4cf0f16

View File

@ -1,17 +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 Python-based socket client for Global Cache GC100 digital I/O interface"
HOMEPAGE="https://github.com/davegravy/python-gc100 https://pypi.org/project/python-gc100/"
MY_PV=${PV/_alpha/a}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-3"
SLOT="0"
@ -22,7 +20,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"