Skip to content

Commit f9ff065

Browse files
committed
dev-python/aiozoneinfo: new package, add 0.1.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent d67c972 commit f9ff065

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
@@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1850 Ebuilds in total, 1839 of them have in total 1862 (42 different) licenses assigned.
609+
There are 1851 Ebuilds in total, 1840 of them have in total 1863 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1062|
614-
|Apache-2.0|409|
613+
|MIT|1061|
614+
|Apache-2.0|411|
615615
|BSD|108|
616616
|GPL-3|107|
617617
|LGPL-3|25|

dev-python/aiozoneinfo/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST aiozoneinfo-0.1.0.tar.gz 8407 BLAKE2B 64eba68b01d36ce9e4bfdffb8c062aa4fa0f14bc05d99d34b0e7b100e5d4888e5d935f60610df0b9c0947907120f7a4a82107adbfa157ffcaa2507ce2b31aca0 SHA512 747ebff1c266d80b5186636635cf7a51a67d1b6e7c4b50239a4022b8efb4a981891d827ddd70b192af82e6ff9fdad75d944d86365fc880c4f3b0a37055f0ea0d
2+
EBUILD aiozoneinfo-0.1.0.ebuild 627 BLAKE2B 9913dfb6e93ff48db9d07f6f727c07b2ec044d0ffa6bf0cadb1c04763687c118f0ef7c04a0074e125819e28e3a215863e0f25499c50ab2146d3e5dbfb35ac630 SHA512 d20d2d125bd4b510ef5f56faa4184eb321a3b2da94ec8357ec1eb5d929f1fef09e6fd62f46065ccada06899fdddd9947fe9b2291a56e3d1b9fd3fa2e5e638194
3+
MISC metadata.xml 524 BLAKE2B 686a041adb8203fdd6c4178f8108462310312545b8f1d66af5adad8a8042154c2ba464287f77257b6e382361caeea75a125335feb971107d2e1435bff0aa67ad SHA512 92b64a124305265114ec1d4d8570ea8c27c65131b0fac044b3506260bbe3207426e449771a659687a0e23da14b6c0add3d7409bb053f379ed0b488cc140aca0c
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..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Tools to fetch zoneinfo with asyncio"
11+
HOMEPAGE="https://github.com/bluetooth-devices/aiozoneinfo https://pypi.org/project/aiozoneinfo/"
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+
RDEPEND=">=dev-python/tzdata-2024.1[${PYTHON_USEDEP}]"
22+
BDEPEND="
23+
test? (
24+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
25+
)"
26+
27+
distutils_enable_tests pytest

dev-python/aiozoneinfo/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">aiozoneinfo</remote-id>
10+
<remote-id type="github">bluetooth-devices/aiozoneinfo</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)