dev-python/aiorecollect: drop 1.0.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:03:15 +01:00 committed by Andreas Billmeier
parent 825d86dfc3
commit de9b8688e1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -612,11 +612,11 @@ 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 1742 Ebuilds in total, 1731 of them have in total 1755 (43 different) licenses assigned.
There are 1741 Ebuilds in total, 1730 of them have in total 1754 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1017|
|MIT|1016|
|Apache-2.0|363|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST aiorecollect-1.0.8.tar.gz 6133 BLAKE2B 064584628a3a8996ff9bcf923c277455e885b747a2861562f301060aa397a62b3263aba3c28ef5d1dc41fbc8e730b4b0f157fe680a1785a37334240e98eeb934 SHA512 d6f7c5db39b234b233eaec7f34f29f0f55076b1b4ba2a67e5cd11f784decebeb9958f8360f3c18deb441db7c4ff40bb2ec3f0eb068736e695a98ff3c736c766f
DIST aiorecollect-2023.9.0.tar.gz 6679 BLAKE2B dbc863412127eb676cfc05e6b160449f4a01c8ba9971dc5437819fb014c1328f03fda070dcf06de9875152b86ab577088af48f6b392776ad81e85ef91954ba11 SHA512 de6a051f018dac79968f176c3a147292b399faa0d1d08b95fdb0a63abaabd235f5997d4c4373095c091a050a21f2144162d202f1b75f9c89ba323bff82972603
EBUILD aiorecollect-1.0.8.ebuild 756 BLAKE2B 405d0518d7a84ac8017c002125015a8ca8a49f0286764c493f3753141a3284b74debd25aaf7c817fc39f98ca397c852eb0c4fb7a3e8ae900af4b4b269ab04554 SHA512 4a9fb475fc458dc7e117231c7aaf25aa1139c9f844016aa1a6d8240bc47af69f8067f85f5024f6504d55fc8e70726021650a41108385a5f9d247061b0041443b
EBUILD aiorecollect-2023.9.0.ebuild 806 BLAKE2B def896332f7d6d56dd8aa859af22a70af11e3cd29140f39ce4fb3991251e768b92efa89a6eb6a3679aa5a37c31877af791e535e70e4ee79f6a3e3cd4fa060e40 SHA512 a3bc8459ae60cff46306485438030cac5c11ae8835ae3baa16bfd51700b465545bf954b07731de4035f1995a0a2198a2e653642ef8416765c5dea3c8c9c91968
MISC metadata.xml 516 BLAKE2B 9840faa6bc9d0d2a03d111de3ba842980884606e27d1874635e2efe7489fb00d09d743d7782c492555b83d04f6dd3adafd90d3683d1a004dc50cffcea1b19ee1 SHA512 a86c7a9bfe6817bcb551e563269e4145cb16140a6bde6ab2cc6548778129cfcca64520c707aadd30933cfec9a1778468d6f9ecdb2268cc679c699a71d54b3dbf

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=poetry
inherit distutils-r1 pypi
DESCRIPTION="A Python 3, asyncio-based library for the ReCollect Waste API"
HOMEPAGE="https://github.com/bachya/aiorecollect https://pypi.org/project/aiorecollect/"
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}]"
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