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/wheel/
Date: Sun, 29 Mar 2020 12:03:22
Message-Id: 1585483379.ca48c7ead7593d7e6be290c3c723bd23fb3f16bc.mgorny@gentoo
1 commit: ca48c7ead7593d7e6be290c3c723bd23fb3f16bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:56:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:02:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca48c7ea
7
8 dev-python/wheel: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wheel/Manifest | 2 --
13 dev-python/wheel/wheel-0.29.0.ebuild | 45 ------------------------------------
14 dev-python/wheel/wheel-0.33.6.ebuild | 28 ----------------------
15 3 files changed, 75 deletions(-)
16
17 diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest
18 index cfffb36ffba..230d4688975 100644
19 --- a/dev-python/wheel/Manifest
20 +++ b/dev-python/wheel/Manifest
21 @@ -1,3 +1 @@
22 -DIST wheel-0.29.0.tar.gz 54143 BLAKE2B 8f29c81b9b3c8ee419c26f04e09f437a2113716f5096e1b6e21f23e6a7426e58b7ee00c0846cfcd816670bee4dd908ef577e4142fae546d4ea643af2c2612049 SHA512 b72dec3cf71e3d87c611ff41f1381ed7f2c654edb50c808fb4fd0f552bab3572434495bf18c36d2ecc7cb8b355782054d3d6dedd5589ffda15027e72cff24602
23 -DIST wheel-0.33.6.gh.tar.gz 50273 BLAKE2B bc315c87b83bed39ad4ec08dde31edd570e59b65ff28c64c89b1b5e1f2e526fd6035dbe9902dd9a3efd94b0c5584489f28ed895b36e4eb9dd1ddc225d7069275 SHA512 04edf619ee6fd06f1e4c8bc513c6e21ba91615eba42bca5473e60573e274133b1019774b8e3a960e05f5a69bb256508d0a8a31fd9ab91a28f1b87d1095b17b5e
24 DIST wheel-0.34.2.gh.tar.gz 57175 BLAKE2B 4d06c411561f80e51c15422f2d3318efa565f9119e869a2f9284adb9bd3aff7bc104013a63fefae36742d7d87c8468b42292723ed031c2b109323a9141fd1cea SHA512 fcd02cf770382c26b5250aa48f60481ac868ff7e1b08245ed4616aaa7d6dc5e3280d9ab787c4d1690b11550de9f6160c0d31dd65b79554711ab5d02de479e1ab
25
26 diff --git a/dev-python/wheel/wheel-0.29.0.ebuild b/dev-python/wheel/wheel-0.29.0.ebuild
27 deleted file mode 100644
28 index 3b889e9e330..00000000000
29 --- a/dev-python/wheel/wheel-0.29.0.ebuild
30 +++ /dev/null
31 @@ -1,45 +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 python3_6 pypy3 )
38 -
39 -inherit distutils-r1 eutils
40 -
41 -DESCRIPTION="A built-package format for Python"
42 -HOMEPAGE="https://pypi.org/project/wheel/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86"
48 -IUSE="doc test"
49 -
50 -RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]"
53 -# test? (
54 -# dev-python/keyring
55 -# dev-python/keyrings_alt
56 -# dev-python/ed25519ll
57 -# dev-python/pytest[${PYTHON_USEDEP}]
58 -# )
59 -#"
60 -
61 -# Fails somehow
62 -RESTRICT=test
63 -
64 -python_test() {
65 - sed \
66 - -e 's:--cov=wheel::g' \
67 - -i setup.cfg || die
68 - py.test -v -v || die "testsuite failed under ${EPYTHON}"
69 -}
70 -
71 -pkg_postinst() {
72 - optfeature "Signature support" \
73 - dev-python/keyring \
74 - dev-python/keyrings_alt \
75 - dev-python/ed25519ll
76 -}
77
78 diff --git a/dev-python/wheel/wheel-0.33.6.ebuild b/dev-python/wheel/wheel-0.33.6.ebuild
79 deleted file mode 100644
80 index dd2363cb0fe..00000000000
81 --- a/dev-python/wheel/wheel-0.33.6.ebuild
82 +++ /dev/null
83 @@ -1,28 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
90 -
91 -inherit distutils-r1 eutils
92 -
93 -DESCRIPTION="A built-package format for Python"
94 -HOMEPAGE="https://pypi.org/project/wheel/"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -SRC_URI="https://github.com/pypa/wheel/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
97 -
98 -LICENSE="MIT"
99 -SLOT="0"
100 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
101 -
102 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
103 -
104 -distutils_enable_tests pytest
105 -
106 -src_prepare() {
107 - sed \
108 - -e 's:--cov=wheel::g' \
109 - -i setup.cfg || die
110 - distutils-r1_src_prepare
111 -}