dev-python/aioelectricitymaps: drop 0.1.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-09-07 15:32:28 +02:00
parent 08790cc738
commit 76b6142458
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -606,11 +606,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 2408 Ebuilds in total, 2390 of them have in total 2429 (44 different) licenses assigned.
There are 2407 Ebuilds in total, 2389 of them have in total 2428 (44 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1367|
|MIT|1366|
|Apache-2.0|561|
|GPL-3|149|
|BSD|127|

View File

@ -1,7 +1,5 @@
DIST aioelectricitymaps-0.1.5.tar.gz 4045 BLAKE2B ee7d4d8781d7a71c1141fab9a0388882770a9930871d51596280d0c98fb1df4726961e421ab49e80b3086bff2884ab867267dee8c533d07105fb0329d7566194 SHA512 9ecd18f99a1a0d4b3beb9aa173a50da4ba036e1f1312a68b88fe62c76a8200f9958c32707a5ef53bea60adc295d6c025ce530ff7b0ebf6d30f48e013d9dd2267
DIST aioelectricitymaps-0.4.0.tar.gz 6637 BLAKE2B 8a1f846f04de9450c3e616f2354469be8debb18d1f41671162fa0cc36d7ba1c00e4d410fbaf7f1feb4affe34aed2877b067971ec2da01aade3cf3172edb0a3f8 SHA512 10552f898a82e3e90bf9e4bf4fc4efb4c1bc1e12e833e0f0185ff2838ab0ea456839176c686f3ab8a0c6d2fa805d5b3f25a6593b8fd75205e30b33cc2822de0f
DIST aioelectricitymaps-1.1.1.tar.gz 9344 BLAKE2B 6a36eaa1adf6fc6f69f5d40dce7b95a0638157a7e05a45dfae134d3739307dd22f47a145a8e448a0f0d95655ae8674990f93b682ceb05836ae128b181b1530d8 SHA512 848e97973c7d75bcaaa90288077bcaad751390427a4bc7b5b2a2fa4f9bc145ddd2f0b91ee5b4aa51e57e486238b75677397931af8338594f19d03efba09facbb
EBUILD aioelectricitymaps-0.1.5.ebuild 717 BLAKE2B 0a3c293963a175b13c5e1f39bd678940c5fa60c76cf3faf451ad37355134e82cc6d000c07492b8da3bc47dd7da767057b34f2c84f238c8c9d98e62181ce938b7 SHA512 bc92d1a357846c8b0b37af0d4ea4ffadb9064559b3468b957edc512745c6054f2d7acfa61074f50ea7c91439711b4dde2dd8ca818d32d798049bbd1cc0a4991c
EBUILD aioelectricitymaps-0.4.0.ebuild 660 BLAKE2B 53ad6ec558d3dd7ca6e43dd1ad498a3ab153166b5efe689125535f1d2adb09a3aaf979908d02bc02c9d2e4506e14fd68781f4c1b502a4653313c2f49ed9e47cb SHA512 bc81cc853e3811528625a41be5b2754a836ee6264b897245d52bdf772afe83a912373715a4a86bebbb53a48ca23b79a36fbc16d45631db9f02005f5d2a66defa
EBUILD aioelectricitymaps-1.1.1.ebuild 660 BLAKE2B 53ad6ec558d3dd7ca6e43dd1ad498a3ab153166b5efe689125535f1d2adb09a3aaf979908d02bc02c9d2e4506e14fd68781f4c1b502a4653313c2f49ed9e47cb SHA512 bc81cc853e3811528625a41be5b2754a836ee6264b897245d52bdf772afe83a912373715a4a86bebbb53a48ca23b79a36fbc16d45631db9f02005f5d2a66defa
MISC metadata.xml 536 BLAKE2B 89994813a29c4efa4c9b9f8a8e17b0263aea4816216b9a4e06684fbb8412987373aba41b4cd191921974a3b160e6be0a5badc4bf73221cc23894e3cd3ec456fc SHA512 0acbe09fdcf2f495baea0d6567dbcf88ab0a4573cbc5e9dcb77a08ae99feaf8fdfca84bb296e55033c1e7969f06088676759eb0c8a1750bab42fb7bebd4c58aa

View File

@ -1,32 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Async Python 3 wrapper for Electricity maps"
HOMEPAGE="https://github.com/jpbede/aioelectricitymaps https://pypi.org/project/aioelectricitymaps/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8[${PYTHON_USEDEP}]
dev-python/dataclasses-json[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest