dev-python/easyenergy: drop 0.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:41:43 +01:00
parent b5eb480288
commit c7385ffca4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 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 1593 Ebuilds in total, 1582 of them have in total 1597 (42 different) licenses assigned.
There are 1592 Ebuilds in total, 1581 of them have in total 1596 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|916|
|MIT|915|
|Apache-2.0|336|
|GPL-3|102|
|BSD|88|

View File

@ -1,7 +1,5 @@
DIST easyenergy-0.3.0.tar.gz 12015 BLAKE2B dc05ee54af6f8907471f458eaa2d98437ed9722dab636c4eac33584c0253447bcd38c4e7ef72eb4e7b876bd43d3eae92a671db3336fac4b079b0ff5b6cbe5c59 SHA512 3ba977113ca206025d7803e048a956b6822d812d80d38501e387b1578b2c19e3985802057d9db00d822466fa12110ceb7a1289ecb0e9f911cf6a564e134a1614
DIST easyenergy-1.0.0.tar.gz 12601 BLAKE2B d33cfac6ab16f676b9a0aacc05c29ba9a6baa4767450f3f8057eaa3aa48956390e5fabbcbb9d05b850a07a386b98243efb21d06b369935dd62257dc345d5b613 SHA512 5927294fb1c8f8b51b66dd488e81c317183ee62f4b3c92ec66d9940d2f498a9993f8246cf6b0343027a2cad71a549ec042a7923b7e9a41f03962fd79ac5e73b1
DIST easyenergy-2.1.0.tar.gz 12778 BLAKE2B 737f984f2f9f89c752807ba0505de034d85bc94688412f2923ada9f7008b1ee5b33ac01450993d263b8dfbd8304fc17299ad6a45759bd7006b55cf044102b558 SHA512 9142af7d0ec71361eb7d77ef9a7760dbcf4fc89bd1695a911b0232b41aba2a0f68b34aeecd16b68f07d5917b5b32c3817530723330284df76c59e08a9dfa71c4
EBUILD easyenergy-0.3.0.ebuild 760 BLAKE2B 50d938c231855776cbfad008395d8c0bf75da191b5e05d3c8ea1b99d5be3392e8fd6d435fa11ce874676cdf1bb2c4682748ceda79d859ae86e51cfe5b33ac21d SHA512 48715c2823c8cf29b5aac9bcff2a7e1c084ceb256be3c5c839b9cf7be21fd8ade4114070c89e5625a071483fb1841ffc0d2b355b1c4c77aa1b448f7050b6cd78
EBUILD easyenergy-1.0.0.ebuild 760 BLAKE2B 50d938c231855776cbfad008395d8c0bf75da191b5e05d3c8ea1b99d5be3392e8fd6d435fa11ce874676cdf1bb2c4682748ceda79d859ae86e51cfe5b33ac21d SHA512 48715c2823c8cf29b5aac9bcff2a7e1c084ceb256be3c5c839b9cf7be21fd8ade4114070c89e5625a071483fb1841ffc0d2b355b1c4c77aa1b448f7050b6cd78
EBUILD easyenergy-2.1.0.ebuild 719 BLAKE2B 90bf97bd7df76f63617ce3c3baf41cef5095e3b93b4394494a8c72884943b415085efd10d44eefafbe78743e70e27b2ac5b4812f48ce2d32278b5e5857c61abe SHA512 677e166d2eabe480e03b596993ff28f5b8fbfd516a3ab4f84f536ef89fbd5e5cd97122a69281f6da0858c5246d007cca1915a0aacd598ee3bb4025465985a590
MISC metadata.xml 535 BLAKE2B aa5ebf4b18d1032b52b5a6f26a8c7a202bc1b5f0e5fa80261ee2efde7e9b8d85ca292d0ea102540bd5ff2fa18a24a820ce210570818db585070a87b813f7be4b SHA512 b46a221236cd0154b6c7e724cc0c912c3e4a39db3cfcecd82f89a9608c0170dc20a4ef4935aeaad08b1352d840f3bf196906e8a94358c0302def328b79688fe5

View File

@ -1,33 +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="Asynchronous Python client providing energy/gas prices from easyEnergy"
HOMEPAGE="https://github.com/klaasnicolaas/python-easyenergy https://pypi.org/project/easyenergy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/aiodns[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest