diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-08 08:01:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-08 08:07:36 +0200 |
commit | e5ed5ad04c5f8b6e5dd30c277ea5167c0a287179 (patch) | |
tree | ea9c6475eb87a5e5f6567d7f3aeb30f8e59c3e11 /dev-python/asyncstdlib | |
parent | dev-python/accessible-pygments: Remove old (diff) | |
download | gentoo-e5ed5ad04c5f8b6e5dd30c277ea5167c0a287179.tar.gz gentoo-e5ed5ad04c5f8b6e5dd30c277ea5167c0a287179.tar.bz2 gentoo-e5ed5ad04c5f8b6e5dd30c277ea5167c0a287179.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.5.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest index f93e2e29969e..f43c2a836130 100644 --- a/dev-python/asyncstdlib/Manifest +++ b/dev-python/asyncstdlib/Manifest @@ -1,2 +1 @@ -DIST asyncstdlib-3.10.5.gh.tar.gz 54697 BLAKE2B b8a99a83e97084c4e09ddac0402ca23a8d42921b72774c0658aa0b9a1aa0ac1329baae782f105a52a4b6d979d490d97814ea6eac0e7570a7ca27784a27fa5c4d SHA512 3dfa8d1e5e2ef02dbf52fe7094b68496066978cfa9839cad59222ace40e0871369b45d93c1caa87e0f029c328253f6d72d8377625a8ed182498280662fcb7545 DIST asyncstdlib-3.10.6.gh.tar.gz 56335 BLAKE2B 15b33e90454c2b1f9ca8ddd9c71db74af1541e26af59c1a5a8b6240ec7b9e5db06f0455c778de39ff6cce1e87db41403fbc1b8965da0764f8215c4dd6bfa8e17 SHA512 e8b8b72f7d59593876f6701632d4b4839bf6110134b8dc62a33f665c52528a94f53ac6c43195520c2902e66f68b379cf7d9258e29fb25c69ae2fa98cfe4b10a6 diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild deleted file mode 100644 index 3aae64aa0b23..000000000000 --- a/dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..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 |