dev-python/aiopvpc: drop 4.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:03:02 +01:00 committed by Andreas Billmeier
parent ce6855cfea
commit 825d86dfc3
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 1743 Ebuilds in total, 1732 of them have in total 1756 (43 different) licenses assigned.
There are 1742 Ebuilds in total, 1731 of them have in total 1755 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1018|
|MIT|1017|
|Apache-2.0|363|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST aiopvpc-4.1.0.tar.gz 12719 BLAKE2B 35a37dc475a5ffbfdf5a6829340207412a689e692f634ef4e077504e0a170fb4b612cd49cb44fd30cb3e5434b7ee852e5b302166689cf4ea0c90ef7cd930c416 SHA512 c1119f967c04c7811c63d31d3bf0760e7e896f0d89866c67674683b8543c8f2889c13e242a606117d5e213221c50b18c8b4f23e150d6215b434ac983a4d054d5
DIST aiopvpc-4.2.2.tar.gz 12764 BLAKE2B 686a47cef07694383c0b25ccdd2457a3c66f2f2e4534b87cf1a33eca5f27c0d21447e77fcae639d5417aff2d36a970ad635cbd55b07176b4af5014404271264c SHA512 9178dbc1461b51be23e24d42cb7eff4513e198661b496664bdc8de45c808892809736cb90962153f2e632b957ed402788a87b4930f0f9d717c4e6f73e3f76357
EBUILD aiopvpc-4.1.0.ebuild 796 BLAKE2B 00fcd738d98fd25f646b2ea383986c576cd78c93bd32102959d902612d6f0a2ff0d408085c47218b605c63e7d8f51871a4c42eb8f15e12a9bf8a5fc589d23823 SHA512 a9066234c2cab066d2463bb34c3d8bb6dfd078c0247711daf3d607f8b7ae5359f1fdfa57beb81fd7db141489b1d644b57f3f6f0bd358c6491445be6f2629cecf
EBUILD aiopvpc-4.2.2.ebuild 832 BLAKE2B a238aa6d9cb4cd140032998162e81570016fd0744e837809eb05c424edd7cd17d481d223047e33f280ea68de3a0cdf66ef7f6888d74aaab6b881e12472782913 SHA512 0d679ba345293b683eb1e957696d3b2c8f36061c196e72dc4a5a48a5ec1429888953fbcd71dcb96a834e5faa82c42d9d802636339617fac6fd018782d2649bd7
MISC metadata.xml 518 BLAKE2B 673cf29bb88a6c4082f02ed30f21c8f5058cd82f197a280ee3e5882aea7f4295f0dc224d163c97dc9827de2d670ceb1220ad9478ef77b1b631777b44bcf465e1 SHA512 227c0d65031db5d43fc629d1cfe8cf7642366ffb287323b7f49849798c868bbcdcf30278ae09bd4cc9490251bc4a929829fbbdbea916db062117556ffc50f842

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="Retrieval of Spanish Electricity hourly prices (PVPC)"
HOMEPAGE="https://github.com/azogue/aiopvpc https://pypi.org/project/aiopvpc/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest