dev-python/aiohttp-zlib-ng: new package, add 0.1.1

Closes: #2452
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 10:32:01 +01:00 committed by Andreas Billmeier
parent d12b36efac
commit f49bcfb92b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 54 additions and 2 deletions

View File

@ -612,12 +612,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 1683 Ebuilds in total, 1672 of them have in total 1691 (43 different) licenses assigned.
There are 1683 Ebuilds in total, 1672 of them have in total 1692 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|982|
|Apache-2.0|353|
|Apache-2.0|354|
|GPL-3|96|
|BSD|96|
|GPL-2|24|

View File

@ -0,0 +1,3 @@
DIST aiohttp_zlib_ng-0.1.1.tar.gz 8098 BLAKE2B 25e83f20f137ee0ee1c2dd467ffd2d8d47c0868f3eb5d88f80ac5108a8fd6f4b8012df66ed7502faf64752b69434262a6256e2d6e7ed9af5da452ac52b5db75c SHA512 faf937828bdf58528902dd8a27d2ddab0258d1d08020d2d2b0a41614226983dc3e35d13683af0e080c8cd3b2a25c2dfd877a35c93a97a2949bf4e557c84ba43a
EBUILD aiohttp-zlib-ng-0.1.1.ebuild 714 BLAKE2B 50349ec84979af5b3ab5500ad7986c255715f0a5a896922613fe58228be9f09ea42ea4bd845d1be4c1e034f645c52e6bde28583a0f0ba6bf90867c5a975f84fd SHA512 4e3536e224c42003c14b7b10e858cf4a649ced93d343dd14541cd1a193c7e0069b7a06864ec567b2da43f942f55f81ed70d2eec28baca7f4aaadb69c725f2acc
MISC metadata.xml 521 BLAKE2B ada3791966017b591989b3d97dd9ad60b6b5d67da9cf0bec6c8ac71bb12060da609ed70eba39f72d14eebfeeca8071c329cd6ee89fdc5740b0312f18f649efa0 SHA512 92e780a059b1f935143ada88d4ac55641da190baf0c25698630f35b4f9b3b8025609cdccb01529423cfdd9bb2218924f58114cbbb0cff141a0c6cf618113b772

View File

@ -0,0 +1,33 @@
# 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="Enable zlib_ng on aiohttp"
HOMEPAGE="https://github.com/bdraco/aiohttp-zlib-ng https://pypi.org/project/aiohttp-zlib-ng/"
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/aiohttp[${PYTHON_USEDEP}]
dev-python/zlib-ng[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
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">aiohttp-zlib-ng</remote-id>
<remote-id type="github">bdraco/aiohttp-zlib-ng</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>