dev-python/aiobafi6: drop 0.8.0, 0.8.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:10:17 +01:00 committed by Andreas Billmeier
parent 987cbe96a7
commit b3b10046b5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 68 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 1632 Ebuilds in total, 1621 of them have in total 1635 (40 different) licenses assigned.
There are 1630 Ebuilds in total, 1619 of them have in total 1633 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|942|
|Apache-2.0|339|
|Apache-2.0|337|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,3 @@
DIST aiobafi6-0.8.0.tar.gz 23471 BLAKE2B 25cfbcb01764af55052ac6bf28f4a04bbaf38386d925b3cb872b49e1637a596d4ff313eb02b8df32e4a7b68f534c10be7048e4be770f3e5698c6c23643900b0b SHA512 7932e214f912aa7871a8e2d9df591cc10f7c90a187e74b64a9e7618e04dedd50849eeec3bd25c74d5237cbc079875cc2a72d2873bee222ac809318d7cbda3a15
DIST aiobafi6-0.8.2.tar.gz 23754 BLAKE2B b517471a6c1f0eecdb3a00e8df2921870c6cf7ce0bc58722fce60ea8f330d46104d289a7d57bd133220ba32f2e939ae4385703127ef7a22fcc733c26859833e4 SHA512 bf1178c1746b95819e6eeac28949a2adc8a3420b26da525520dbaef2eb13fa9cfb4b5b7cefc7ea7c436ce1f40174881c8dcd0cff1e3dbdce8a75db7b515e282d
DIST aiobafi6-0.9.0.tar.gz 24132 BLAKE2B aa1f712029cceb6f2eb037db48a0ac1e03c9750ad665890284a4f17b76d5778fbbdd1de1fb19148a5b31421bd0f9f3bc430d0c81041d3b921b4b645d9c10681e SHA512 3b850f3f5758cdf2ef7a640a087160bf9bc398130f3c8ef1aaa019a04e97ee61ddfbfed45013619b79a0af23a443290f2cfc4d28a9f3c208ee0f06d10fc008de
EBUILD aiobafi6-0.8.0.ebuild 763 BLAKE2B 41bcd448b726afca00b708ab0026cf33025732cb3d8883552908be84bcdb2c9f83aaf6116b4d8b1a5b2c111efdc4b8ef439cb965dee44034237cde3f2a821515 SHA512 2e98eec94a5ea5a925a6103402e8699940a870a9ab1c8a664dc61a1508c91a4aff327d7687946e36a808d5376c919e2e5a4879c6d667a1fa7c3e3471c770b801
EBUILD aiobafi6-0.8.2.ebuild 763 BLAKE2B 41bcd448b726afca00b708ab0026cf33025732cb3d8883552908be84bcdb2c9f83aaf6116b4d8b1a5b2c111efdc4b8ef439cb965dee44034237cde3f2a821515 SHA512 2e98eec94a5ea5a925a6103402e8699940a870a9ab1c8a664dc61a1508c91a4aff327d7687946e36a808d5376c919e2e5a4879c6d667a1fa7c3e3471c770b801
EBUILD aiobafi6-0.9.0.ebuild 763 BLAKE2B 41bcd448b726afca00b708ab0026cf33025732cb3d8883552908be84bcdb2c9f83aaf6116b4d8b1a5b2c111efdc4b8ef439cb965dee44034237cde3f2a821515 SHA512 2e98eec94a5ea5a925a6103402e8699940a870a9ab1c8a664dc61a1508c91a4aff327d7687946e36a808d5376c919e2e5a4879c6d667a1fa7c3e3471c770b801
MISC metadata.xml 508 BLAKE2B 5200519b0df5da2e0664b0e150ed15cc81ba87d6f7724f9e61727da214a6183fb65a1e66756d58c41a8256a21fcd0868c3d6b53dc238599f2a987151479ad4aa SHA512 ca2bceabf3dc43ce69f84f72bc1fe191be2949edda426b83d9f3bd071465b0191053b0f64278978a45cbe87d37bc81990bbca715462463aa22bff19e34ff9e19

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest