dev-python/aionut: new package, add 4.3.2

Closes: #3132
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-04-08 18:14:13 +02:00
parent 7c6eba684f
commit 3fc546ce93
4 changed files with 49 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
DIST aionut-4.3.2.tar.gz 10563 BLAKE2B 230d7725529d412f7ef3952917737adc403f1b79eb38119b27bff51c2700c3cef59fd3c80b087bbb1a315449422330da1d3df912d01f28e3191d39885b5147d8 SHA512 87b4189b75f1b7244894293b78817ad1c054b51f90103d787e9f2cc7d4dec79746411f7df01204261ffe9c356f1d648ad51af88f030e42e944d3a2d3d195245c
EBUILD aionut-4.3.2.ebuild 582 BLAKE2B 2e4b5413814bb7eb5d8a1b72dde884bb49e16a1339323a0b659eb680f1f3f11dd1fb72ecac324b9592d3a4dce99be69c0694e67ed858d4a3ee751e75626a12af SHA512 aa0d6f49a621602615a0cac66d2f5e47774c3e2174fb47d1e66cdadec892992a01fbacbcebec1a721358c52fa5a5b87d9d3276a320c1d10bc11036f11c31c051
MISC metadata.xml 503 BLAKE2B b387364f06ba6acb9203501739f54da249545e420dc5fa634523fa29bab2a5f651c782400d6c757dcf58bc327436814de1c452c5864e488ef5d83c1b36844590 SHA512 73dec09f75e3acab28ee4c318bd1bbe54e95bccda0b8a877d42cc0d250d9d16ea88002f71d6bc48d5940eedd68b24c8611fac6c4599d5280ee9af9c2d619b67b

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..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asyncio Network UPS Tools"
HOMEPAGE="https://github.com/bdraco/aionut https://pypi.org/project/aionut/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
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">aionut</remote-id>
<remote-id type="github">bdraco/aionut</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>