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/contextlib2/
Date: Tue, 02 May 2017 19:16:31
Message-Id: 1493752530.919f9dfb05e4bc78cd245cdede046bf6f1bcb46d.mgorny@gentoo
1 commit: 919f9dfb05e4bc78cd245cdede046bf6f1bcb46d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 18:49:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 19:15:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f9dfb
7
8 dev-python/contextlib2: Clean old versions up
9
10 dev-python/contextlib2/Manifest | 3 ---
11 dev-python/contextlib2/contextlib2-0.4.0.ebuild | 21 ---------------------
12 dev-python/contextlib2/contextlib2-0.5.1.ebuild | 23 -----------------------
13 dev-python/contextlib2/contextlib2-0.5.3.ebuild | 23 -----------------------
14 4 files changed, 70 deletions(-)
15
16 diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest
17 index 1c92ae10169..f4592b6bc2f 100644
18 --- a/dev-python/contextlib2/Manifest
19 +++ b/dev-python/contextlib2/Manifest
20 @@ -1,4 +1 @@
21 -DIST contextlib2-0.4.0.tar.gz 18741 SHA256 55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732 SHA512 622762c5490f0ff3e4b421a63bccce8fe0753977112ee0db9640dad31093c40c8a331f3d7cade9925f17903eaeaa376925ef607d7a440170c7c5ec1c8e04f56a WHIRLPOOL b1b2b753b15cb5124ebc378acf6b959839e727a53d3a096eea5b04404fc059f6a1b49b9fa23cc6310ad1b9bcfa655a82088af0906a74f8326d7bf57f3793440c
22 -DIST contextlib2-0.5.1.tar.gz 25186 SHA256 227c79e126e8a8904a81d162750581ed3d49af2395a3100be7067b7296d33d45 SHA512 da3a954a52a0f036e0b2d949bf4e73f4551eb637944eae5f6f421a1c22b2177dcfa56984a6c77692bb92713cf73a0df02b9159268b428550651fb7be97074613 WHIRLPOOL b970100478d107ce89ea9a21d670767cae8921acc095922fb82a3b1c19eeecb98bc326888e97ac9fd5b9dec71f2a69b769693f2a07ecb48060b3b76353ad1ade
23 -DIST contextlib2-0.5.3.tar.gz 26415 SHA256 30e500f13921c73c96f49a6dd2adfbdd92bc3fae12183e91b06b2e4583486206 SHA512 9d4ba9d10ec0e222f8e76ad4704b83f89892fe503dcf558fde7a8e2bfefe35f2292411843cdb7bae3f8383a9f27ff851f6bc566314e1ae76e2dcefc29fc712e2 WHIRLPOOL 90b022aa1c141accd29816bfdedd4b12402e826b4e707e4086ccf842e8149eb35afd131bad638eda0c3a57ba308d1605a16d55af00827753abd7336066eb2a99
24 DIST contextlib2-0.5.4.tar.gz 28523 SHA256 710626cde569f51a87f216ff757fe60f5cd13ae8f8114706590510cd5649ce88 SHA512 c8bb5bf9dbbf5bfd882663813f2a456d82215be7ace55aed1d5047ce7f21f26d5518982ec26344b1e950d3aea27cd8a5c48627730bb28f8b3cfb6a331fd7ba66 WHIRLPOOL bae1717340b05362ae2e55b995920d39e01a37fb147e19838e6a79176809daa39e3fe5774ce74811614fcdadf8f1b28ea757cdda5e4811543dbc2d4b230b132a
25
26 diff --git a/dev-python/contextlib2/contextlib2-0.4.0.ebuild b/dev-python/contextlib2/contextlib2-0.4.0.ebuild
27 deleted file mode 100644
28 index 0249799f63a..00000000000
29 --- a/dev-python/contextlib2/contextlib2-0.4.0.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Backports and enhancements for the contextlib module"
42 -HOMEPAGE="https://pypi.python.org/pypi/contextlib2"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="PSF-2.4"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="test"
49 -
50 -python_test() {
51 - "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
52 -}
53
54 diff --git a/dev-python/contextlib2/contextlib2-0.5.1.ebuild b/dev-python/contextlib2/contextlib2-0.5.1.ebuild
55 deleted file mode 100644
56 index bd948120a7d..00000000000
57 --- a/dev-python/contextlib2/contextlib2-0.5.1.ebuild
58 +++ /dev/null
59 @@ -1,23 +0,0 @@
60 -# Copyright 1999-2015 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
66 -
67 -inherit distutils-r1
68 -
69 -DESCRIPTION="Backports and enhancements for the contextlib module"
70 -HOMEPAGE="https://pypi.python.org/pypi/contextlib2"
71 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
72 -
73 -LICENSE="PSF-2.4"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~arm64 ~x86"
76 -IUSE="test"
77 -
78 -DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
79 -
80 -python_test() {
81 - "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
82 -}
83
84 diff --git a/dev-python/contextlib2/contextlib2-0.5.3.ebuild b/dev-python/contextlib2/contextlib2-0.5.3.ebuild
85 deleted file mode 100644
86 index b5c3c43326b..00000000000
87 --- a/dev-python/contextlib2/contextlib2-0.5.3.ebuild
88 +++ /dev/null
89 @@ -1,23 +0,0 @@
90 -# Copyright 1999-2016 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=5
94 -
95 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
96 -
97 -inherit distutils-r1
98 -
99 -DESCRIPTION="Backports and enhancements for the contextlib module"
100 -HOMEPAGE="https://pypi.python.org/pypi/contextlib2"
101 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="PSF-2.4"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~arm64 ~x86"
106 -IUSE="test"
107 -
108 -DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
109 -
110 -python_test() {
111 - "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
112 -}