dev-python/aioelectricitymaps: add 0.4.0

Closes: #2765
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 19:35:31 +01:00
parent a0ddd27b09
commit 5e58a775c7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 deletions

View File

@ -617,11 +617,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 1698 Ebuilds in total, 1687 of them have in total 1706 (42 different) licenses assigned.
There are 1699 Ebuilds in total, 1688 of them have in total 1707 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|967|
|MIT|968|
|Apache-2.0|371|
|GPL-3|113|
|BSD|97|

View File

@ -1,3 +1,5 @@
DIST aioelectricitymaps-0.1.5.tar.gz 4045 BLAKE2B ee7d4d8781d7a71c1141fab9a0388882770a9930871d51596280d0c98fb1df4726961e421ab49e80b3086bff2884ab867267dee8c533d07105fb0329d7566194 SHA512 9ecd18f99a1a0d4b3beb9aa173a50da4ba036e1f1312a68b88fe62c76a8200f9958c32707a5ef53bea60adc295d6c025ce530ff7b0ebf6d30f48e013d9dd2267
EBUILD aioelectricitymaps-0.1.5.ebuild 708 BLAKE2B 0188fde5570aa8fbf97787a762fd558696b43902f839e950ad93d35cccfdbafde95de9c532724197b34630b38a12b0b8e1852a2cf1c69a5a65297d7f4c30b1d4 SHA512 4106c29b18fbef409d2c0f77b84fd8d5af7550dedca9cf18b4cdbe3601a98c262778468520ceac6007342467d6c285fa5873ab0668d137afd72515741d5e387b
DIST aioelectricitymaps-0.4.0.tar.gz 6637 BLAKE2B 8a1f846f04de9450c3e616f2354469be8debb18d1f41671162fa0cc36d7ba1c00e4d410fbaf7f1feb4affe34aed2877b067971ec2da01aade3cf3172edb0a3f8 SHA512 10552f898a82e3e90bf9e4bf4fc4efb4c1bc1e12e833e0f0185ff2838ab0ea456839176c686f3ab8a0c6d2fa805d5b3f25a6593b8fd75205e30b33cc2822de0f
EBUILD aioelectricitymaps-0.1.5.ebuild 708 BLAKE2B 283de25e199ce798e5b441d8c76f6cf6e83c536604ac6b5aea166c687b1837b28c212534f0054fd7de0ad818f91a1defe2e04859ff93464bbb4db35c9cc256a2 SHA512 f75f4a8e4f91f1493d68ca0039b13876aae614392701b4cb161055753c9a7239c6710c9ee0d4036f0f9b856936026f8bf71c319a94027b5b007af2c016d38576
EBUILD aioelectricitymaps-0.4.0.ebuild 651 BLAKE2B 2e94b34d4cf5a588bfc429ea6a4dca8efd38edabe0b29d3a4f695a534dc57c74d9fa8c6358be1161259c4b6ffcb38f27500c0db9f6459c29c0635f1b3120faeb SHA512 b70453ec3abe4da5632f1c404f19c122e931146aa76024324bbfe2d38572368bc49dca6bbd2a63699a085b3a6a111163ced8cc804571a0da874f9b33f49c8a99
MISC metadata.xml 536 BLAKE2B 89994813a29c4efa4c9b9f8a8e17b0263aea4816216b9a4e06684fbb8412987373aba41b4cd191921974a3b160e6be0a5badc4bf73221cc23894e3cd3ec456fc SHA512 0acbe09fdcf2f495baea0d6567dbcf88ab0a4573cbc5e9dcb77a08ae99feaf8fdfca84bb296e55033c1e7969f06088676759eb0c8a1750bab42fb7bebd4c58aa

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 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="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/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.8[${PYTHON_USEDEP}]"
distutils_enable_tests pytest