summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-04 21:13:08 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-04 21:13:08 +0200
commita489afbfeb07631988dbaf11fc9a4b862410c853 (patch)
treea0663c8344935653cf3c2a8af348a7da9af45d45 /dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild
parentb957f313de92ee452c6878143e2aed85b0069a95 (diff)
downloadgentoo-a489afbfeb07631988dbaf11fc9a4b862410c853.tar.gz
gentoo-a489afbfeb07631988dbaf11fc9a4b862410c853.tar.bz2
gentoo-a489afbfeb07631988dbaf11fc9a4b862410c853.zip
dev-python/asyncstdlib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild
deleted file mode 100644
index a2eea4011b68..000000000000
--- a/dev-python/asyncstdlib/asyncstdlib-3.13.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
- https://github.com/maxfischer2781/asyncstdlib/
- https://pypi.org/project/asyncstdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}