commit:     31fee8f42689a6b270a507b784e2eade9f4dde7e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 19:03:38 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 19:05:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fee8f4

dev-python/typing-extensions: Remove old

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

 dev-python/typing-extensions/Manifest              |  1 -
 .../typing-extensions-4.2.0.ebuild                 | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/typing-extensions/Manifest 
b/dev-python/typing-extensions/Manifest
index cf73a3a08e83..e1d65a2521ef 100644
--- a/dev-python/typing-extensions/Manifest
+++ b/dev-python/typing-extensions/Manifest
@@ -1,2 +1 @@
-DIST typing-extensions-4.2.0.gh.tar.gz 77169 BLAKE2B 
3b7e91d0b410daf749d61213e8dc2bce069c05db7626a6c3a380fe1955ad97871f3c90782a8ba5114b11c42e0775558fd6fb1fd28a7cc0fbf2ec97480ef72298
 SHA512 
52e67eaeb3159e5effdcf180fc43d9881453c7efc00546335a8f31d5f7ab9859c2f89b29612861015ba490cdfd596720aa577630b424323256930b036b119776
 DIST typing_extensions-4.3.0.gh.tar.gz 47842 BLAKE2B 
23a600dcded95a1109da46537bab49a6a478c77334d7c9effe65564bf236371c413a07220df3fa1de1bd0451e90961df908e097e7c7cb6d2534102369ce2590e
 SHA512 
3c4a9073dc89e71b8027d535853d35725163961f7feeaba817e28f93b236bcae805d9b1f6e2be8e9fc3651c283b662935ba0352e5de25ff74df4dc18373e8f7a

diff --git a/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild 
b/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
deleted file mode 100644
index a1cf51297725..000000000000
--- a/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-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} pypy3 )
-
-inherit distutils-r1
-
-MY_P=typing-${PV}
-DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+"
-HOMEPAGE="
-       https://pypi.org/project/typing-extensions/
-       https://github.com/python/typing/
-"
-SRC_URI="
-       https://github.com/python/typing/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/typing_extensions
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-
-python_test() {
-       cd "${S}"/src || die
-       "${EPYTHON}" test_typing_extensions.py -v || die "tests failed under 
${EPYTHON}"
-}

Reply via email to