dev-python/tikteck: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:55:54 +01:00 committed by Andreas Billmeier
parent 7f1d46597d
commit 8ff468915f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST tikteck-0.4.tar.gz 2433 BLAKE2B 2db5dffa778fdb578fc8b0f41f62f55ca8c5d281f8d1fc8f0ae85a64d8163091930f7787cdee1e91bd59a496f7873c561722805797bbb44d87da97279628b034 SHA512 a1f77b4158c811851d5553a13625127f88aae4ca483575dd443371430a2ff6ff0b7de754e231f558cb680445f2bbcd2c03a71b2f9f4b6cb87b8ef8398d43170d
EBUILD tikteck-0.4.ebuild 699 BLAKE2B 5196d30e90c0b9a99fadfd9adf4f2e8c0fd2f966e372b03e79698e384e3f3b69c4905b4e790ef17f3436a690d651bd2b6fb48ab97a394f1328ac3ec348581cfb SHA512 d6ac7ad84772af32687cb2b896867c84016bee9a23dd2281df9a4da37c95bbf9798797ff9642ff0d45bc0e2ffabaf2af1d2c9b53df669240b6b5ab897c1edf8a
EBUILD tikteck-0.4.ebuild 643 BLAKE2B 405949079a4c40ed628c0d21f7d783c4fe28522d8a71a0aec9c5a62c32ad0638c1ff90d7d4a5cf3544e3472dc21209cbb7fb2835c348a125ca3fdc5f759645a5 SHA512 538944caf7215c50ffcb631dad93f193579924a48c4d7b48f89150b7e54435f3733acd9b818c24e5808a9a1b1f4afc43b879dba22bb4fccbceb66f9f3b284e9f
MISC metadata.xml 516 BLAKE2B a8d75ca662d4655fc8a9188a904a08671e00ec97e33ec8520e7c5db2881f8fec72716cb648ad538fb3013877b045f3ae9f1bfdb2b2f81aef27b547991b2bb9cf SHA512 99a1f6c475f7b53dbe3ba3270a685a4c9717ca50b71c4444c387841452c6c43395a2cbd14391b2ae22cd70a75d375ffb8425ac2e4772320cdb837d771e3ceb40

View File

@ -1,15 +1,13 @@
# 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 API for controlling Tikteck LED bulbs"
HOMEPAGE="https://github.com/mjg59/python-tikteck https://pypi.org/project/tikteck/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/bluepy[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"