dev-python/lw12: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-19 22:52:08 +02:00
committed by Andreas Billmeier
parent 08147a5cb5
commit 1d4696c2d5
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST lw12-0.9.2.tar.gz 4473 BLAKE2B 91a4f0df1b33a2c6331637e85527f2c3778b6e0101910466c0af2c430a4abe71eb6d3ea152a099267ca5ed5f2c30c361fcaa8f64fca0db287b0fef5d2af358cb SHA512 3dcfb7016cce64426c120f4229da7057cc49e1bc137fa6c0d9d85acdaffb6a3acc1546145a3ff333883f566f46ee63b505980830f5a7172f5aff65483a97c1ee
EBUILD lw12-0.9.2.ebuild 662 BLAKE2B a2f4e37344a9bf09db211beb79af7b01c6af73d6550f8a9d953ca57b07e2d6000d5b1e6fcb9dc90f1626e9ed676adbde883fba81ccdf5d3646f8929e6c28b35c SHA512 ab6191cbfe010a6dcaf54d99b178b7c0eb6c5fe42d0e8f2bed443ae25558882c3daf39ee66065c9d7749b9ff9fb35d89585e169a485ddf10a3e68d15601ecf48
EBUILD lw12-0.9.2.ebuild 648 BLAKE2B 9b9a7c0c0b3b9ddd7088308e2c85a06b88ec72b4997db30906661f0843eeaa38849394dcba4a43c75b77e7910a3b0ffa585575fae8013a3109ba4f09accc55dd SHA512 6b809a619aac8a2470f7ca0a12e63dd991235e598f0dea3be7f423a10ff6e29bc21a4d81207804ae21298d53b642427868d77feb7230e1274b2c3f5ec7698001
MISC metadata.xml 515 BLAKE2B ad70491e238f5010a41937e6bcb1596beb78994ac3be62d54f07a1c424c467bf7e424df4a040268586fa908baff96837cac437f9e528034516a8b0c13cd338b6 SHA512 53221fd36954e3234bea6e9abe7456f7b679778fc95b00ca83851f85f3a1e704167baf7f1b89f9b243c3f0e7858fb9b936a8bac55eead8b66bff142ac9fbc4ee

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="Library to control the Lagute LW-12 WiFi LED controller."
HOMEPAGE="https://github.com/jaypikay/python-lw12 https://pypi.org/project/lw12/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"