Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcwidth/
Date: Mon, 29 Aug 2016 09:45:28
Message-Id: 1472463914.9a797728b53fd5e44b393a130f3b375e90c25ce6.monsieurp@gentoo
1 commit: 9a797728b53fd5e44b393a130f3b375e90c25ce6
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 09:44:52 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 09:45:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a797728
7
8 dev-python/wcwidth: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/wcwidth/Manifest | 3 ---
13 dev-python/wcwidth/wcwidth-0.1.4.ebuild | 18 ------------------
14 dev-python/wcwidth/wcwidth-0.1.5.ebuild | 28 ----------------------------
15 dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild | 28 ----------------------------
16 dev-python/wcwidth/wcwidth-0.1.6.ebuild | 28 ----------------------------
17 5 files changed, 105 deletions(-)
18
19 diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest
20 index d4af6f0..83bc871 100644
21 --- a/dev-python/wcwidth/Manifest
22 +++ b/dev-python/wcwidth/Manifest
23 @@ -1,4 +1 @@
24 -DIST wcwidth-0.1.4.tar.gz 19584 SHA256 906d3123045d77027b49fe912458e1a1e1d6ca1a51558a4bd9168d143b129d2b SHA512 3882d7a4309b868593586e7bc52ce5328504db2f37a4152d53a8b7b8632375866cc07900965d1dd9c84d22c4e2b5cb161b3091c6b3ce4a37d51aeca9c76fe36d WHIRLPOOL 432cff1f6e206c9daf35406d485436c9f7b9a3e7c48f14384f9804d69c6a39099bb9ca4ee99547504c4fa2db8f70259796019f008d1c678c6b73c7de9c09cf60
25 -DIST wcwidth-0.1.5.tar.gz 19553 SHA256 66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d SHA512 1235a3fecea0a18d0c3fe160fd3518e05b37b64a232ce3e8a17dee102d6a6d06095c395b07bbd6a812723a78c44df5afaae19c479dae591b6c9aecb3d0001173 WHIRLPOOL 16e2efdf99700c3f04e6c2bab9f429e4df0db78ef248041ea0fbddd5934fed53e55611fec9bd0a7cb7b24a461ede574df991d422ca86ebf0739877993c13dbad
26 -DIST wcwidth-0.1.6.tar.gz 20483 SHA256 dcb3ec4771066cc15cf6aab5d5c4a499a5f01c677ff5aeb46cf20500dccd920b SHA512 da22fbbd8172673532b47d07f5285fbbb1c9e5d72f6593c5e194af6c94520653025805ff94b9cd829cd2d44e263349eb9896ebd3c2982059d1b2772850863ab3 WHIRLPOOL a852fc3a0b22be683b5bfabecd47ecc051e3bc3a3ea134ca7c1b26edc5a14ef5c0a72d5cf192e6918d3ae43f122aafdccf24f76c10c2edb70b9f2fb5b7029632
27 DIST wcwidth-0.1.7.tar.gz 22884 SHA256 3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e SHA512 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368 WHIRLPOOL 3e45d689500952b69fdd78190454bae95b0f124206ad43d3bad9aa1e41d54885c326de60b67290e8ffe60dd4330a65b286f534d0bbb52572da30c958a9dfe10a
28
29 diff --git a/dev-python/wcwidth/wcwidth-0.1.4.ebuild b/dev-python/wcwidth/wcwidth-0.1.4.ebuild
30 deleted file mode 100644
31 index 5367f2c..00000000
32 --- a/dev-python/wcwidth/wcwidth-0.1.4.ebuild
33 +++ /dev/null
34 @@ -1,18 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
46 -HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -SLOT="0"
50 -LICENSE="MIT"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 -IUSE=""
53
54 diff --git a/dev-python/wcwidth/wcwidth-0.1.5.ebuild b/dev-python/wcwidth/wcwidth-0.1.5.ebuild
55 deleted file mode 100644
56 index c0c6c3f..00000000
57 --- a/dev-python/wcwidth/wcwidth-0.1.5.ebuild
58 +++ /dev/null
59 @@ -1,28 +0,0 @@
60 -# Copyright 1999-2015 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Id$
63 -
64 -EAPI=5
65 -
66 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
71 -HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth"
72 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
73 -
74 -SLOT="0"
75 -LICENSE="MIT"
76 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
77 -IUSE="test"
78 -
79 -RDEPEND=""
80 -DEPEND="${RDEPEND}
81 - dev-python/setuptools[${PYTHON_USEDEP}]
82 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
83 -"
84 -
85 -python_test() {
86 - py.test -rs --strict wcwidth/tests || die
87 -}
88
89 diff --git a/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild b/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild
90 deleted file mode 100644
91 index bbc123d..00000000
92 --- a/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild
93 +++ /dev/null
94 @@ -1,28 +0,0 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=5
100 -
101 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
102 -
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
106 -HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth"
107 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108 -
109 -SLOT="0"
110 -LICENSE="MIT"
111 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
112 -IUSE="test"
113 -
114 -RDEPEND=""
115 -DEPEND="${RDEPEND}
116 - dev-python/setuptools[${PYTHON_USEDEP}]
117 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
118 -"
119 -
120 -python_test() {
121 - py.test -v -rs --strict wcwidth/tests || die
122 -}
123
124 diff --git a/dev-python/wcwidth/wcwidth-0.1.6.ebuild b/dev-python/wcwidth/wcwidth-0.1.6.ebuild
125 deleted file mode 100644
126 index b659265..00000000
127 --- a/dev-python/wcwidth/wcwidth-0.1.6.ebuild
128 +++ /dev/null
129 @@ -1,28 +0,0 @@
130 -# Copyright 1999-2016 Gentoo Foundation
131 -# Distributed under the terms of the GNU General Public License v2
132 -# $Id$
133 -
134 -EAPI=5
135 -
136 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
137 -
138 -inherit distutils-r1
139 -
140 -DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
141 -HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth"
142 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
143 -
144 -SLOT="0"
145 -LICENSE="MIT"
146 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
147 -IUSE="test"
148 -
149 -RDEPEND=""
150 -DEPEND="${RDEPEND}
151 - dev-python/setuptools[${PYTHON_USEDEP}]
152 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
153 -"
154 -
155 -python_test() {
156 - py.test -v -rs --strict wcwidth/tests || die
157 -}