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/wcwidth/
Date: Sun, 29 Mar 2020 11:51:16
Message-Id: 1585482619.aa61d5f835706d6375e4efd5987633077841b93b.mgorny@gentoo
1 commit: aa61d5f835706d6375e4efd5987633077841b93b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:38:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 11:50:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61d5f8
7
8 dev-python/wcwidth: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wcwidth/Manifest | 1 -
13 dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild | 28 ----------------------------
14 dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild | 28 ----------------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest
18 index d136a7260f4..16f14e2c9e2 100644
19 --- a/dev-python/wcwidth/Manifest
20 +++ b/dev-python/wcwidth/Manifest
21 @@ -1,2 +1 @@
22 -DIST wcwidth-0.1.7.tar.gz 22884 BLAKE2B 6d51be31c6cf11a23de48bfecd00d8b95e15c80b83559f67689611ac0d8406c18e3a761dc57a868e8c991ee07e286aed66fe77d905483f63ee998ca431fd35f2 SHA512 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368
23 DIST wcwidth-0.1.8.tar.gz 19957 BLAKE2B dd4ba31bec5161a9509b0ef7e73901c3ff31b2ceedb3d05eeaf85f90c1157e21d00ee8cd0f715098bf65e5d699a40287ce08e235f2f1d22a73f6606f490a921d SHA512 b828450feb56b5c0e686f6922e777ab48d1336816a41ef4ef95f71c25a37ef492861634c16c788e1e4570d21bd4d45c990a18787860ba6043157c2781c78b65e
24
25 diff --git a/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild b/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild
26 deleted file mode 100644
27 index 6efc6573ead..00000000000
28 --- a/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
41 -HOMEPAGE="https://pypi.org/project/wcwidth/ https://github.com/jquast/wcwidth"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="MIT"
46 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND=""
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
54 -"
55 -
56 -python_test() {
57 - py.test -v -rs --strict wcwidth/tests || die
58 -}
59
60 diff --git a/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild b/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild
61 deleted file mode 100644
62 index 813ae5d4f22..00000000000
63 --- a/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild
64 +++ /dev/null
65 @@ -1,28 +0,0 @@
66 -# Copyright 1999-2020 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -
71 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
76 -HOMEPAGE="https://pypi.org/project/wcwidth/ https://github.com/jquast/wcwidth"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="MIT"
81 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
82 -IUSE="test"
83 -RESTRICT="!test? ( test )"
84 -
85 -RDEPEND=""
86 -DEPEND="${RDEPEND}
87 - dev-python/setuptools[${PYTHON_USEDEP}]
88 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
89 -"
90 -
91 -python_test() {
92 - pytest -v -rs --strict wcwidth/tests || die
93 -}