dev-python/kostal-plenticore: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-19 20:58:16 +02:00 committed by Andreas Billmeier
parent 40ce41d574
commit 3dad4974b5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST kostal-plenticore-0.2.0.tar.gz 10620 BLAKE2B 2f46be21f8f06db4caa928e8ab00deb8dff8038e981bef9943504d34106fb55555673b29c983d1ba9f6b4a6d0f0c3570267748a42e0b38ba1c8561b27384039a SHA512 56514b0d167e270ea9edab7518fe3e80d31ece41127bc174c3c5698ce76c7d25c32e7b3eec849de6746e166a6d1af44d65c507334504e1a61c41e576e32ad39d
EBUILD kostal-plenticore-0.2.0.ebuild 763 BLAKE2B 9642c604d51cc45b3dc12e49a1789453025676c99deb811ae8718742dbcfc64c442757af50ab3222b318eff704df28c467d32ea86c0558adb9caf74a0d271102 SHA512 a4a3ac5c455140077223bbe6c0da9a60a5d3dba5f0178ac88a3590e5b941864cb7a4cd804f5fd24fce8697c232a8455cab04339d70f9424f9fe50ba1e87688c0
EBUILD kostal-plenticore-0.2.0.ebuild 728 BLAKE2B 3871086576ef14da4bb67e497c6f910a5ba9ce93c08de8233be094ee4f28afc9ba0374b8066b3bd0f1cd4c360c29d180a91f238a3f9fe8b6376a0c512eafab67 SHA512 220774b968c08036d92beec6ca177024d20c680da1aef9a85d70fc5dcc76f56d04b7d0797ac17b983377b8de5dbc4e9e148b58de13e00628dea897b42663fc72
MISC metadata.xml 401 BLAKE2B 6b700d5ae98ae246b3b9979101d59d731afffcb8164e88aeec6a6ac4fdeb91712a2a6c1e62e94213c91c8d31095a394ba6d01c6befca463b6a385685e955dccd SHA512 673fd147a8d1987ffffd576fac4445af7ddd465ac586eee26a351d7528a560157cf90d5dbfe5df6b892eff86b660e50d9e65cf4975d7ed20be78a64f83b071bf

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Kostal Plenticore REST-API client"
HOMEPAGE="https://github.com/stegm/kostal_plenticore https://pypi.org/project/kostal-plenticore/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -22,7 +22,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"