dev-python/anthemav: drop 1.3.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 13:20:28 +02:00 committed by Andreas Billmeier
parent 29df9bba6b
commit 0bc1dbb637
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 29 deletions

View File

@ -1,5 +1,3 @@
DIST anthemav-1.3.2.tar.gz 18187 BLAKE2B 548b6d1d0c34a7af9be53ae1b05e49d9b22de2ea3d87b2b1b4476873f895a3771bb96bd35d317915b6a99ae1eeb0e8feb71db60dfaa1a4490501ef2e4ae504f3 SHA512 06eb736e5f7733f8447e1fd2465fb7402f35b00e8e931c3d3f5f21b563efc977b1323f4dd078e83169d3d55a9867e40a11df1f084fdbafac9262f7f402575528
DIST anthemav-1.4.1.tar.gz 20812 BLAKE2B 4e3591e078955223f3c0308cd4af967711d7e8326c670f6ce057125ea0cdcf9cb1299f30cbbebede99274e73153498ecd9320e8d4bbd223355f30494cf8fe5b8 SHA512 24822dcf5cb1eb5c4f970aac9588b880458c697969ed2415d5677f20f5faa6ba46af3da5ab360ef1a47bae3272f522a87c9ba500ced41c42383f68673c9f7e24
EBUILD anthemav-1.3.2.ebuild 568 BLAKE2B bc9bcd4f3301dc66b6fa72d5a0af10bebe5b9524a760e118d2ba96680b3c55079daed562b6c632500e735cf05588bb700376fd261fac4c3b84e73c49c729d266 SHA512 24577d649115aae6de34d42471a5c00ae9c7d4f43575f2e90e5b9e1ccb99b60d318a529de26766acd4bd351e2899a398efbd295baf189ec6a6d679a5ecce64c7
EBUILD anthemav-1.4.1.ebuild 599 BLAKE2B 83dce3a397fb1a7765a60550c4f9598ace106a1949c406f3dafcfc85bd6a8046d01bb92f7ba521e647734dac156c359888168e7cb6a361bc48a3669209a6845b SHA512 eeafa44be91fbeb3473ee77d29023f28739c75e0c9e5aefc7abaf19b650981688855c586ad0ff270c1a45627b57c952aedf6f4bbca2ec31ebb85bf67ee5c24fa
MISC metadata.xml 517 BLAKE2B 961646a5a18c38fc80b189f85fa4a1a05f0218be6fce9bcdeec418b23c76105619b3fc8bf797b603db9b703ca9c878cd21c5bdd04e50a2c9d551ae27b6c2385b SHA512 01aae7e471d91fa56ecfa18ce03cad640af600cb8b5b01c29900224976526d8d39a42be0ec3ef8862ad1047cd82b429125316565d56ed81630eaec957e810a25

View File

@ -1,27 +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 API for controlling Anthem Receivers"
HOMEPAGE="https://github.com/nugget/python-anthemav https://pypi.org/project/anthemav/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}