summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-24 11:07:11 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-24 11:07:11 +0200
commit14cf80989ed3714a7454bba38011ea5a68d8cb2c (patch)
tree4cf93af928dc2c00f09a624cb1d838dacf0ca9eb /dev-python
parent3c3c2e93fc2b205b9ad964bd384a27f8d505e8d8 (diff)
downloadgentoo-14cf80989ed3714a7454bba38011ea5a68d8cb2c.tar.gz
gentoo-14cf80989ed3714a7454bba38011ea5a68d8cb2c.tar.bz2
gentoo-14cf80989ed3714a7454bba38011ea5a68d8cb2c.zip
dev-python/typing-extensions: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/typing-extensions/typing-extensions-4.13.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/typing-extensions/typing-extensions-4.13.2.ebuild b/dev-python/typing-extensions/typing-extensions-4.13.2.ebuild
deleted file mode 100644
index af150e64e6c8..000000000000
--- a/dev-python/typing-extensions/typing-extensions-4.13.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+"
-HOMEPAGE="
- https://pypi.org/project/typing-extensions/
- https://github.com/python/typing_extensions/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- >=dev-python/flit-core-3.11[${PYTHON_USEDEP}]
- test? (
- dev-python/test[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- cd src || die
- eunittest
-}