commit:     067c7c30c84d132721bc1c5b60f87dad7ba95eb5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 14:21:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 14:21:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067c7c30

dev-python/asgiref: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/asgiref/Manifest             |  2 --
 dev-python/asgiref/asgiref-3.5.0.ebuild | 23 -----------------------
 dev-python/asgiref/asgiref-3.5.1.ebuild | 29 -----------------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index d2aee0fe5c33..5b00352c2573 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1 @@
-DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 
3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c
 SHA512 
3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57
-DIST asgiref-3.5.1.tar.gz 32027 BLAKE2B 
d3674a71bb75271a09f30aca8c99ae199ccaf119d7ee452b97f02ed4dd07c810ef1836ea8b5a66b8a4c2505a989cbea0bdef215c8a34813506f0f72bc12c21f6
 SHA512 
feafd896bf83902fe3f6a803a6e637d4c4474dc14faee43742929802355816971d2e8165eeb80aee6e4d5358a3dadab5f9199bd79698607ce0d0ad0b7151b5bb
 DIST asgiref-3.5.2.tar.gz 32352 BLAKE2B 
08d148948828cb2bf1f216c827d8fd35f66c88c6eec5ff77af85495fbd40144931d4dc2bf09db32d34be92d8ea9d923c87904d3554422d24f6e23cfcc428bdd8
 SHA512 
d5ed0275dc748674018b14d58941113c19e1e30c1fed63c40d3069a4a09d81a6cceb186e7a0ef26912a040df082ae71b2ca9198d67f0b786b53d3d4089530fbb

diff --git a/dev-python/asgiref/asgiref-3.5.0.ebuild 
b/dev-python/asgiref/asgiref-3.5.0.ebuild
deleted file mode 100644
index 038b4bf874f6..000000000000
--- a/dev-python/asgiref/asgiref-3.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-       https://asgi.readthedocs.io/en/latest/
-       https://github.com/django/asgiref/
-       https://pypi.org/project/asgiref/";
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-BDEPEND="
-       test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
deleted file mode 100644
index 26047f0fd5a0..000000000000
--- a/dev-python/asgiref/asgiref-3.5.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-       https://asgi.readthedocs.io/en/latest/
-       https://github.com/django/asgiref/
-       https://pypi.org/project/asgiref/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to