dev-python/greeclimate: drop 1.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 13:40:50 +02:00 committed by Andreas Billmeier
parent 299b28f7fb
commit 29d4902949
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 34 deletions

View File

@ -1,5 +1,3 @@
DIST greeclimate-1.3.0.tar.gz 26102 BLAKE2B 2d335dd9086e8a35225a2674f9729e9f9b942f348b5627d664ed80042dca4658af73e8f8f13c1ef6cc9e101acf3916a87cd3d32391a2d7ce2879ab369ec23f74 SHA512 1973c288028dc7169f3ed3f155a499c4f9ddf3c4da16a89fa250b33b990bb2b392e507b0fd8cf686c051c83f1079f58688ce472f8b0c5cc6ebe6c3009f5884b5
DIST greeclimate-1.4.1.tar.gz 26548 BLAKE2B a0a10830128a53820e5ad749cac90e38dc3bef385d72a4e865fb16b7f13709f1df731d23e45ae19c63fc0d63bad4ffcc1abb3249c82ee7fd1202095c607c82c1 SHA512 2f1d06c74385908507546b1b5857f0929326723a1d140636a9e9060ac855bda81d35dc0b69a051493dd3411046ffc68ad4ab9b3c6965e087946b98b3959831e8
EBUILD greeclimate-1.3.0.ebuild 717 BLAKE2B 83a71635d21b98af7ee0f3a0feb4a23d7b12ca91b92a7edb6141169ee185b22907c7f67342118631f9422d1535b3b279f792611bae29ee900fe546fc81813527 SHA512 837b46b74675ba4c477b891dd6e5a47bfa9ccff3d7cb41d2bea6dd16e2ba19c4a628c8cb9131ac8e93f922cdb1db4e203fd6603276b87b05e1bf5c2256de4fd7
EBUILD greeclimate-1.4.1.ebuild 717 BLAKE2B 83a71635d21b98af7ee0f3a0feb4a23d7b12ca91b92a7edb6141169ee185b22907c7f67342118631f9422d1535b3b279f792611bae29ee900fe546fc81813527 SHA512 837b46b74675ba4c477b891dd6e5a47bfa9ccff3d7cb41d2bea6dd16e2ba19c4a628c8cb9131ac8e93f922cdb1db4e203fd6603276b87b05e1bf5c2256de4fd7
MISC metadata.xml 391 BLAKE2B fc250afca50f682c5d3fc183df48682a6fbf869f0c6941a8d4d3e48d19985639c5e8f6cf70f740ccfa7aea4943f9ad369a76e7481e138768caa547f2c90ac7fd SHA512 53c88a8cf9de73c881be61c94867f4d1bdd460321fbeb9eb4f91e4c15902d5f3db6ba3da68ca1f5e0350930757595274d21dfeda9414a392ec1958c44991f677

View File

@ -1,32 +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="Discover, connect and control Gree based minisplit systems"
HOMEPAGE="https://github.com/cmroche/greeclimate https://pypi.org/project/greeclimate/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/netifaces[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest