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/line_profiler/
Date: Mon, 16 May 2022 13:20:51
Message-Id: 1652707137.d2b3a2e2ef388238c1574f1969285e525acd063d.mgorny@gentoo
1 commit: d2b3a2e2ef388238c1574f1969285e525acd063d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:18:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:18:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b3a2e2
7
8 dev-python/line_profiler: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/line_profiler/Manifest | 3 --
13 .../line_profiler/line_profiler-3.3.1.ebuild | 49 ---------------------
14 .../line_profiler/line_profiler-3.4.0.ebuild | 49 ---------------------
15 .../line_profiler/line_profiler-3.5.0.ebuild | 50 ----------------------
16 4 files changed, 151 deletions(-)
17
18 diff --git a/dev-python/line_profiler/Manifest b/dev-python/line_profiler/Manifest
19 index fd8f3b3001ee..131d8cf98b8a 100644
20 --- a/dev-python/line_profiler/Manifest
21 +++ b/dev-python/line_profiler/Manifest
22 @@ -1,4 +1 @@
23 -DIST line_profiler-3.3.1.gh.tar.gz 56700 BLAKE2B 030c0fc742a6773ebb55a54a3c21d3d5e5d6d5d258a2c3cd2071ff93917411b65e100bfc6549d9c60d9a7c361c53b291d8b81538acaf5b83665c04129d25bc02 SHA512 8a3704a6df2abe71283cb2da23b738932c6f4b42aedcdefda0d318fd4b894d56831a855c4be4430657308530a04d1e96b0e15a60edca06621bdd5370c0bf9911
24 -DIST line_profiler-3.4.0.gh.tar.gz 49076 BLAKE2B 1fa2d7462913b21b5c3d69be64492fd5002d10c6c454cb3129860e4156cf04fbbd839b140f229b586ff9f0b195baae435bc461c4bab1405c38da49bf348827c3 SHA512 79a6e71ec083aacbc95fab5e044a2a38119bced505e5b9720288e32103773dc64a8bbbf6c2c7913b7b5057420cb31c3943cc1dce2d7d029df82b6b59e451c357
25 -DIST line_profiler-3.5.0.gh.tar.gz 51142 BLAKE2B 1dade129a8913f6fe42fcd646c1f8850b5a948bad476755dd54bf04815e293508d77b9160157623a6060a864722c81466690722b79a603bba9b7651ba3e7e25d SHA512 4c797bb9990e77a5ef8cb38113fe28c4925a631ca8f034f33fe2aeeeb77bf9b24cfc1fb6217ddec07b767a2dec325f388e402ca38da43790f58c644a4a147a75
26 DIST line_profiler-3.5.1.gh.tar.gz 51241 BLAKE2B a3f3cceab9d34062a0b96ce772941bb945f96f7e88f59bb72d08a09fb96db3d9354ce33b0c0088065df5aeb7349c7da37d8697654d9f5130d8bd0b7997306d13 SHA512 4618e57e52b7d7d5ece034735a4ce38dd3a8af57e5b897790be4c8e1ee1757d822d7c1bb76d3c7248432c49c13708bffb9bebbbbf61442de98c5a6ec657cbd57
27
28 diff --git a/dev-python/line_profiler/line_profiler-3.3.1.ebuild b/dev-python/line_profiler/line_profiler-3.3.1.ebuild
29 deleted file mode 100644
30 index 5bbfce251694..000000000000
31 --- a/dev-python/line_profiler/line_profiler-3.3.1.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -# force it to match scikit-build
41 -CMAKE_MAKEFILE_GENERATOR=ninja
42 -
43 -inherit cmake distutils-r1
44 -
45 -DESCRIPTION="Line-by-line profiler"
46 -HOMEPAGE="https://github.com/pyutils/line_profiler/"
47 -SRC_URI="
48 - https://github.com/pyutils/line_profiler/archive/${PV}.tar.gz
49 - -> ${P}.gh.tar.gz"
50 -
51 -SLOT="0"
52 -LICENSE="BSD"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
56 -# technically, the package claims to support non-scikit-build build
57 -# but it's clearly unmaintained and broken at the moment
58 -BDEPEND="
59 - dev-python/cython[${PYTHON_USEDEP}]
60 - dev-python/scikit-build[${PYTHON_USEDEP}]
61 - test? (
62 - dev-python/coverage[${PYTHON_USEDEP}]
63 - dev-python/ubelt[${PYTHON_USEDEP}]
64 - )"
65 -
66 -distutils_enable_tests --install pytest
67 -
68 -src_prepare() {
69 - cmake_src_prepare
70 - distutils-r1_src_prepare
71 -}
72 -
73 -python_test() {
74 - distutils_install_for_testing
75 - cd tests || die
76 - epytest
77 -}
78 -
79 -python_install() {
80 - distutils-r1_python_install
81 - python_optimize
82 -}
83
84 diff --git a/dev-python/line_profiler/line_profiler-3.4.0.ebuild b/dev-python/line_profiler/line_profiler-3.4.0.ebuild
85 deleted file mode 100644
86 index ec2f97295311..000000000000
87 --- a/dev-python/line_profiler/line_profiler-3.4.0.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -PYTHON_COMPAT=( python3_{8..10} )
96 -# force it to match scikit-build
97 -CMAKE_MAKEFILE_GENERATOR=ninja
98 -
99 -inherit cmake distutils-r1
100 -
101 -DESCRIPTION="Line-by-line profiler"
102 -HOMEPAGE="https://github.com/pyutils/line_profiler/"
103 -SRC_URI="
104 - https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz
105 - -> ${P}.gh.tar.gz"
106 -
107 -SLOT="0"
108 -LICENSE="BSD"
109 -KEYWORDS="~amd64 ~x86"
110 -
111 -RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
112 -# technically, the package claims to support non-scikit-build build
113 -# but it's clearly unmaintained and broken at the moment
114 -BDEPEND="
115 - dev-python/cython[${PYTHON_USEDEP}]
116 - dev-python/scikit-build[${PYTHON_USEDEP}]
117 - test? (
118 - dev-python/coverage[${PYTHON_USEDEP}]
119 - dev-python/ubelt[${PYTHON_USEDEP}]
120 - )"
121 -
122 -distutils_enable_tests --install pytest
123 -
124 -src_prepare() {
125 - cmake_src_prepare
126 - distutils-r1_src_prepare
127 -}
128 -
129 -python_test() {
130 - distutils_install_for_testing
131 - cd tests || die
132 - epytest
133 -}
134 -
135 -python_install() {
136 - distutils-r1_python_install
137 - python_optimize
138 -}
139
140 diff --git a/dev-python/line_profiler/line_profiler-3.5.0.ebuild b/dev-python/line_profiler/line_profiler-3.5.0.ebuild
141 deleted file mode 100644
142 index a631bb642adf..000000000000
143 --- a/dev-python/line_profiler/line_profiler-3.5.0.ebuild
144 +++ /dev/null
145 @@ -1,50 +0,0 @@
146 -# Copyright 1999-2022 Gentoo Authors
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI=8
150 -
151 -DISTUTILS_USE_PEP517=setuptools
152 -PYTHON_COMPAT=( python3_{8..10} )
153 -# force it to match scikit-build
154 -CMAKE_MAKEFILE_GENERATOR=ninja
155 -
156 -inherit cmake distutils-r1
157 -
158 -DESCRIPTION="Line-by-line profiler"
159 -HOMEPAGE="
160 - https://github.com/pyutils/line_profiler/
161 -"
162 -SRC_URI="
163 - https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz
164 - -> ${P}.gh.tar.gz
165 -"
166 -
167 -SLOT="0"
168 -LICENSE="BSD"
169 -KEYWORDS="~amd64 ~x86"
170 -
171 -RDEPEND="
172 - dev-python/ipython[${PYTHON_USEDEP}]
173 -"
174 -# technically, the package claims to support non-scikit-build build
175 -# but it's clearly unmaintained and broken at the moment
176 -BDEPEND="
177 - dev-python/cython[${PYTHON_USEDEP}]
178 - dev-python/scikit-build[${PYTHON_USEDEP}]
179 - test? (
180 - dev-python/coverage[${PYTHON_USEDEP}]
181 - dev-python/ubelt[${PYTHON_USEDEP}]
182 - )
183 -"
184 -
185 -distutils_enable_tests pytest
186 -
187 -src_prepare() {
188 - cmake_src_prepare
189 - distutils-r1_src_prepare
190 -}
191 -
192 -python_test() {
193 - cd tests || die
194 - epytest
195 -}