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/
Date: Sun, 29 Mar 2020 10:13:46
Message-Id: 1585476802.aae6e785591084d45f5967c6ce678c8b46966edc.mgorny@gentoo
1 commit: aae6e785591084d45f5967c6ce678c8b46966edc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:06:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:13:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae6e785
7
8 dev-python/typing: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/typing/Manifest | 2 --
13 dev-python/typing/typing-3.6.2-r1.ebuild | 30 ------------------------------
14 dev-python/typing/typing-3.6.4-r1.ebuild | 30 ------------------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/dev-python/typing/Manifest b/dev-python/typing/Manifest
18 index 08c9df32231..64205e5cdf8 100644
19 --- a/dev-python/typing/Manifest
20 +++ b/dev-python/typing/Manifest
21 @@ -1,3 +1 @@
22 -DIST typing-3.6.2.tar.gz 78726 BLAKE2B 80adf3cab2c37ce36bd33d14e475ed07918ec80ebb5bc68a820abe06dc862fe6b38e1a90f9bb3d37420b311cb4a32af871ae2ff72807daa8c1a334b6cbbe4d2a SHA512 a975980e7ba6ec3e15c938336877071785bec7212443da079770348ab9441c8d918cd806e85ebea8af66a5d94f684566ea07b55e7623ab11e7d922c8c3dfe981
23 -DIST typing-3.6.4.tar.gz 71347 BLAKE2B dd49919595698347ce4b1004abd075409296acf11e10dd6ae0697d2bf94dc9d1cebedb2afe454be95eddb80fd0a60aebe14ddadc8df8de86545dd2ea05986c57 SHA512 f595e0fc395ba13a129ae45681faca7b199fd5c23e8f1573f49e2a6f162b7f2aef680306e76cbf50b978de9f047c674323219981e89c476474295bb8c02211ce
24 DIST typing-3.7.4.1.tar.gz 77982 BLAKE2B e770b1c028142a70799732159b295d3bd5c4911619fd5f200567f8b27813d86de643e9b79aa45fba8590c1e2a6c96c1411dabd0707190a237a79f6f11851e1e0 SHA512 5f5080bf66b1de094b7984ed3d1de22651de8ca018ffde927dfa67fe65b13f91602a877faa24e73d44558638b609be276b924b894d63999bb93b0657a2d5ec6e
25
26 diff --git a/dev-python/typing/typing-3.6.2-r1.ebuild b/dev-python/typing/typing-3.6.2-r1.ebuild
27 deleted file mode 100644
28 index 8a187b2bf38..00000000000
29 --- a/dev-python/typing/typing-3.6.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Type Hints for Python"
42 -HOMEPAGE="https://docs.python.org/3/library/typing.html https://pypi.org/project/typing/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="PSF-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-solaris"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -RDEPEND=""
52 -
53 -python_test() {
54 - if [[ ${EPYTHON} == python2* || ${EPYTHON} == pypy ]]; then
55 - cd "${S}"/python2 || die
56 - else
57 - cd "${S}"/src || die
58 - fi
59 -
60 - "${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
61 -}
62
63 diff --git a/dev-python/typing/typing-3.6.4-r1.ebuild b/dev-python/typing/typing-3.6.4-r1.ebuild
64 deleted file mode 100644
65 index 770d3bdcb5c..00000000000
66 --- a/dev-python/typing/typing-3.6.4-r1.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -PYTHON_COMPAT=( python2_7 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Type Hints for Python"
79 -HOMEPAGE="https://docs.python.org/3/library/typing.html https://pypi.org/project/typing/"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="PSF-2"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
85 -IUSE=""
86 -
87 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
88 -RDEPEND=""
89 -
90 -python_test() {
91 - if [[ ${EPYTHON} == python2* || ${EPYTHON} == pypy ]]; then
92 - cd "${S}"/python2 || die
93 - else
94 - cd "${S}"/src || die
95 - fi
96 -
97 - "${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
98 -}