dev-python/pyflic: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:33:23 +02:00 committed by Andreas Billmeier
parent 1b41d362bf
commit 48d47626f5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST pyflic-2.0.3.tar.gz 9896 BLAKE2B 9dce712ce9a4ec62a2514190b8e81ef619e72cd54445568472d6e7df28fa1559fe7543fbbd57924222e3a7384e703061f3cadee7e99e5e9390d1378108bdfd2b SHA512 5e0d5e2b4eec4ae8a55f1bd16888c6ebe53085410e21c9cbb2dfc0f2fa11e41fed8ae022376254a32f7cd306334b889d7c55b8adcf759704af4d4b6ac10cd99e
EBUILD pyflic-2.0.3.ebuild 664 BLAKE2B 76da69015f3918a1964fd5e3d89d54e7097116ac1cd3bf39ef6332dc979f0a844f97db9f7a562dd116cbd01dbbc12684b38e7ef7ea031cb6ee461282bd7fb61c SHA512 2b2100626caeb0589cb2d44723d82da2b37694b420c3a8886cb8e8e72bcc3e096c77769eeb0576a40d6b9761db2ab9e47c09ef74696984cc8526086c0336f25a
EBUILD pyflic-2.0.3.ebuild 506 BLAKE2B a1b844d1a1d0ac3aa3d4c65b70aa3c7541dd7b8b6a816d3040693f6c805bcca71907cb140d663b2aa3a84ff2f3399106642b9b1c0ce3aff752428aed5e6e2c3c SHA512 96017381462bfec32fa70a24cf5687b96f5e0e7ca5cfcbd10384a48c3c3eb4a65c5c9661e9ecd54c925842e0dde2887bd1d6c29717a1ae75419b7b3f9f8a80d6
MISC metadata.xml 503 BLAKE2B 0e4c3b32c4d420581aa79e09341501cc6f7e2f695b8352d56e5b780148aa47698751db979a68c5ee9d0f1b5a5ab7e15d5cd867d3ccb1bbe06f6326ac0647b266 SHA512 16686cf8cf2dadffadda37b11866ddb2439bc5891f742d3b83433a43bbccc460d454dd534c888d027aa23942133b773c297b9d163957460731dc0d65f529efb7

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="Python library to connect to and interact with Flic buttons."
HOMEPAGE="https://github.com/soldag/pyflic https://pypi.org/project/pyflic/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="CC0-1.0"
SLOT="0"
@ -19,14 +18,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest