dev-python/pykaleidescape: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:57:04 +02:00 committed by Andreas Billmeier
parent 44d1b3ff15
commit 1522ffc9b0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pykaleidescape-1.0.1.tar.gz 27736 BLAKE2B 2a501bef2f16bada9856e9026622a7a74ea1d33bc3a509fb8fb88ba7d600e015d3c6341abd426334fd919fd0de824905d18e5c917617925791c2fcabcff5d25d SHA512 fc5404a61067440ac88532153c5b26dbfc0898f2bb0112d84abd8db8a72cccbb14613fe812e4f9eedc0d39caa2bd52c84d4905ddadb3de726e55f7087d47142a
EBUILD pykaleidescape-1.0.1.ebuild 793 BLAKE2B bc58ad865a85c52db6ef6d690e66ec1a90ba0c4639564a298d9fa826bfbeb989e6349bfb32da244d65f6acd9a5979b0e9d9145a5bbf784a64ffd8cf9185d245f SHA512 10b62420a7c8491c4b3eed99767588d86415126311414f83ee215500457ab0f5204c1c3f42f1b4df9b46c09c03ac0da859504447126db232d410193dcbdcf09b
EBUILD pykaleidescape-1.0.1.ebuild 636 BLAKE2B af9ccf7e50921f03560c4d5d5da6fe1896365cc9b96d75fdd5efe927d63ed09816c7c8fc0d15592172ca33dd16ce245c1d84357c623f5f9e76f10942f51a381e SHA512 51055558fb76447fe25fd4c30a44e069643a9cc91564b550983f15a1e41dbf89f922c80d0bee0ad90ae70f6d8c412390af184301dbf8ba7148fe1351d7e88e31
MISC metadata.xml 525 BLAKE2B bf07a3e432ed6ea776b34c973f9528403c4e0a9c3a271fb5e098158303e4aae3ffb3cdeb57b89611e52a0cb0415557924e91fd865898f52c1ff342bef1b32096 SHA512 83a727e01fbc2af2dbfc65448bd009ef751925a82484a7e5a92c2a4e769ed74ccf1bf9439318c41ac1b4d5ec48ca3014bdac921710f9ffc53f52489f917cd854

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 client library for the Kaleidescape System Control Protocol."
HOMEPAGE="https://github.com/SteveEasley/pykaleidescape https://pypi.org/project/pykaleidescape/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,14 +20,5 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/dnspython-2.1.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest