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/pympler/
Date: Fri, 05 Jan 2018 23:19:47
Message-Id: 1515194356.a01b1ec06541f5a4a0264dbc109219f8d40cde99.mgorny@gentoo
1 commit: a01b1ec06541f5a4a0264dbc109219f8d40cde99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:12:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 23:19:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01b1ec0
7
8 dev-python/pympler: Clean old up
9
10 dev-python/pympler/Manifest | 3 --
11 dev-python/pympler/pympler-0.4.1.ebuild | 42 --------------------------
12 dev-python/pympler/pympler-0.4.2.ebuild | 43 --------------------------
13 dev-python/pympler/pympler-0.4.3.ebuild | 53 ---------------------------------
14 4 files changed, 141 deletions(-)
15
16 diff --git a/dev-python/pympler/Manifest b/dev-python/pympler/Manifest
17 index 267b3306dc4..e41570df645 100644
18 --- a/dev-python/pympler/Manifest
19 +++ b/dev-python/pympler/Manifest
20 @@ -1,4 +1 @@
21 -DIST Pympler-0.4.1.tar.gz 395535 BLAKE2B 0d61dafb7f0dd30602b8cc6a9b5d1cf48090c3bd131805a2b33a68a32b6a9b0886fbab54cc3c027e7d94c017048f8f2539fcbaa690cb7c16de2036f10179c438 SHA512 3f7e2d88ca431ae73cf49d5140c10de4eab10c1627cdacc12e216c89410add16cb5e1faedc484ea765e4b866b905a5379bb21e7d41b9b8d622c4ac7b1b16a8a3
22 -DIST Pympler-0.4.2.tar.gz 395765 BLAKE2B 57a69a3cb2a4f12dd3fcbd98b72ed4594e4eeafeec0456340319fb6421e07268bd8b2daa4aa7bc790e229e349fa29f7b061a28b6c6336dee4fd71a604d7e5960 SHA512 ae6e7718ecf8e7bc46ce968dd3b57543c4a3e882a07d7cb68ee38e60debc157ce2410c66b23c14179c47fef1b89647886289d9e4fdfc5f9e9ecd87a052f204aa
23 -DIST pympler-0.4.3.tar.gz 259409 BLAKE2B 26be0f58d5e846b806c6885db801155aa0551b632c753d55cf6e189efdd9fb528fbc29cb697b81497374c466fd2b54cca372f4251355b2443da287e6637ca252 SHA512 de4a36e8e5b639c1b78460677d821a5ad829c01a568496a5df4682ab32fea14e24c47260aed96c68722285e3fdb4b202348a7cbfcb95531ca2954bd8d5cebb68
24 DIST pympler-0.5.tar.gz 263627 BLAKE2B 5ce881664e2d57d1a7a9b87238cfc6657fd35a140e6ab906b55ca6e0ac91fc8a74377d4db21706708c55773f8ca65d3578c101669ba409339418e09ca53d0fb2 SHA512 254b758df70bafe57f315a973de0caeef6cd616bd0cc7b4475c74c3a9a94f52b3ac3da3f073483db3560cd0060536c95ed1297007c24dfe8db89fd893ff1409c
25
26 diff --git a/dev-python/pympler/pympler-0.4.1.ebuild b/dev-python/pympler/pympler-0.4.1.ebuild
27 deleted file mode 100644
28 index cdca81dc92e..00000000000
29 --- a/dev-python/pympler/pympler-0.4.1.ebuild
30 +++ /dev/null
31 @@ -1,42 +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} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN="Pympler"
42 -MY_P="${MY_PN}-${PV}"
43 -
44 -DESCRIPTION="Memory profiling for Python applications"
45 -HOMEPAGE="https://code.google.com/p/pympler/ https://pypi.python.org/pypi/Pympler https://github.com/pympler/pympler"
46 -SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="Apache-2.0"
50 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
51 -IUSE="doc test"
52 -
53 -RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"
54 -DEPEND="test? ( ${RDEPEND} )"
55 -
56 -S="${WORKDIR}"/${MY_P}
57 -
58 -python_prepare_all() {
59 - rm pympler/util/bottle.py || die
60 - sed \
61 - -e '/import bottle/s:^.*$:import bottle:g' \
62 - -i pympler/web.py || die
63 - distutils-r1_python_prepare_all
64 -}
65 -
66 -python_test() {
67 - esetup.py try
68 -}
69 -
70 -python_install_all() {
71 - use doc && local HTML_DOCS=( doc/html/. )
72 - distutils-r1_python_install_all
73 -}
74
75 diff --git a/dev-python/pympler/pympler-0.4.2.ebuild b/dev-python/pympler/pympler-0.4.2.ebuild
76 deleted file mode 100644
77 index c4cc5bae7af..00000000000
78 --- a/dev-python/pympler/pympler-0.4.2.ebuild
79 +++ /dev/null
80 @@ -1,43 +0,0 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=5
85 -
86 -PYTHON_COMPAT=( python{2_7,3_4} )
87 -
88 -inherit distutils-r1
89 -
90 -MY_PN="Pympler"
91 -MY_P="${MY_PN}-${PV}"
92 -
93 -DESCRIPTION="Memory profiling for Python applications"
94 -HOMEPAGE="https://code.google.com/p/pympler/ https://pypi.python.org/pypi/Pympler https://github.com/pympler/pympler"
95 -SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
96 -
97 -SLOT="0"
98 -LICENSE="Apache-2.0"
99 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
100 -IUSE="doc test"
101 -
102 -RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"
103 -DEPEND="test? ( ${RDEPEND} )"
104 -
105 -S="${WORKDIR}"/${MY_P}
106 -
107 -python_prepare_all() {
108 - rm pympler/util/bottle.py || die
109 - sed \
110 - -e '/import bottle/s:^.*$:import bottle:g' \
111 - -i pympler/web.py || die
112 - distutils-r1_python_prepare_all
113 -}
114 -
115 -python_test() {
116 - # https://github.com/pympler/pympler/issues/22
117 - esetup.py try
118 -}
119 -
120 -python_install_all() {
121 - use doc && local HTML_DOCS=( doc/html/. )
122 - distutils-r1_python_install_all
123 -}
124
125 diff --git a/dev-python/pympler/pympler-0.4.3.ebuild b/dev-python/pympler/pympler-0.4.3.ebuild
126 deleted file mode 100644
127 index bac8394e16c..00000000000
128 --- a/dev-python/pympler/pympler-0.4.3.ebuild
129 +++ /dev/null
130 @@ -1,53 +0,0 @@
131 -# Copyright 1999-2017 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=6
135 -
136 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
137 -
138 -inherit distutils-r1
139 -
140 -MY_PN="Pympler"
141 -MY_P="${MY_PN}-${PV}"
142 -
143 -DESCRIPTION="Memory profiling for Python applications"
144 -HOMEPAGE="https://code.google.com/p/pympler/ https://pypi.python.org/pypi/Pympler https://github.com/pympler/pympler"
145 -SRC_URI="https://github.com/pympler/pympler/archive/${PV}.tar.gz -> ${P}.tar.gz"
146 -# The PyPi tarball is missing the documentation
147 -#SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
148 -
149 -SLOT="0"
150 -LICENSE="Apache-2.0"
151 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
152 -IUSE="doc test"
153 -
154 -RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"
155 -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
156 - test? ( ${RDEPEND} )"
157 -
158 -python_prepare_all() {
159 - rm pympler/util/bottle.py || die
160 - sed \
161 - -e '/import bottle/s:^.*$:import bottle:g' \
162 - -i pympler/web.py || die
163 - # test_flatsize and AsizeofTest always fail
164 - sed '14,106d' -i test/asizeof/test_asizeof.py || die
165 - distutils-r1_python_prepare_all
166 -}
167 -
168 -python_compile_all() {
169 - if use doc; then
170 - python_setup
171 - sphinx-build -b html doc/{source,html} || die
172 - fi
173 -}
174 -
175 -python_test() {
176 - # https://github.com/pympler/pympler/issues/22
177 - esetup.py try
178 -}
179 -
180 -python_install_all() {
181 - use doc && local HTML_DOCS=( doc/html/. )
182 - distutils-r1_python_install_all
183 -}