dev-python/aiozoneinfo: new package, add 0.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-02 19:57:46 +02:00
parent d67c97205f
commit f9ff065fe3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 3 deletions

View File

@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1850 Ebuilds in total, 1839 of them have in total 1862 (42 different) licenses assigned.
There are 1851 Ebuilds in total, 1840 of them have in total 1863 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1062|
|Apache-2.0|409|
|MIT|1061|
|Apache-2.0|411|
|BSD|108|
|GPL-3|107|
|LGPL-3|25|

View File

@ -0,0 +1,3 @@
DIST aiozoneinfo-0.1.0.tar.gz 8407 BLAKE2B 64eba68b01d36ce9e4bfdffb8c062aa4fa0f14bc05d99d34b0e7b100e5d4888e5d935f60610df0b9c0947907120f7a4a82107adbfa157ffcaa2507ce2b31aca0 SHA512 747ebff1c266d80b5186636635cf7a51a67d1b6e7c4b50239a4022b8efb4a981891d827ddd70b192af82e6ff9fdad75d944d86365fc880c4f3b0a37055f0ea0d
EBUILD aiozoneinfo-0.1.0.ebuild 627 BLAKE2B 9913dfb6e93ff48db9d07f6f727c07b2ec044d0ffa6bf0cadb1c04763687c118f0ef7c04a0074e125819e28e3a215863e0f25499c50ab2146d3e5dbfb35ac630 SHA512 d20d2d125bd4b510ef5f56faa4184eb321a3b2da94ec8357ec1eb5d929f1fef09e6fd62f46065ccada06899fdddd9947fe9b2291a56e3d1b9fd3fa2e5e638194
MISC metadata.xml 524 BLAKE2B 686a041adb8203fdd6c4178f8108462310312545b8f1d66af5adad8a8042154c2ba464287f77257b6e382361caeea75a125335feb971107d2e1435bff0aa67ad SHA512 92b64a124305265114ec1d4d8570ea8c27c65131b0fac044b3506260bbe3207426e449771a659687a0e23da14b6c0add3d7409bb053f379ed0b488cc140aca0c

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="Tools to fetch zoneinfo with asyncio"
HOMEPAGE="https://github.com/bluetooth-devices/aiozoneinfo https://pypi.org/project/aiozoneinfo/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/tzdata-2024.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${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">aiozoneinfo</remote-id>
<remote-id type="github">bluetooth-devices/aiozoneinfo</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>