dev-python/aioelectricitymaps: new package, add 0.1.5

Closes: #2428
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 00:53:04 +01:00 committed by Andreas Billmeier
parent c639ce7a9f
commit 1316394411
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aioelectricitymaps-0.1.5.tar.gz 4045 BLAKE2B ee7d4d8781d7a71c1141fab9a0388882770a9930871d51596280d0c98fb1df4726961e421ab49e80b3086bff2884ab867267dee8c533d07105fb0329d7566194 SHA512 9ecd18f99a1a0d4b3beb9aa173a50da4ba036e1f1312a68b88fe62c76a8200f9958c32707a5ef53bea60adc295d6c025ce530ff7b0ebf6d30f48e013d9dd2267
EBUILD aioelectricitymaps-0.1.5.ebuild 708 BLAKE2B 0188fde5570aa8fbf97787a762fd558696b43902f839e950ad93d35cccfdbafde95de9c532724197b34630b38a12b0b8e1852a2cf1c69a5a65297d7f4c30b1d4 SHA512 4106c29b18fbef409d2c0f77b84fd8d5af7550dedca9cf18b4cdbe3601a98c262778468520ceac6007342467d6c285fa5873ab0668d137afd72515741d5e387b
MISC metadata.xml 536 BLAKE2B 89994813a29c4efa4c9b9f8a8e17b0263aea4816216b9a4e06684fbb8412987373aba41b4cd191921974a3b160e6be0a5badc4bf73221cc23894e3cd3ec456fc SHA512 0acbe09fdcf2f495baea0d6567dbcf88ab0a4573cbc5e9dcb77a08ae99feaf8fdfca84bb296e55033c1e7969f06088676759eb0c8a1750bab42fb7bebd4c58aa

View File

@ -0,0 +1,32 @@
# 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="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

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aioelectricitymaps</remote-id>
<remote-id type="github">jpbede/aioelectricitymaps</remote-id>
<maintainer status="unknown">
<email>jan-philipp@bnck.me</email>
<name>Jan-Philipp Benecke</name>
</maintainer>
</upstream>
</pkgmetadata>