dev-python/nice-go: new package, add 0.3.9

Closes: #3894
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:22:27 +02:00
parent a189f725bf
commit 0c8cceec28
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST nice_go-0.3.9.tar.gz 16668 BLAKE2B 2f7a0d166e70dba0ad1295e4ae84448c6eb4f70f2135f5ec78f483eb5eb8bf8b5e4a47e8a80d27ae3feba668a856a2f27b27c673602858b3ef4488c353412232 SHA512 4258654f789a8e1b4923b61902b0428f078dcc6e77f07730bf24b9b3c6f1747408f94e511f9a2fdfa927b6ccbd8f8e370d4d081db4db7966252ce24adbd5ebf2
EBUILD nice-go-0.3.9.ebuild 733 BLAKE2B 8825abf1d42d5df76e6b2ea4c22d42213afd7f461cc5d83dae2d37daab73d0c43a15b95775964530b43e6f08f53191aef3929730659b976c020acd21a10163ae SHA512 b71910191410b66d81d92ada528327561c8235b037dde22813d0a1734a378d893b0d7faa37fdd3633c13dfb5be5858a18a3d48fcfa940f29f2c1eb9cf4b4103d
MISC metadata.xml 528 BLAKE2B 767b93dde903a5082fb02403f716729f534b1530eed58eb93420a6c4ca27dab534e69f74ab738769650f7c389d56cbe53124df3a25bf67ba8386c2e9d172afb6 SHA512 c340a4621375cd6f01197f701c388e3418119a628735c7ad899a9fd84887221ee05cb16e9b5a030391485b6f7f545f4832a745eded460db1f04fbfbef18daf9c

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">nice-go</remote-id>
<remote-id type="github">IceBotYT/nice-go</remote-id>
<maintainer status="unknown">
<email>34712694+IceBotYT@users.noreply.github.com</email>
<name>IceBotYT</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Control various Nice access control products"
HOMEPAGE="https://IceBotYT.github.io/nice-go https://pypi.org/project/nice-go/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.9.5[${PYTHON_USEDEP}]
>=dev-python/aiobotocore-2.13.1[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]
>=dev-python/pycognito-2024.5.1[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.5.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest