dev-python/rfk101py: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:17:48 +01:00 committed by Andreas Billmeier
parent 082ac5660d
commit 09a5b4b512
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST rfk101py-0.0.1.tar.gz 2434 BLAKE2B 08d88f1f0153dfc9501a63d407f8171890094ccd1b3aaa2bd9123b61e510549dfacda1524295b1c4ca91f6693c43ab4ff8497f0b1501888f78b91c87d741fde7 SHA512 48340d646ef67f79be5203d6aeabeb6673b84159c4b1887b7f14d66a027a97402267047d77055ff98e886dd778174a2029060da9535dd313e500e3d291ea7fb5
EBUILD rfk101py-0.0.1.ebuild 646 BLAKE2B ae472880d57ffb79417e16f3203c619c4c05ac5bcf8a98b6c82145b6aed8d56c7931e265be00ecec44b84b3620ab2e9bf36660b13777d344f8efcd86e833c9eb SHA512 3a9f3aa18ddff4231ce7dc1f75dc6e8a9585be6f4cd2e5d5f4c9b79bb5dde5581ea74edc0e88878be3b53049b5877a0b8a453b65e579b7f7f1e4c27bc52d2208
EBUILD rfk101py-0.0.1.ebuild 590 BLAKE2B 03a6fe1c55de20694e8f23d008ac429e277595c40d237e34414f5d92510d5c67a65ce293dc035c1ee6787e261ab9c18c2675b8c906c5ee4aebdd422b7467848b SHA512 8dac8177d41115a4945f168fb9ca1e082ba7065f5be6025d556f56bd418e6b19f98418ce365b33c35a55011a44f0ca7545f3c82782675e3792be117727367bbc
MISC metadata.xml 508 BLAKE2B e6cd25008bc745a4df686b59793435983a1c634c26273630e790a4c308f85078871204de4f33079a39fd77ba7ca63cda3a5f2c809f371f785bdf2e4d2ffbc4cb SHA512 cc09cfc4606b8ff15656dd937aef818f99fd33d1f9e1bca0341b9d9b2d384bb0013f8cec01458bf6fa8931ce24a1fd9cdaf622ba17b3dfdd5bd359dd7bd80e1e

View File

@ -1,15 +1,13 @@
# 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="RFK101 Proximity card reader over Ethernet"
HOMEPAGE="https://github.com/dubnom/rfk101py https://pypi.org/project/rfk101py/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"