dev-python/pykoplenti: drop 1.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:41:23 +02:00
parent 8a09b8ea3f
commit a0e05000c8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 29 deletions

View File

@ -1,5 +1,3 @@
DIST pykoplenti-1.0.0.tar.gz 17724 BLAKE2B 516cc243725d284cb8a32f67e94d8303938066ed875dac94027b6b088a937acf1be81d57e1bcf2effec88b03be2579d50da29f0107d60451de247595843b3dfc SHA512 62c41951a34404f0f9e1a8f22372e4921f6b4493d73a064088dadc8eddc525ab96583b1262265e2721ba7a440d5d989840af9334edb94dc2be63d48561eb8780
DIST pykoplenti-1.2.2.tar.gz 25034 BLAKE2B f0ad319cce5d6788ce88a629a83584c8e792110b2f89831b3609b57a1991611ed272fdd882012659dd2499e7e9f8f510ea6fa4e98e0ba9178bd9fe440a2b58f3 SHA512 220db8068588dd1055bd968b9f31c1c56b42f523af2724ead1b19e6a564d93e6abb804753480df5ac5ca4a4b5ddc4ed2fba12e26a61ed3f735d8e04aa9bd816f
EBUILD pykoplenti-1.0.0.ebuild 622 BLAKE2B b8905b33b1cca5910c462ab102f400f294d553be128d480c306be720d2ccfc8afcfdc435d5782f3dc1590e4803965a9bf805ca5a610ede52bfb01b74251970f6 SHA512 aa8432eae216eef341e2c6a0feaf9287d933799b0cefcc4e369a9aaf243073976cc761fb5878243c8e21c03903334fcc7b206e8f7b4eb227e1592a46df6bdd29
EBUILD pykoplenti-1.2.2.ebuild 670 BLAKE2B d460f5aa176c3364b011792e97a73e01df073b4fa826ab714c80b651eaeefde568962cfe6c71ab873e10d55a80ea0bfb47a54b81ae35e21f48147cca58a8b686 SHA512 5b622de4e9f248a4e1024b40ef1877cf61ea72f42e9b21c89f2b6690c49d875b312b010fce7e7cf9c3c6eb7f76bdd3ec8cb9a7d84524a2738696b0c97bc1d0d8
EBUILD pykoplenti-1.2.2.ebuild 670 BLAKE2B 4d1982a34d5d9f4f29820ac36df4e43a2d70410d8a9c371d7e8d97eb123caab0259e9dc1938d948197dc8ee2b4b82df1dcd35a30cd2e41db1e6469c18e719259 SHA512 5ab5c9dd693a18178921b75b0386fd1daec6879484be60e8dce45691c0a9e5987d97916d02a9bdee8a7988e42f07fec38d6963e896d8db85b32e63b8a4b98981
MISC metadata.xml 394 BLAKE2B 46f0721b26b52b0358cc44de1ec81eefc846afe4f491e1d19cefa23f38f8f25570daaf57515eb179a64a4678bbd811ee7c3f392ee5d573aaf6ab3afc076535fb SHA512 0b272ce33bc9f58506f13086a34b1126d7bb45c397d13c254f1fc13f4c7ae31081e6822c41483546d6e222eea732d913e48e01939092474e69d40618be81257f

View File

@ -1,24 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python REST-Client for Kostal Plenticore Solar Inverters"
HOMEPAGE="https://github.com/stegm/pyclient_koplenti https://pypi.org/project/pykoplenti/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi