dev-python/aiohappyeyeballs: new package, add 2.3.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:47:47 +01:00
parent 336bf444dd
commit 501282b920
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 additions and 1 deletions

View File

@ -612,7 +612,7 @@ 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 1595 Ebuilds in total, 1584 of them have in total 1599 (42 different) licenses assigned.
There are 1596 Ebuilds in total, 1585 of them have in total 1599 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|

View File

@ -0,0 +1,3 @@
DIST aiohappyeyeballs-2.3.1.tar.gz 11305 BLAKE2B c7c47397c56bb07635f4b3377d307652dffb15eccba81b3c12a946aed380655f66ecf95dc7c60aa7786c4de26631bd3a30fdbb483297bd717982d75441d70cc2 SHA512 36c69383c172dd4360efb563798db43b60184f13fa9c22ca6e680e4009ece641885df79d50da567a134a2978258673d4dfed5446c8d050e5358000a286d4d204
EBUILD aiohappyeyeballs-2.3.1.ebuild 626 BLAKE2B b5dda81cc24f34bf22678ea2d351d06cfcbe243af6e2640cf228abfab8661fc6e4d2ab2500cad0bd85b4d818d9a7b36486544686f499532dcb4b59c92d7b5110 SHA512 6b7b350de1e947e60867e487babbd13b9cef4b322f2b288af884cec11a85fb9b8f4597d42d651dd55c97d2f87c0b4a4faf3d978dfa6b00a50488a4d9ea2743a9
MISC metadata.xml 523 BLAKE2B c7038c1cce74cfe0a15a176b1e22fede97bc7c0f5d493340b9461a22859b6f5c4f6ca87c822ea1844ac187476dbf0516550cc050297cd200c4cf7f9702b1eef6 SHA512 6017cb31e22700eb19294334c4a233d0656a22ae17ea01899be464e43240a0cda94e48bd43243d5d4887ccba0bdaed261f2b0327df59ca42ad62f0ad2b5f2430

View File

@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Happy Eyeballs"
HOMEPAGE="https://github.com/bdraco/aiohappyeyeballs https://pypi.org/project/aiohappyeyeballs/"
LICENSE="PSF-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
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">aiohappyeyeballs</remote-id>
<remote-id type="github">bdraco/aiohappyeyeballs</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>