Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/
Date: Sun, 27 Feb 2022 18:52:58
Message-Id: 1645987685.aad9ffd2313a8b0b1efa06b8b05b4160973e34c9.mgorny@gentoo
1 commit: aad9ffd2313a8b0b1efa06b8b05b4160973e34c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:48:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:48:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad9ffd2
7
8 dev-python/typing-extensions: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/typing-extensions/Manifest | 2 --
13 .../typing-extensions-4.0.1-r1.ebuild | 27 --------------------
14 .../typing-extensions-4.0.1.ebuild | 29 ----------------------
15 .../typing-extensions-4.1.0.ebuild | 27 --------------------
16 4 files changed, 85 deletions(-)
17
18 diff --git a/dev-python/typing-extensions/Manifest b/dev-python/typing-extensions/Manifest
19 index 573b97b6ce0f..235acc55c533 100644
20 --- a/dev-python/typing-extensions/Manifest
21 +++ b/dev-python/typing-extensions/Manifest
22 @@ -1,3 +1 @@
23 -DIST typing-extensions-4.0.1.gh.tar.gz 65425 BLAKE2B 0712ac0b87e67e716c562bc8d25d88b60c42b513b7f97ddeb2b6d959f2a3ee582ec5f692a192d17323ff892290bf410eadd53012ff0485c4c8b2bc8b15a7a465 SHA512 5af1590a98247f01df5abcbc7fe4db19b0b174918d2679b532e8c1e5483ae2293901c2314240217ab1bad087633e02865311f9b295b3d65587fdf2f6e0a26bc5
24 -DIST typing-extensions-4.1.0.gh.tar.gz 78345 BLAKE2B 535e99c40f148b84047074e7fdf3e34e47fca018e258170677cad82d4fdd821429dd13a33673841757357d4d8bc01d22eca2d409b5ee106fffa876177fbe4037 SHA512 05afc509502a1c36b50a3c0c64e1677573d7ae4fccb3f0e14497df2a655f897faeda58a6d0c529ec160e89327a865e9bd6f818a58b773f75da64c6ce2c7d0f2e
25 DIST typing-extensions-4.1.1.gh.tar.gz 78687 BLAKE2B 94a486a746ff76d8ad1c416b61ec3e22864246c531536d7db6f0aa5113adf0f4bcb9e8e843b9c7fdbbbe915375fa303211d66b9f838629ac0d43a768a4bc82cc SHA512 251e7bd0216d0b2a83d963bd528d94700f113cc0ccc98959d5512faf5c738e1332673f42709ce8b3b7f5c7573edb794c34f5c02d82fef8d4bbae03db50b1ce92
26
27 diff --git a/dev-python/typing-extensions/typing-extensions-4.0.1-r1.ebuild b/dev-python/typing-extensions/typing-extensions-4.0.1-r1.ebuild
28 deleted file mode 100644
29 index 40d1dbb27581..000000000000
30 --- a/dev-python/typing-extensions/typing-extensions-4.0.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=flit
39 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_P=typing-${PV}
44 -DESCRIPTION="Type Hint extensions from Python 3.8 backported"
45 -HOMEPAGE="
46 - https://pypi.org/project/typing-extensions/
47 - https://github.com/python/typing/"
48 -SRC_URI="
49 - https://github.com/python/typing/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
50 -S=${WORKDIR}/${MY_P}/typing_extensions
51 -
52 -LICENSE="PSF-2"
53 -SLOT="0"
54 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
55 -
56 -python_test() {
57 - cd "${S}"/src || die
58 - "${EPYTHON}" test_typing_extensions.py -v || die "tests failed under ${EPYTHON}"
59 -}
60
61 diff --git a/dev-python/typing-extensions/typing-extensions-4.0.1.ebuild b/dev-python/typing-extensions/typing-extensions-4.0.1.ebuild
62 deleted file mode 100644
63 index a070b0236058..000000000000
64 --- a/dev-python/typing-extensions/typing-extensions-4.0.1.ebuild
65 +++ /dev/null
66 @@ -1,29 +0,0 @@
67 -# Copyright 1999-2021 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=8
71 -
72 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
73 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
74 -
75 -inherit distutils-r1
76 -
77 -MY_P=typing-${PV}
78 -DESCRIPTION="Type Hint extensions from Python 3.8 backported"
79 -HOMEPAGE="
80 - https://pypi.org/project/typing-extensions/
81 - https://github.com/python/typing/"
82 -SRC_URI="
83 - https://github.com/python/typing/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
84 -S=${WORKDIR}/${MY_P}/typing_extensions
85 -
86 -LICENSE="PSF-2"
87 -SLOT="0"
88 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
89 -
90 -BDEPEND=">=dev-python/pyproject2setuppy-22[${PYTHON_USEDEP}]"
91 -
92 -python_test() {
93 - cd "${S}"/src || die
94 - "${EPYTHON}" test_typing_extensions.py -v || die "tests failed under ${EPYTHON}"
95 -}
96
97 diff --git a/dev-python/typing-extensions/typing-extensions-4.1.0.ebuild b/dev-python/typing-extensions/typing-extensions-4.1.0.ebuild
98 deleted file mode 100644
99 index 40d1dbb27581..000000000000
100 --- a/dev-python/typing-extensions/typing-extensions-4.1.0.ebuild
101 +++ /dev/null
102 @@ -1,27 +0,0 @@
103 -# Copyright 1999-2022 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=8
107 -
108 -DISTUTILS_USE_PEP517=flit
109 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
110 -
111 -inherit distutils-r1
112 -
113 -MY_P=typing-${PV}
114 -DESCRIPTION="Type Hint extensions from Python 3.8 backported"
115 -HOMEPAGE="
116 - https://pypi.org/project/typing-extensions/
117 - https://github.com/python/typing/"
118 -SRC_URI="
119 - https://github.com/python/typing/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
120 -S=${WORKDIR}/${MY_P}/typing_extensions
121 -
122 -LICENSE="PSF-2"
123 -SLOT="0"
124 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
125 -
126 -python_test() {
127 - cd "${S}"/src || die
128 - "${EPYTHON}" test_typing_extensions.py -v || die "tests failed under ${EPYTHON}"
129 -}