dev-python/aiohttp-wsgi: new package, add 0.10.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -617,14 +617,14 @@ 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 1857 Ebuilds in total, 1846 of them have in total 1865 (42 different) licenses assigned.
|
||||
There are 1859 Ebuilds in total, 1848 of them have in total 1867 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1053|
|
||||
|Apache-2.0|422|
|
||||
|GPL-3|122|
|
||||
|BSD|103|
|
||||
|GPL-3|123|
|
||||
|BSD|104|
|
||||
|LGPL-3|24|
|
||||
|GPL-2|21|
|
||||
|all-rights-reserved|13|
|
||||
|
||||
3
dev-python/aiohttp-wsgi/Manifest
Normal file
3
dev-python/aiohttp-wsgi/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiohttp-wsgi-0.10.0.tar.gz 10486 BLAKE2B fd52692f248be035f84c06e41fe93a5edd2b125600cd23ebf6ab2386fc92d4f39cbb43761179e80f0e3519e23164bc25c2b92c3ee68c1014f21a3f0726b141d5 SHA512 4f12107436c971afb2d6923ea46f1cd426045fd6bdaa8197b91b4c20e0f182e78dc46132186837e23d6dd6d89a2b77cc24ada6a9514b349efd0b759b71e776f5
|
||||
EBUILD aiohttp-wsgi-0.10.0.ebuild 546 BLAKE2B b92091b90610b1bcdc804904805f1f5a0bad3026f7f6b0135c995419ddacf0e8a1658730b98844bbeb298b035f77f9f8cc17350c651ed42a364d304e379dfada SHA512 e952bc68d37753a848e10cb8cb8f653b96051a6f256c2d715f56a3ce10638061d497d62194a1a56968af7b2d1e7c0715c2de1e5c6dd01235e736e5f0c697b95a
|
||||
MISC metadata.xml 512 BLAKE2B 5840567fcf8af5e2c2121e2986c90828e329019ebe0bf9d1ea5654c5ee2cd821990d5b69ee58baa2fe5804a617173c449109419b2ad28c7e42ca8b0a341a6bd9 SHA512 001562d1a0468569da82f170606ea17ca40cf2adc264d32ce6d6066d690e8242693aa16717da2dfb6b25ac52bcc507cfcc7da07beee60e2dcf8264a3a51f5d73
|
||||
21
dev-python/aiohttp-wsgi/aiohttp-wsgi-0.10.0.ebuild
Normal file
21
dev-python/aiohttp-wsgi/aiohttp-wsgi-0.10.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="WSGI adapter for aiohttp."
|
||||
HOMEPAGE="https://github.com/etianen/aiohttp-wsgi https://pypi.org/project/aiohttp-wsgi/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="README.rst"
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/aiohttp-wsgi/metadata.xml
Normal file
16
dev-python/aiohttp-wsgi/metadata.xml
Normal 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-wsgi</remote-id>
|
||||
<remote-id type="github">etianen/aiohttp-wsgi</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dave@etianen.com</email>
|
||||
<name>Dave Hall</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user