Skip to content

Commit 37abd9d

Browse files
committed
dev-python/aiohttp-fast-zlib: add 0.1.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3528 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 2ae29be commit 37abd9d

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1952 Ebuilds in total, 1941 of them have in total 1965 (42 different) licenses assigned.
609+
There are 1956 Ebuilds in total, 1945 of them have in total 1969 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1122|
614-
|Apache-2.0|437|
614+
|Apache-2.0|441|
615615
|GPL-3|114|
616616
|BSD|113|
617617
|LGPL-3|25|

dev-python/aiohttp-fast-zlib/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DIST aiohttp_fast_zlib-0.1.0.tar.gz 8509 BLAKE2B e4d96ad1238b6efe1e688a92b3d531d448625bf435085bd31ac3846c323dc35f5ba00d853928a17fd5505f382d675722492939fecf66e72054bfb30ba7d305e1 SHA512 bf73def4e74704a0599fe914de8d11d4fb566318885d15bc70bfc4db314b82b565df36341688ca17bb59f5a6df93f80e0a31e21e7d792ad2beb5c6754533fe55
12
DIST aiohttp_fast_zlib-0.1.1.tar.gz 8507 BLAKE2B bc23eaa58f1bab6ef8d502125c5ea03708e9315913f25b3f7f652fb9a8ebc06e83a8a76ac527d9bf2057300a8b3b699c1baa817bda892dfe0565d2242dc4032e SHA512 52be77c150b4711b500176ff34507d11614887b76c356a9905ba44e1ce9eca2f7efd46b7d922a6238ec3a0cce3b78642de1708448e924fd1117165efb1275761
3+
EBUILD aiohttp-fast-zlib-0.1.0.ebuild 715 BLAKE2B 1f92249f10ec3c7a2e8cf554226ee43cce138fc2a87fcdc2e16e398c1696dd33ea80ad9a51090ecc880ab5add413ffd7a3d89be4cccaf1d58b67b7f4119292c6 SHA512 984643a469e5b1abf2fc8091c942f614aa1c0b3d4e1ecadf50c32d7abc5af4113cf38ee9e375470f265305f3648cc70f11174ea8175ae615a915265ca0f38786
24
EBUILD aiohttp-fast-zlib-0.1.1.ebuild 715 BLAKE2B 1f92249f10ec3c7a2e8cf554226ee43cce138fc2a87fcdc2e16e398c1696dd33ea80ad9a51090ecc880ab5add413ffd7a3d89be4cccaf1d58b67b7f4119292c6 SHA512 984643a469e5b1abf2fc8091c942f614aa1c0b3d4e1ecadf50c32d7abc5af4113cf38ee9e375470f265305f3648cc70f11174ea8175ae615a915265ca0f38786
35
MISC metadata.xml 525 BLAKE2B b2248655c551a1b9b213192be2f767059933820363277db2468387b958dacc2869a32875e6766ab9a12ada124d9fc14b51e3328282fba1cfb04c1795328201cb SHA512 4ff8146b97ab924ea168734bd81808d5368a95a172c56a9d3506caee62e3fd530fb07c6e2b7187db0c2d911cec5fc490b75ebf1d083810f40d7090748ee4c737
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Use the fastest installed zlib compatible library with aiohttp"
11+
HOMEPAGE="https://github.com/bdraco/aiohttp-fast-zlib https://pypi.org/project/aiohttp-fast-zlib/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
22+
dev-python/isal[${PYTHON_USEDEP}]
23+
dev-python/zlib-ng[${PYTHON_USEDEP}]"
24+
BDEPEND="
25+
test? (
26+
dev-python/pytest-cov[${PYTHON_USEDEP}]
27+
)"
28+
29+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)