diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:01:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:01:10 +0200 |
commit | 196a3ded33f71c74bc2ea73519809c72683077f5 (patch) | |
tree | 764b8ec00d1e6ec6321c8add28f917daaca62df3 /dev-python/asyncstdlib | |
parent | dev-python/asteval: Remove old (diff) | |
download | gentoo-196a3ded33f71c74bc2ea73519809c72683077f5.tar.gz gentoo-196a3ded33f71c74bc2ea73519809c72683077f5.tar.bz2 gentoo-196a3ded33f71c74bc2ea73519809c72683077f5.zip |
dev-python/asyncstdlib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib')
-rw-r--r-- | dev-python/asyncstdlib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest index c126eec5dbbb..a7c0efc58390 100644 --- a/dev-python/asyncstdlib/Manifest +++ b/dev-python/asyncstdlib/Manifest @@ -1,2 +1 @@ -DIST asyncstdlib-3.10.4.gh.tar.gz 52905 BLAKE2B 7b71e816395ab9e33ad4bd3d78d62e8260b78d736ba8b70bb6c47d9d4bbcc431f4a54b8c604e4b520df11a5317a7ab1a70d765e40089b323f985217a943eb96b SHA512 ced64809f1a8d1f60ed045bef69ff6cef84fbcf1b4587c70421112cdc65d6344bb1fceeb55e64e17237a00672bbfff19d4627371b45e1e7659e405d506abf216 DIST asyncstdlib-3.10.5.gh.tar.gz 54697 BLAKE2B b8a99a83e97084c4e09ddac0402ca23a8d42921b72774c0658aa0b9a1aa0ac1329baae782f105a52a4b6d979d490d97814ea6eac0e7570a7ca27784a27fa5c4d SHA512 3dfa8d1e5e2ef02dbf52fe7094b68496066978cfa9839cad59222ace40e0871369b45d93c1caa87e0f029c328253f6d72d8377625a8ed182498280662fcb7545 diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild deleted file mode 100644 index c1603924e233..000000000000 --- a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="The missing async toolbox" -HOMEPAGE=" - https://github.com/maxfischer2781/asyncstdlib/ - https://pypi.org/project/asyncstdlib/ -" -SRC_URI=" - https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests pytest |