diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-26 19:04:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-26 19:04:19 +0000 |
| commit | 0cc044b6d17a78c3373d3b721d646128c7756c5e (patch) | |
| tree | 652d3aa3b60850a55ea9cf3ae8aa8e005a028290 /dev-python/asgiref | |
| parent | b6e1f6b9c37e63f41e8678a3e46e3cd5ca7b64ce (diff) | |
| download | baldeagleos-repo-0cc044b6d17a78c3373d3b721d646128c7756c5e.tar.gz baldeagleos-repo-0cc044b6d17a78c3373d3b721d646128c7756c5e.tar.xz baldeagleos-repo-0cc044b6d17a78c3373d3b721d646128c7756c5e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/asgiref')
| -rw-r--r-- | dev-python/asgiref/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/asgiref/asgiref-3.8.1.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/asgiref/asgiref-3.9.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/asgiref/asgiref-3.9.1.ebuild | 2 |
4 files changed, 1 insertions, 55 deletions
diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest index 7f8b19d6ee0d..13b5aab03d3c 100644 --- a/dev-python/asgiref/Manifest +++ b/dev-python/asgiref/Manifest @@ -1,3 +1 @@ -DIST asgiref-3.8.1.tar.gz 35186 BLAKE2B ce18c03ad3de054375eb5c97792bfdb6b0ae19f8769f2968892d805d3c54c2d4e7dd7b05036bd786a828d0537fcebe983b46d38bdfc17d09be7e924ee3462d5c SHA512 3ef9ac2fcdce069cde96467abaa4a820c4eac19d40ce72e1afd0ca08279c00053a7e107966d766651def33a72a19c11559849b1032e89d62f544156590ef801d -DIST asgiref-3.9.0.tar.gz 36772 BLAKE2B c6c83f29dba712976b6f2ec6c751885a1af8b9df6e8d6e616e844bacfbb57cd196c177ad27c1b55ca1dd3c66a7abbaa8f3dd3851925839295cd9d2308079a47e SHA512 6f0847cb28f1dc2d721b2540331270c18d4e9b0bf412fe5a0447ddc8abf133a6cd9254c333e56415af3cd3676db58516f695a64f99d70ab052b513ce0d59499e DIST asgiref-3.9.1.tar.gz 36870 BLAKE2B d4883a95c2c363388a63114eeff92af96f5989e528e8bb496ac965aa0c686117cf38cf7968d16006bfa2529be84b5cc80c957128acee447ecbd5857db28b8377 SHA512 bc1a947dc7026fbd95970c71e699462856752b48024e2adf3ab5298dd8fb3fcee2e02a95eb97c5e8fe51ba77763b07f8e2922656ecac5b4205e03054663f9bbc diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild b/dev-python/asgiref/asgiref-3.8.1.ebuild deleted file mode 100644 index 14c6aac5cf6e..000000000000 --- a/dev-python/asgiref/asgiref-3.8.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="ASGI utilities (successor to WSGI)" -HOMEPAGE=" - https://asgi.readthedocs.io/en/latest/ - https://github.com/django/asgiref/ - https://pypi.org/project/asgiref/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -EPYTEST_PLUGINS=( pytest-asyncio ) -distutils_enable_tests pytest diff --git a/dev-python/asgiref/asgiref-3.9.0.ebuild b/dev-python/asgiref/asgiref-3.9.0.ebuild deleted file mode 100644 index ca66caa5d886..000000000000 --- a/dev-python/asgiref/asgiref-3.9.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="ASGI utilities (successor to WSGI)" -HOMEPAGE=" - https://asgi.readthedocs.io/en/latest/ - https://github.com/django/asgiref/ - https://pypi.org/project/asgiref/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -EPYTEST_PLUGINS=( pytest-asyncio ) -distutils_enable_tests pytest - -[[ ${PV} != 3.9.0 ]] && die "Remove deselect" -EPYTEST_DESELECT=( - # https://github.com/django/asgiref/pull/521 - tests/test_garbage_collection.py -) diff --git a/dev-python/asgiref/asgiref-3.9.1.ebuild b/dev-python/asgiref/asgiref-3.9.1.ebuild index 30e0e9bcc2f1..14c6aac5cf6e 100644 --- a/dev-python/asgiref/asgiref-3.9.1.ebuild +++ b/dev-python/asgiref/asgiref-3.9.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" EPYTEST_PLUGINS=( pytest-asyncio ) distutils_enable_tests pytest |
