dev-python/liffylights: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-19 21:22:28 +02:00
committed by Andreas Billmeier
parent 0b4d644ffa
commit 3321aa6dfc
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST liffylights-0.9.4.tar.gz 4420 BLAKE2B bb1f3451ce9c61604cda4f0d1362a02e5fc92de44e989d0514cb0e8faa16e019f37876f0345c23305b7f24055e23bb2b1f5620bb3317791be93943ac4809aa7f SHA512 0095b8bec29fc127ec91355798531f92d6a88d4447de64e49b03132ca373f0fad8e4c576f6684ee9bd62e1db5250b08ed0c51a45548fb107abfc7c439711355f
EBUILD liffylights-0.9.4.ebuild 634 BLAKE2B d712ca9a4a97dfb45f7df84c0f3a50c9b3168d0a3f4f5d6157352b7640c2fcf313704532cbd0b5be40b2511267e5f7ca933a14c079ebbe308e962094f2806bef SHA512 bf9a6b22bfb1fa4809094b95faff4ef627ead26f15541143706c4842e1ff98237c7c9148e7362cdab79f64a4d848b86b6dc3329b293deb9a7ef37683faa2329d
EBUILD liffylights-0.9.4.ebuild 620 BLAKE2B ff55c8d8c66743380bafd10772658e563e28514210067f4a35e905204c0601402a5a4ca1dae827bfdc0094700ca3ec8f04a76ed7fece6c11c221c6744b2403ae SHA512 acb47ced6740fdab7f9e8b7a4b7948bc0a16923cfd005abcbb67fc6dd54e32237021a74b56b372170bf73c6c751af6f3078ff71287fd65b15ec0aa7d7385b8c6
MISC metadata.xml 521 BLAKE2B b9528e46d8071430150f0d15f58ed5b51432e1548af6a5a63c1231d48ff86e2e381fd9c9084550e0a8693a26e77d5213eeb237ddf5503d964ac8d6b659770ff6 SHA512 4ebf70e2fc2a3ef99bb539bf43535b670961449167bcbb920d69833c27cab7823484ffcb8981b9b57db2852c9ba5bebfab9cc3b6bed532e345fd9e6a69c28616

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="LIFX Python library"
HOMEPAGE="https://github.com/TangoAlpha/liffylights https://pypi.org/project/liffylights/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"