dev-python/aiohttp-fast-zlib: add 0.1.0

Closes: #3528
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-26 22:32:20 +02:00
parent 2ae29beb71
commit 37abd9d2f0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 33 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 1952 Ebuilds in total, 1941 of them have in total 1965 (42 different) licenses assigned.
There are 1956 Ebuilds in total, 1945 of them have in total 1969 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1122|
|Apache-2.0|437|
|Apache-2.0|441|
|GPL-3|114|
|BSD|113|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST aiohttp_fast_zlib-0.1.0.tar.gz 8509 BLAKE2B e4d96ad1238b6efe1e688a92b3d531d448625bf435085bd31ac3846c323dc35f5ba00d853928a17fd5505f382d675722492939fecf66e72054bfb30ba7d305e1 SHA512 bf73def4e74704a0599fe914de8d11d4fb566318885d15bc70bfc4db314b82b565df36341688ca17bb59f5a6df93f80e0a31e21e7d792ad2beb5c6754533fe55
DIST aiohttp_fast_zlib-0.1.1.tar.gz 8507 BLAKE2B bc23eaa58f1bab6ef8d502125c5ea03708e9315913f25b3f7f652fb9a8ebc06e83a8a76ac527d9bf2057300a8b3b699c1baa817bda892dfe0565d2242dc4032e SHA512 52be77c150b4711b500176ff34507d11614887b76c356a9905ba44e1ce9eca2f7efd46b7d922a6238ec3a0cce3b78642de1708448e924fd1117165efb1275761
EBUILD aiohttp-fast-zlib-0.1.0.ebuild 715 BLAKE2B 1f92249f10ec3c7a2e8cf554226ee43cce138fc2a87fcdc2e16e398c1696dd33ea80ad9a51090ecc880ab5add413ffd7a3d89be4cccaf1d58b67b7f4119292c6 SHA512 984643a469e5b1abf2fc8091c942f614aa1c0b3d4e1ecadf50c32d7abc5af4113cf38ee9e375470f265305f3648cc70f11174ea8175ae615a915265ca0f38786
EBUILD aiohttp-fast-zlib-0.1.1.ebuild 715 BLAKE2B 1f92249f10ec3c7a2e8cf554226ee43cce138fc2a87fcdc2e16e398c1696dd33ea80ad9a51090ecc880ab5add413ffd7a3d89be4cccaf1d58b67b7f4119292c6 SHA512 984643a469e5b1abf2fc8091c942f614aa1c0b3d4e1ecadf50c32d7abc5af4113cf38ee9e375470f265305f3648cc70f11174ea8175ae615a915265ca0f38786
MISC metadata.xml 525 BLAKE2B b2248655c551a1b9b213192be2f767059933820363277db2468387b958dacc2869a32875e6766ab9a12ada124d9fc14b51e3328282fba1cfb04c1795328201cb SHA512 4ff8146b97ab924ea168734bd81808d5368a95a172c56a9d3506caee62e3fd530fb07c6e2b7187db0c2d911cec5fc490b75ebf1d083810f40d7090748ee4c737

View File

@ -0,0 +1,29 @@
# 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="Use the fastest installed zlib compatible library with aiohttp"
HOMEPAGE="https://github.com/bdraco/aiohttp-fast-zlib https://pypi.org/project/aiohttp-fast-zlib/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/isal[${PYTHON_USEDEP}]
dev-python/zlib-ng[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest