dev-python/HAP-python: drop 4.6.0, 4.7.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:34:27 +01:00 committed by Andreas Billmeier
parent 6ce34a6453
commit 5cb589d251
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 78 deletions

View File

@ -612,12 +612,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1765 Ebuilds in total, 1754 of them have in total 1768 (40 different) licenses assigned.
There are 1763 Ebuilds in total, 1752 of them have in total 1766 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1019|
|Apache-2.0|374|
|Apache-2.0|372|
|GPL-3|106|
|BSD|100|
|GPL-2|27|

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="HomeKit Accessory Protocol implementation in python"
HOMEPAGE="https://github.com/ikalchev/HAP-python https://pypi.org/project/HAP-python/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/chacha20poly1305-reuseable[${PYTHON_USEDEP}]
>=dev-python/orjson-3.7.2[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.36.2[${PYTHON_USEDEP}]
dev-python/h11[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${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="HomeKit Accessory Protocol implementation in python"
HOMEPAGE="https://github.com/ikalchev/HAP-python https://pypi.org/project/HAP-python/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/chacha20poly1305-reuseable[${PYTHON_USEDEP}]
>=dev-python/orjson-3.7.2[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.36.2[${PYTHON_USEDEP}]
dev-python/h11[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,9 +1,5 @@
DIST HAP-python-4.6.0.tar.gz 258559 BLAKE2B 4468f3b3c93c3a5a5aae8d6ed6f465715f05f7b6503f47f187d39248c5a5b677395fd804aea78b1479bd2d7ed283572a9ccf3364d7725f459d5c5105c0828719 SHA512 83f06a2ecbcbbe78a0007a2c52fe829a0191ea49cb40b8cc446d85d39645fc3ee47a2e368d8b1d660eaf6e009d20e0e228f6fcdac8af2fdf62be3f1c98b841cb
DIST HAP-python-4.7.0.tar.gz 261382 BLAKE2B 315b7abf30cf4ab94f99b4a797f3b2e72fe8f0d9b1fbb46b33fb1f5fb8103ef6c072cc9993d64f7c4c1949de5d1f0a06c8f8d20821f044e4c78419b2f2d3c66c SHA512 3cd675ad71f4bdb774467a1d2174048d50bfd3bdedb033ac57403ec31adf1980269797ad499aedcd7a49730ee0d7c3b085f444dd862b666ce57acd6d94c7e010
DIST HAP-python-4.8.0.tar.gz 262565 BLAKE2B 67082660bf8bbfe2323ffc2400269b17e945d219088b69e8c5069ac3178463d9e43962349c4028c6871c11cb8d3f9184bbfe730fdcadf7f15732705f044e3d17 SHA512 0ab22211fbeff5034950fa2373e6597aecc2f6bc66fe4ace7d7e878736313844b3caad8f42210aff1e319a828bd65586c88a4cbcca9bbee7476e47292b443469
DIST HAP-python-4.9.1.tar.gz 264096 BLAKE2B 6ce4f046e118c93469bba34019fe74a38a023260d0d01e34663a53eef863e8534e78ffdb88d889478d3f84283d4f7a6e5f7fe0a2cd61c68e284dd3a29a0b90f0 SHA512 2fff1641a53d67e5f15b4ce9c84b518a6f97e9f167ebcfe98d1b87794eda6de464b790fef5123b0ed08496512211e0ac71a6f7564513655c08194947d1779913
EBUILD HAP-python-4.6.0.ebuild 909 BLAKE2B 5086e4a1be37d09a8514fd99a8c3e864168709f27cab8c46a57228b744269f721a9f3b27076c45c2ffae4544418c74d5680a0e51d77ea69b5ca97d83a8042e36 SHA512 64ae8727bb4ee85032a89ea944c587125d7e689cc49b9056eda2b2ffdb8b6e4b8828bbccb293ea8e9987a57226ce588eb7724a5b93910bb132caa38b56413049
EBUILD HAP-python-4.7.0.ebuild 909 BLAKE2B 5086e4a1be37d09a8514fd99a8c3e864168709f27cab8c46a57228b744269f721a9f3b27076c45c2ffae4544418c74d5680a0e51d77ea69b5ca97d83a8042e36 SHA512 64ae8727bb4ee85032a89ea944c587125d7e689cc49b9056eda2b2ffdb8b6e4b8828bbccb293ea8e9987a57226ce588eb7724a5b93910bb132caa38b56413049
EBUILD HAP-python-4.8.0.ebuild 989 BLAKE2B ff947c60300619f535c0a24a79f69c91a5c8cc03878b16457c61076596545142f56f7e35903ca23f339d13cd31078dd45ce37ae087c28c8ef9a8296c69c86ef5 SHA512 29446eeea31e7b07b92a4c227fc47f80b59bb744ed7be9d079cd1f760d57bd429588f965bfbb32b0788f2ba710664ff5415cee7f0a69d246de11dbab7de7324a
EBUILD HAP-python-4.9.1.ebuild 989 BLAKE2B ff947c60300619f535c0a24a79f69c91a5c8cc03878b16457c61076596545142f56f7e35903ca23f339d13cd31078dd45ce37ae087c28c8ef9a8296c69c86ef5 SHA512 29446eeea31e7b07b92a4c227fc47f80b59bb744ed7be9d079cd1f760d57bd429588f965bfbb32b0788f2ba710664ff5415cee7f0a69d246de11dbab7de7324a
MISC metadata.xml 390 BLAKE2B 33ecbfd8a7cb9957eaad9d7ccfe2a013e682192a1a8f10a963b81a351eb25c5ece04f433e7ea8769a9f29861e796367114fee54d393c0109f0fa00e5f34e00df SHA512 246969e9a7f3db5527f2ee641713d318878a213903c5fc9556ca8f01d3bf3cc2bb644650740022b9ce01e8a1f89cd7e9053184eac2d4a1cd55b6677baed2cb39