dev-python/plumlightpad: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:37:31 +02:00 committed by Andreas Billmeier
parent df9b54a043
commit 16daef6bd7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST plumlightpad-0.0.11.tar.gz 5498 BLAKE2B 2c71583a380e7e0157df9f1021b7e498d814d42502023f3708f3532180d7cd0fe1124eba24e4a86d44f1010e7184dee969b0d89a5b273635d4b850b045a8c0f0 SHA512 fbad9b852c82ce1f8a252e0b6b0a7770565891eb507f62d459a1bd9e027f435a29e7ec9b102c7a9099de67995a39f5ea3cf3680791c5373fcc43879b9a4bebc6
EBUILD plumlightpad-0.0.11.ebuild 651 BLAKE2B 139d572df96a2938b3f705031476b47f4a8b54b8c724062213205da7049c33d7fff8240cd4b568f0c39dd371691de49cbaf18749f73c652c2c424f83a5413f94 SHA512 ba3f41d3330c8a940518979ec26e65703591e50ab1f4e9872ca1dfe075dff03365bab9d8d79d76cffc44b406c8293fab089eebda2785bffc23148f7dff9b9aac
EBUILD plumlightpad-0.0.11.ebuild 596 BLAKE2B f355a3ef2a24c0bca7dcda8182a1841780f5b5fa68d5c46df453b7cceb90903d847574ebd83c6ec5e133e12caf46e5409cc68796252afc12d7630c81d2307cc1 SHA512 209e7787799dad1f39f5d3e3271f1a732192dbeb2127f8a6b50e6ab2446444f589508a9798de9e84bcc7db38f6fbf3ca0a0d302b6235cbbfc29cf2dfc0b92ac9
MISC metadata.xml 521 BLAKE2B e221d696383953f2f7e292b2dc0189a907cbc789887b0c2d352256b54e62a811ef43b5d9164e76903e6060c8f00c830954d447523930a8d92b5f5a5d93da108d SHA512 1c2a9bb3d1d22cbd1cb9fcce9e7ad6b1188cf6fb9ff896b48ed2ac1efbcdd6cd65a7e154a107f19e0a3416ab366cbdd310fc115b65d1ae8f383e119cb2046aa1

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 package that interacts with the Plum Lightpad"
HOMEPAGE="https://github.com/heathbar/plum-lightpad https://pypi.org/project/plumlightpad/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,7 +17,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"