dev-python/python-smarttub: drop 0.0.33, 0.0.35

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 20:43:01 +02:00
parent 9f64e58e9e
commit dc33f086c4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 3 additions and 79 deletions

View File

@ -1,7 +1,3 @@
DIST python-smarttub-0.0.33.tar.gz 8430 BLAKE2B 7c73d52129f090abd7d7475ad99e83cfafeeac5113efebd67887d06da1963525d85106b2a4c6aeef1b9da80073dbd658c2e0b90af266cf457943513e00f5d1c9 SHA512 c724cc6ad9b3ab8286ef1594e3d5beeb62cc14b94292b5f31da442b66935fd6b947dea71648afac7b2cba7a061259b57793f92f453d1583244f437be0f14b9a0
DIST python-smarttub-0.0.35.tar.gz 13086 BLAKE2B 07aaa9b84ad24bf870f392a6a8b70341daad2d1d8bc159f30e087d6336010497ac270dba7b510dad97f36bd153c59b3f276ff7fc68b2a933eeca92787643db62 SHA512 8b8547ef54da8f2c08ceddf182fe375dbee8dcc07b12f1e41b470a37c59bb35b542472e4cc7427780b9deaaa030db8a393bddc23430b676227358294d9e5415a
DIST python-smarttub-0.0.36.tar.gz 13090 BLAKE2B e150996143ba7845edbc6096f25ef2fa19826b8eb8c2188e0df9a9164636033acdd465fec8144f8e7d673d2343b8a926885926613c4f7a92e83bfd6c998c748b SHA512 d729f76da20a913fd280e09f51143d5b5d9ca26ecc74a58aa75d62e6933d9ce8a7e05aa5e328cc3b5e41e12805fca8b771fcf6cc5eb3cacec904f6090a76e36f
EBUILD python-smarttub-0.0.33.ebuild 925 BLAKE2B a410f78d0d2df29ea77ffb03bd010529c3bb9907f1d8a05479c1476ac44c6eb714ee8ce93290e3b8f8fd681978d4f9fe203da887267fe76fecbc1de3ad01d573 SHA512 0647a7c9c13a3fa4e301645f7b754cfed37293a9e2a6800c829ea3658828dbc3a2286feb1b946dadbc4093d64de21354e32bc21a47bd564f078b27767472b5ea
EBUILD python-smarttub-0.0.35.ebuild 925 BLAKE2B a410f78d0d2df29ea77ffb03bd010529c3bb9907f1d8a05479c1476ac44c6eb714ee8ce93290e3b8f8fd681978d4f9fe203da887267fe76fecbc1de3ad01d573 SHA512 0647a7c9c13a3fa4e301645f7b754cfed37293a9e2a6800c829ea3658828dbc3a2286feb1b946dadbc4093d64de21354e32bc21a47bd564f078b27767472b5ea
EBUILD python-smarttub-0.0.36.ebuild 925 BLAKE2B a410f78d0d2df29ea77ffb03bd010529c3bb9907f1d8a05479c1476ac44c6eb714ee8ce93290e3b8f8fd681978d4f9fe203da887267fe76fecbc1de3ad01d573 SHA512 0647a7c9c13a3fa4e301645f7b754cfed37293a9e2a6800c829ea3658828dbc3a2286feb1b946dadbc4093d64de21354e32bc21a47bd564f078b27767472b5ea
EBUILD python-smarttub-0.0.36.ebuild 925 BLAKE2B 2a109aa62e789c66fa36b9e4bba45a40b4c68aa9c6d895e01d79b52538b39b611b988aafd3469259e2571f26c9d9c68c06ec155c5ef287e6490ac90b2d3e737c SHA512 0ef3b957bf97a5acae60425e15a4464bee99d02738e7f8d1d0fdc170f8ce2ec5d26d1b2c4864b5322f5a271f3e5b2f2b83757bf63967b1f044e4ab060f27e984
MISC metadata.xml 516 BLAKE2B 38656f4adcac7ad21943e346ef622b7fc2220c8c755da9925696564b3e0a670ef882e9737339348cd2cfb43cc223d46930b04f04ee020022329a36e7d25da476 SHA512 19f5e828f3ad55c90c6a660b9915f0b858cce5137e87a2ac498362f28b44f98f90661379d4e86d68e6c741e31160084caa05bfd493b96b30048c2f0a6ed23556

View File

@ -1,36 +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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="API to query and control hot tubs using the SmartTub system"
HOMEPAGE="https://github.com/mdz/python-smarttub https://pypi.org/project/python-smarttub/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
~dev-python/inflection-0.5.1[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,36 +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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="API to query and control hot tubs using the SmartTub system"
HOMEPAGE="https://github.com/mdz/python-smarttub https://pypi.org/project/python-smarttub/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
~dev-python/inflection-0.5.1[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,8 +1,8 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi