From f9ff065fe311d03aba26557fc57ff74fd9ce0bc2 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 2 Jun 2024 19:57:46 +0200 Subject: [PATCH] dev-python/aiozoneinfo: new package, add 0.1.0 Signed-off-by: Andreas Billmeier --- README.md | 6 ++--- dev-python/aiozoneinfo/Manifest | 3 +++ .../aiozoneinfo/aiozoneinfo-0.1.0.ebuild | 27 +++++++++++++++++++ dev-python/aiozoneinfo/metadata.xml | 16 +++++++++++ 4 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 dev-python/aiozoneinfo/Manifest create mode 100644 dev-python/aiozoneinfo/aiozoneinfo-0.1.0.ebuild create mode 100644 dev-python/aiozoneinfo/metadata.xml diff --git a/README.md b/README.md index 2b7820f9c..33e7ec8e7 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/aiozoneinfo/Manifest b/dev-python/aiozoneinfo/Manifest new file mode 100644 index 000000000..c6343141e --- /dev/null +++ b/dev-python/aiozoneinfo/Manifest @@ -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 diff --git a/dev-python/aiozoneinfo/aiozoneinfo-0.1.0.ebuild b/dev-python/aiozoneinfo/aiozoneinfo-0.1.0.ebuild new file mode 100644 index 000000000..ad2c41ba3 --- /dev/null +++ b/dev-python/aiozoneinfo/aiozoneinfo-0.1.0.ebuild @@ -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 diff --git a/dev-python/aiozoneinfo/metadata.xml b/dev-python/aiozoneinfo/metadata.xml new file mode 100644 index 000000000..bef91482c --- /dev/null +++ b/dev-python/aiozoneinfo/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aiozoneinfo + bluetooth-devices/aiozoneinfo + + nick@koston.org + J. Nick Koston + + +