dev-python/pypjlink2: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:32:07 +01:00 committed by Andreas Billmeier
parent c73edfc6fd
commit 90cf8631d8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pypjlink2-1.2.1.tar.gz 6587 BLAKE2B 547cb1e81e87f4f7a9c9a7f605d857536f9bbe8045c38f63f8251b51a2d6b9317e03d323cc1cbf2c6ebcc9ffbc56cba0f86b65f03a6874dcbc1d1c41ed16a04c SHA512 1771dc3fbcc129d4a3828f7a1f7d693657616c27d98e17a5391c78cbe6a37723fb28e31c217b0a410bb10b7d84f347b95d393d3fa2d104187b39297894a2db5e
EBUILD pypjlink2-1.2.1.ebuild 716 BLAKE2B 786848bfbf3ef67743f1716c89fc93b4722e32f29e4c4ec0b4f3a1758932e08361768a99e0f9f348ead36c53d72e15805e2faab4f2850eb35674d23b7919f436 SHA512 4748b2ba68234346dc1294b4e2928aa00e07c026ace2da51f00fc50569e7a5c7aaf351452f1361b85b9ad976e63e52e85674e3b20b32beb0300ebca6b46fb7f0
EBUILD pypjlink2-1.2.1.ebuild 660 BLAKE2B 7d517fdca9c31a79575c1e45ede239f2388361cdae1488304415eda6708d6eaeca6ba936a9cc517fd85f147c72c1c7e1242c589b390c92deae942605ff6ca223 SHA512 61e97d7e32a53af1305a7dc8ae1efd3d87b3618b0948d66dd6349831ece4a5bbd7da138ef4f419415011d4809122749173ad42a6e248d80017e02c99f088c801
MISC metadata.xml 629 BLAKE2B 550bbfdfe0aa649fc186937263ca88a58c48a18846b95f9530d575d944635d4cc4e1c8830fc4d0242a971e73bfffbbb13914c05221bcae44d569da1eb5142971 SHA512 a2d43ce662d36de9b668932ca1e5baa45201df6b265f5f3b59a425011fc498c68a515e42139c2eb61659f8901a11c7cc120f233deaaf80bf89845dffc04d42f4

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
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="PJLink is a standard for controlling data projectors."
HOMEPAGE="https://github.com/benoitlouy/pypjlink https://pypi.org/project/pypjlink2/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"