Skip to content

Commit 3fc546c

Browse files
committed
dev-python/aionut: new package, add 4.3.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3132 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 7c6eba6 commit 3fc546c

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1975 Ebuilds in total, 1964 of them have in total 1983 (42 different) licenses assigned.
620+
There are 1977 Ebuilds in total, 1966 of them have in total 1985 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1116|
625-
|Apache-2.0|453|
624+
|MIT|1117|
625+
|Apache-2.0|454|
626626
|GPL-3|129|
627627
|BSD|111|
628628
|LGPL-3|26|

dev-python/aionut/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST aionut-4.3.2.tar.gz 10563 BLAKE2B 230d7725529d412f7ef3952917737adc403f1b79eb38119b27bff51c2700c3cef59fd3c80b087bbb1a315449422330da1d3df912d01f28e3191d39885b5147d8 SHA512 87b4189b75f1b7244894293b78817ad1c054b51f90103d787e9f2cc7d4dec79746411f7df01204261ffe9c356f1d648ad51af88f030e42e944d3a2d3d195245c
2+
EBUILD aionut-4.3.2.ebuild 582 BLAKE2B 2e4b5413814bb7eb5d8a1b72dde884bb49e16a1339323a0b659eb680f1f3f11dd1fb72ecac324b9592d3a4dce99be69c0694e67ed858d4a3ee751e75626a12af SHA512 aa0d6f49a621602615a0cac66d2f5e47774c3e2174fb47d1e66cdadec892992a01fbacbcebec1a721358c52fa5a5b87d9d3276a320c1d10bc11036f11c31c051
3+
MISC metadata.xml 503 BLAKE2B b387364f06ba6acb9203501739f54da249545e420dc5fa634523fa29bab2a5f651c782400d6c757dcf58bc327436814de1c452c5864e488ef5d83c1b36844590 SHA512 73dec09f75e3acab28ee4c318bd1bbe54e95bccda0b8a877d42cc0d250d9d16ea88002f71d6bc48d5940eedd68b24c8611fac6c4599d5280ee9af9c2d619b67b

dev-python/aionut/aionut-4.3.2.ebuild

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Asyncio Network UPS Tools"
11+
HOMEPAGE="https://github.com/bdraco/aionut https://pypi.org/project/aionut/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
BDEPEND="
22+
test? (
23+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
24+
dev-python/pytest-cov[${PYTHON_USEDEP}]
25+
)"
26+
27+
distutils_enable_tests pytest

dev-python/aionut/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">aionut</remote-id>
10+
<remote-id type="github">bdraco/aionut</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>J. Nick Koston</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)