From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BCD5158094 for ; Tue, 2 Aug 2022 19:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BD62E10B1; Tue, 2 Aug 2022 19:05:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090FEE10B0 for ; Tue, 2 Aug 2022 19:05:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D4B5340FD9 for ; Tue, 2 Aug 2022 19:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75DFD565 for ; Tue, 2 Aug 2022 19:05:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1659467108.31fee8f42689a6b270a507b784e2eade9f4dde7e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typing-extensions/Manifest dev-python/typing-extensions/typing-extensions-4.2.0.ebuild X-VCS-Directories: dev-python/typing-extensions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31fee8f42689a6b270a507b784e2eade9f4dde7e X-VCS-Branch: master Date: Tue, 2 Aug 2022 19:05:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10304792-582a-4208-b483-a1d61b7c0230 X-Archives-Hash: ae039cecffe82acf5d192a2763d4d30f commit: 31fee8f42689a6b270a507b784e2eade9f4dde7e Author: Michał Górny gentoo org> AuthorDate: Tue Aug 2 19:03:38 2022 +0000 Commit: Michał Górny gentoo 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 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}" -}