dev-python/aiozoneinfo: add 0.2.0

Closes: #3517
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-26 16:24:41 +02:00
parent 83dc269528
commit 456dbf78ee
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 32 additions and 2 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 1944 Ebuilds in total, 1933 of them have in total 1956 (42 different) licenses assigned.
There are 1945 Ebuilds in total, 1934 of them have in total 1957 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1121|
|Apache-2.0|433|
|Apache-2.0|434|
|GPL-3|114|
|BSD|110|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST aiozoneinfo-0.1.0.tar.gz 8407 BLAKE2B 64eba68b01d36ce9e4bfdffb8c062aa4fa0f14bc05d99d34b0e7b100e5d4888e5d935f60610df0b9c0947907120f7a4a82107adbfa157ffcaa2507ce2b31aca0 SHA512 747ebff1c266d80b5186636635cf7a51a67d1b6e7c4b50239a4022b8efb4a981891d827ddd70b192af82e6ff9fdad75d944d86365fc880c4f3b0a37055f0ea0d
DIST aiozoneinfo-0.2.0.tar.gz 8497 BLAKE2B da7700b8c0dd31af53c52387a76a75c4197e17663d287b183afe663318261ad409ecee025bd4b9ebdacc8925328ba1313fda544f4655e5d2bcba40ec6b7ba9ae SHA512 8a136fbd0747c1e29d91dbc9df80dea3164f03bbb837c0445546b55e1a2534f9845885bd39e0c7a7569cb76d39f2af1d656a063abcb5b073fdbf55c532d9c9e6
EBUILD aiozoneinfo-0.1.0.ebuild 627 BLAKE2B 9913dfb6e93ff48db9d07f6f727c07b2ec044d0ffa6bf0cadb1c04763687c118f0ef7c04a0074e125819e28e3a215863e0f25499c50ab2146d3e5dbfb35ac630 SHA512 d20d2d125bd4b510ef5f56faa4184eb321a3b2da94ec8357ec1eb5d929f1fef09e6fd62f46065ccada06899fdddd9947fe9b2291a56e3d1b9fd3fa2e5e638194
EBUILD aiozoneinfo-0.2.0.ebuild 669 BLAKE2B c0abaeaec6dfe0ecf078aa6976c1ddabeb05ffe7f83049a1902e37fcc3d63fde1715484fee5450e3ce93f23f623b69024e0e690ab9ce85deeb4f928dc354cd96 SHA512 6df2078b5cf32f71c0ba46eea897582aa6ee6f806a20c8d536f486a805b3f5b47c826534390ef264f1bb49d0312980fbd708e1dc73bc211f6636c06f2163124a
MISC metadata.xml 524 BLAKE2B 686a041adb8203fdd6c4178f8108462310312545b8f1d66af5adad8a8042154c2ba464287f77257b6e382361caeea75a125335feb971107d2e1435bff0aa67ad SHA512 92b64a124305265114ec1d4d8570ea8c27c65131b0fac044b3506260bbe3207426e449771a659687a0e23da14b6c0add3d7409bb053f379ed0b488cc140aca0c

View File

@ -0,0 +1,28 @@
# 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}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest