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/enum34/
Date: Wed, 03 May 2017 11:03:03
Message-Id: 1493809351.8ef2d741cb451d2e6e31db887251652779fdaad4.mgorny@gentoo
1 commit: 8ef2d741cb451d2e6e31db887251652779fdaad4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 10:42:48 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 11:02:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef2d741
7
8 dev-python/enum34: Clean old versions up
9
10 dev-python/enum34/Manifest | 3 ---
11 dev-python/enum34/enum34-1.0.4.ebuild | 30 ------------------------------
12 dev-python/enum34/enum34-1.1.2.ebuild | 27 ---------------------------
13 dev-python/enum34/enum34-1.1.3.ebuild | 29 -----------------------------
14 4 files changed, 89 deletions(-)
15
16 diff --git a/dev-python/enum34/Manifest b/dev-python/enum34/Manifest
17 index abc672e5b90..78e9fc88534 100644
18 --- a/dev-python/enum34/Manifest
19 +++ b/dev-python/enum34/Manifest
20 @@ -1,4 +1 @@
21 -DIST enum34-1.0.4.tar.gz 32944 SHA256 d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447 SHA512 21b91f1d0e15cc909e733473f603077eff7222c90da84b0a5f2db921ba41ac996b9237cc8adf1d07913b7eaf8f8e70ac6955abbb191f2e7cc54966710a1c96a9 WHIRLPOOL 178d1d5a9ec4e5a7a467e31c9b28e1f799e593e36a0c9a888f64ec86051277cb1c50ae01ed81c95cd3f7ae1e7f287dda9b4049c7e1977fcd427711fcf3990792
22 -DIST enum34-1.1.2.tar.gz 46757 SHA256 2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7 SHA512 61e47d27969237f5e0de814f42e8f9217147f3d2d3081a1fadaf665cee293af1dd978420fb918000ac9f0fe323249faf7993f204660acdebff880bca1dde2487 WHIRLPOOL 9c9a77a9ea042473032b77ade2d5faabf4d176a70fd1931c55d534eced5a2f0140a1c486d99445500e8ab304f14ec5eaa91bcf7a5ba238def557cb3de39f9840
23 -DIST enum34-1.1.3.tar.gz 39773 SHA256 865506c22462236b3a2e87a7d9587633e18470e7a93a79b594791de2d31e9bc8 SHA512 6ab07930a41a3a5f764dd38fe7e128dcc194b726b9a50286703de7cd7e16e433578cf331d29eca2472ee0659d461a80614db06f88c4f5da661a7d38863c4c23c WHIRLPOOL fdbec6f56d745d8e1228ddc096a0e6bf6d27db4ee9378fdda5716649edde312e1d9a10ebda6a62bf135451184e1bd729bf3e721fa73543a81f97855ae6134083
24 DIST enum34-1.1.6.tar.gz 40048 SHA256 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1 SHA512 51652525adc37bd1af1d81933f965dba9c508838d9f759c80ca1392991515a29c2c0263264a4e175b37a6ba11dca68c354774e448b19ef1bdba96be5474d93ec WHIRLPOOL 856c6f81f33eb8f13b65e4124f1eaba79ed6b1ee69caf4200398b335a21019b2a54443bce87dd570db0282d2e17a1366010ac274795ce4cf78608271d934626d
25
26 diff --git a/dev-python/enum34/enum34-1.0.4.ebuild b/dev-python/enum34/enum34-1.0.4.ebuild
27 deleted file mode 100644
28 index 7fc67f0487d..00000000000
29 --- a/dev-python/enum34/enum34-1.0.4.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 pypy pypy3 ) # Do NOT add python3_4—see DESCRIPTION
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python 3.4 Enum backported"
42 -HOMEPAGE="https://pypi.python.org/pypi/enum34"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
48 -IUSE="doc"
49 -
50 -DEPEND=""
51 -RDEPEND=""
52 -
53 -python_test() {
54 - "${PYTHON}" enum/test_enum.py || die "Tests failed under ${EPYTHON}"
55 -}
56 -
57 -python_install_all() {
58 - use doc && local DOCS=( enum/doc/. enum/README )
59 -
60 - distutils-r1_python_install_all
61 -}
62
63 diff --git a/dev-python/enum34/enum34-1.1.2.ebuild b/dev-python/enum34/enum34-1.1.2.ebuild
64 deleted file mode 100644
65 index 3b16a4480fb..00000000000
66 --- a/dev-python/enum34/enum34-1.1.2.ebuild
67 +++ /dev/null
68 @@ -1,27 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Python 3.4 Enum backported"
79 -HOMEPAGE="https://pypi.python.org/pypi/enum34"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="BSD"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
85 -IUSE="doc"
86 -
87 -python_test() {
88 - "${PYTHON}" enum/test_enum.py || die "Tests failed under ${EPYTHON}"
89 -}
90 -
91 -python_install_all() {
92 - use doc && local DOCS=( enum/doc/. enum/README )
93 -
94 - distutils-r1_python_install_all
95 -}
96
97 diff --git a/dev-python/enum34/enum34-1.1.3.ebuild b/dev-python/enum34/enum34-1.1.3.ebuild
98 deleted file mode 100644
99 index 55a6dcdb6e5..00000000000
100 --- a/dev-python/enum34/enum34-1.1.3.ebuild
101 +++ /dev/null
102 @@ -1,29 +0,0 @@
103 -# Copyright 1999-2016 Gentoo Foundation
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=5
107 -
108 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
109 -
110 -inherit distutils-r1
111 -
112 -DESCRIPTION="Python 3.4 Enum backported"
113 -HOMEPAGE="https://pypi.python.org/pypi/enum34"
114 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
115 -
116 -LICENSE="BSD"
117 -SLOT="0"
118 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
119 -IUSE="doc"
120 -
121 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
122 -
123 -python_test() {
124 - "${PYTHON}" enum/test.py || die "Tests failed under ${EPYTHON}"
125 -}
126 -
127 -python_install_all() {
128 - use doc && local DOCS=( enum/doc/. enum/README )
129 -
130 - distutils-r1_python_install_all
131 -}