dev-python/aioridwell: drop 2023.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:03:26 +01:00 committed by Andreas Billmeier
parent de9b8688e1
commit 02a3154e98
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 41 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 1741 Ebuilds in total, 1730 of them have in total 1754 (43 different) licenses assigned.
There are 1740 Ebuilds in total, 1729 of them have in total 1753 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1016|
|MIT|1015|
|Apache-2.0|363|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST aioridwell-2023.1.0.tar.gz 12569 BLAKE2B 20a6c7b595cf9a2fca9adaa3c5cd12b0b5dc79644558a72915cb6f6cd25da994251b6996af62ab4a61e242baf6f24f886a8fbdd26b7528572c3ae0b4a22ef87a SHA512 f796611626e92dd4cf3e2c4520f1111391d6057b4c1bb79cdd1529de854a40e5af629f6286a9e0242aef13526e69a57f65749cbb23fadf475f48197f17257727
DIST aioridwell-2023.7.0.tar.gz 11674 BLAKE2B 465c9db351224bd82758cd5e84ed846f0841b9d31b60f9c8b1f05ab14bc5816b9791c909d35683032d761dc6ddafa558b1d86551c56289e9573872ab555c1b64 SHA512 d1052c2277be542c3b6ca8115335c3e391824bfe03d73976c0b5e910fca0ee705b855d3b77d1cc8af9b201325a0ac6f2d336df039d06ad3a8c1200598ddbc0b9
EBUILD aioridwell-2023.1.0.ebuild 986 BLAKE2B bedcb4cfc2675c04be3f7c04dd684441727fc8c59453d2a6a369525818cd12cfa28aae11d9c65caa1f3259798e7b5f60b9a155faaa58540d2ad981be016713a8 SHA512 77ceba9f39977c51298eb003a77412cc0f11e38d2dfff5ecf56e0ac96e429853753714fa4a1637e58db98a38a0d7c72953af5b3ea9969c20698786960ab791e2
EBUILD aioridwell-2023.7.0.ebuild 1166 BLAKE2B de5f2411690c919c62c045ee6361cae19890b20fb4e7e3290cb03a5417ed02eb527272e6267c8d5671fbe58a45d0143a088cdc63b9aa3405e5bd96235e20697a SHA512 e245181faa96f37824b825a611b03d48ee19b1f02f520b3cc0ff31c1cb10fd6c5ed774a59dc72443e116549423cd9c1a3cd5459a19a8fcca5b6dc993c1e5800e
MISC metadata.xml 512 BLAKE2B 9b74197b6684d13b83cab6083dac5e94d68345faa0e23dc31c414e3b37533a971f12506e1ce9a14a76869c3db2a21f1d661e9f24a2074b42ea33f1abdb5939d1 SHA512 2e7e2a545303a6044c0e4f6ac57a799c345af0e99b53d6284aac3742df22e5772abb157e390d1c09635a0057a3308fa2a5ae23ff6d34c4e035719852b74f7ba6

View File

@ -1,37 +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 Python3, asyncio-based API for interacting with Ridwell waste recycling"
HOMEPAGE="https://github.com/bachya/aioridwell https://pypi.org/project/aioridwell/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2021.3[${PYTHON_USEDEP}]
>=dev-python/titlecase-2.3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest