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

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-21 10:57:01 +01:00
parent 58a263e473
commit 2d062b9baa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 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 2372 Ebuilds in total, 2358 of them have in total 2401 (43 different) licenses assigned.
There are 2371 Ebuilds in total, 2357 of them have in total 2400 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1352|
|Apache-2.0|554|
|Apache-2.0|553|
|GPL-3|149|
|BSD|127|
|GPL-2|28|

View File

@ -1,7 +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
DIST aiohttp_fast_zlib-0.2.0.tar.gz 8671 BLAKE2B a3a40d30fe59606c3e48d953b92645ed8da04b35583ef3094b777add88075b2b7fcc7443a0354641181f818aa33da3a1e36d3cdf1994a2c742ec368c81d432cd SHA512 e972186d03700ef9621dd5fd449420d1e0ae9397ee7df911d2fa901ad8e9c3b67bca72fb6e05242d6392f3ae32ee364594f79fe1f805d4aa5b0a5b0e02528cc4
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
EBUILD aiohttp-fast-zlib-0.2.0.ebuild 715 BLAKE2B 1f92249f10ec3c7a2e8cf554226ee43cce138fc2a87fcdc2e16e398c1696dd33ea80ad9a51090ecc880ab5add413ffd7a3d89be4cccaf1d58b67b7f4119292c6 SHA512 984643a469e5b1abf2fc8091c942f614aa1c0b3d4e1ecadf50c32d7abc5af4113cf38ee9e375470f265305f3648cc70f11174ea8175ae615a915265ca0f38786
MISC metadata.xml 525 BLAKE2B b2248655c551a1b9b213192be2f767059933820363277db2468387b958dacc2869a32875e6766ab9a12ada124d9fc14b51e3328282fba1cfb04c1795328201cb SHA512 4ff8146b97ab924ea168734bd81808d5368a95a172c56a9d3506caee62e3fd530fb07c6e2b7187db0c2d911cec5fc490b75ebf1d083810f40d7090748ee4c737

View File

@ -1,29 +0,0 @@
# 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