dev-python/electrickiwi-api: new package, add 0.8.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-20 22:35:35 +02:00 committed by Andreas Billmeier
parent c203f75ff4
commit 07709a9b85
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST electrickiwi-api-0.8.5.tar.gz 22406 BLAKE2B 31f681a25ef903f905ade6faa4532a1e560db22fda64d66de3f10ca610592a1159bd92e0b2b1d1d060988165b0b8f70e49767d57d853c48c37d0d0b9d12e72a5 SHA512 c1ddeafb0dee9c142e1106cf76762b1c991656a326118ed268f999fbc3786299d38d17d63a6a9269221dadc7156fe776af60ea60f8c26c30f0ccce901daeca96
EBUILD electrickiwi-api-0.8.5.ebuild 441 BLAKE2B 0f4a0fdaaf0fd8ad1f2f0de17da19148fbd5220e9d03fcfcd6fdf257c8f7bfde1d6aa7572469db0012801f5652435cf22278095bad8a16102c782bf7ad3f3991 SHA512 87613397fcda07655d51f2eea0a8708fe3770cdd366aade014c98b881cfdb055ac02e89a9bcbcd1271f04b98ea0ed376cee856a7e0b15754907a58b83f108abb
MISC metadata.xml 467 BLAKE2B e318d3a84ca446507587618cefc29a243bbf540ac4e6675d12770b129c582a22d636cedc203808fd89f1b6d324c620352208c1f02d22e6452937863ffb1bd0e1 SHA512 020eee44c53b5d69e8848452f49e7e649394d76931221680d1e71a181dcdd0a818bf06ccf8c12f37679a87e08821986d045b1449f7d232b899411b6452ee2f29

View File

@ -0,0 +1,17 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Electric Kiwi Python API"
HOMEPAGE=" https://pypi.org/project/electrickiwi-api/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"

View File

@ -0,0 +1,15 @@
<?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">electrickiwi-api</remote-id>
<maintainer status="unknown">
<email>michael@jumblesoft.co.nz</email>
<name>Michael Arthur</name>
</maintainer>
</upstream>
</pkgmetadata>