dev-python/limitlessled: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-19 21:27:47 +02:00
committed by Andreas Billmeier
parent 4436ca8e1f
commit 4407877704
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST limitlessled-1.1.3.tar.gz 17162 BLAKE2B 010dc6db5dceac27742bbe1cfe6bbf746638571e3192b1f59c3a4a2360548ca0ed5589bda4eaa5e59ff227e3b070c59f146cf58743f3b7238769c8f1637a6673 SHA512 a3f567d8d253f27b5bdcba93073106df6b71eb7812344f16ec54916737d511260f6bcf59329f6ca4d62172baaf005c15092f323d4f0b08abf5d9132957c9f534
EBUILD limitlessled-1.1.3.ebuild 660 BLAKE2B bf5b0b1550bd2211c4a51a640d04d9991bac04d8a4fee9324130fac0b837234cd99e52fd1985cd36253d46ad574402bf282fb62fde801814012c818ea053a019 SHA512 3b676fa64c88835844e2700e7a40fd6a8c3ec96eed73013778b0465535b1476f403a339346c18ea9b27a31c5ebf24dc80995e7dbc930ccf3851de5ea4d1151aa
EBUILD limitlessled-1.1.3.ebuild 646 BLAKE2B aff07b5fd8a4137beb0103fdfb01e87669f08de066a17f49eb82a0a86182e19bc7e4200f19fad0f8e685c098f2777af2d4c3908a21384d8b068f85cd6c85313f SHA512 543cd6d460f062969fcfd1b1592dd78c53cee21cfdf2270caa1b6aad3410312222d1e80a30d830636e762c20ba82ee0fdf6e10d271b4dc815db9a42388f2c755
MISC metadata.xml 537 BLAKE2B b6072201e09af204a7056810090f0dc1801d2330c858a10f4145b7425898b0f57e9d50385d9d39c1cc5a4a94d0686e9a6cd895f9fcabd5e4ee4f9484877bfad0 SHA512 d87231dbf55ec6c7dfba4e7e63715967586a5e313a9628bbcd031a495fdb735e86330deda07a0242c644c503c270c4d4b947021711ec58cc01e421e24b1299a2

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="Control LimitlessLED products."
HOMEPAGE="https://github.com/happyleavesaoc/python-limitlessled/ https://pypi.org/project/limitlessled/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"