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/scikit-build/
Date: Wed, 30 Nov 2022 03:09:25
Message-Id: 1669777754.108a029fadda156a5dd79e1a98308bef27b6b0a5.mgorny@gentoo
1 commit: 108a029fadda156a5dd79e1a98308bef27b6b0a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 03:05:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 03:09:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108a029f
7
8 dev-python/scikit-build: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/scikit-build/Manifest | 2 -
13 dev-python/scikit-build/scikit-build-0.15.0.ebuild | 70 ---------------------
14 dev-python/scikit-build/scikit-build-0.16.1.ebuild | 72 ----------------------
15 3 files changed, 144 deletions(-)
16
17 diff --git a/dev-python/scikit-build/Manifest b/dev-python/scikit-build/Manifest
18 index c91071ab5743..1004ae72459f 100644
19 --- a/dev-python/scikit-build/Manifest
20 +++ b/dev-python/scikit-build/Manifest
21 @@ -1,3 +1 @@
22 -DIST scikit-build-0.15.0.tar.gz 268691 BLAKE2B f4cb51ee2367bd4ba6f6c1cada15e1e6be731998a914b28edcf703c5a92c409b78b17dddf04a29b24d40f249ffa06eb9d05d36dc30c0e62ee001519c3ca03f58 SHA512 4d9b1d06d48708ff4f2f5fa8c8f264c7ca85946d5842a1254930d9449d6b6386c17392473c3c85147f6573f7256c94c927962cb56fa23a90a5b442de8de8d727
23 -DIST scikit-build-0.16.1.tar.gz 269763 BLAKE2B b5c70c16a68dc8bae67f273c8ecb423d36fb5379e0dbbc55efffe33ab216162db687fc48004aed84b636ad6b99a79be4cef4838509a18b3a6a81375e1cfd544d SHA512 13b23014939b34096849ecdcd7ffcba0638efa19fbcc3c7348fbcf77a4943236b1009ed1ec07e68acd00b10fdd3d3e809e8a131efe0de17f43bcf794b35755e1
24 DIST scikit-build-0.16.2.tar.gz 269822 BLAKE2B 4fe7d8f3c3a993f1832d94896068b6bede1eededb4d85e3332137f516819d167102a1eb2fde6dfe4ad187d0483a4e962311a4ca56f3aa5a4eff0c96a187ca052 SHA512 ae8dfd74c638e5cda127b24070c4e491ec51a69b35eae476f5f74a54ba97419d69e984ae7dc132782c77472852358d9d984650db4e6984decad74aadceecfa05
25
26 diff --git a/dev-python/scikit-build/scikit-build-0.15.0.ebuild b/dev-python/scikit-build/scikit-build-0.15.0.ebuild
27 deleted file mode 100644
28 index c249b4aee099..000000000000
29 --- a/dev-python/scikit-build/scikit-build-0.15.0.ebuild
30 +++ /dev/null
31 @@ -1,70 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..11} )
38 -DISTUTILS_USE_PEP517=setuptools
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Improved build system generator for Python C/C++/Fortran/Cython extensions"
42 -HOMEPAGE="
43 - https://github.com/scikit-build/scikit-build/
44 - https://pypi.org/project/scikit-build/
45 -"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="MIT"
50 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
51 -
52 -RDEPEND="
53 - dev-python/distro[${PYTHON_USEDEP}]
54 - dev-python/packaging[${PYTHON_USEDEP}]
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - dev-python/wheel[${PYTHON_USEDEP}]
57 -"
58 -
59 -BDEPEND="
60 - test? (
61 - dev-python/cython[${PYTHON_USEDEP}]
62 - dev-python/path[${PYTHON_USEDEP}]
63 - dev-python/pytest-mock[${PYTHON_USEDEP}]
64 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
65 - dev-python/requests[${PYTHON_USEDEP}]
66 - dev-python/six[${PYTHON_USEDEP}]
67 - dev-python/virtualenv[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -distutils_enable_sphinx docs \
72 - dev-python/sphinx_rtd_theme \
73 - dev-python/sphinx-issues
74 -distutils_enable_tests pytest
75 -
76 -src_prepare() {
77 - # not packaged
78 - sed -i -e '/cmakedomain/d' docs/conf.py || die
79 - # no pytest-cov
80 - sed -i -e '/addopts =/d' setup.cfg || die
81 - distutils-r1_src_prepare
82 -}
83 -
84 -python_test() {
85 - local deselect=(
86 - # sandbox violations
87 - tests/test_hello_cpp.py::test_hello_develop
88 - tests/test_issue274_support_default_package_dir.py
89 - tests/test_issue274_support_one_package_without_package_dir.py
90 - tests/test_issue334_configure_cmakelists_non_cp1252_encoding.py
91 - tests/test_pep518.py
92 - # This fails because of additional item setup.py in sources
93 - tests/test_include_exclude_data.py::test_hello_sdist
94 - tests/test_include_exclude_data.py::test_hello_sdist_with_base
95 - tests/test_issue401_sdist_with_symlinks.py::test_sdist_with_symlinks
96 - tests/test_manifest_in.py::test_manifest_in_sdist
97 - # Wants internet to install things with pip
98 - tests/test_numpy.py::test_pep518_findpython
99 - )
100 - epytest ${deselect[@]/#/--deselect }
101 -}
102
103 diff --git a/dev-python/scikit-build/scikit-build-0.16.1.ebuild b/dev-python/scikit-build/scikit-build-0.16.1.ebuild
104 deleted file mode 100644
105 index 38933b364960..000000000000
106 --- a/dev-python/scikit-build/scikit-build-0.16.1.ebuild
107 +++ /dev/null
108 @@ -1,72 +0,0 @@
109 -# Copyright 1999-2022 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=8
113 -
114 -PYTHON_COMPAT=( python3_{8..11} )
115 -DISTUTILS_USE_PEP517=setuptools
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="Improved build system generator for Python C/C++/Fortran/Cython extensions"
119 -HOMEPAGE="
120 - https://github.com/scikit-build/scikit-build/
121 - https://pypi.org/project/scikit-build/
122 -"
123 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
124 -
125 -SLOT="0"
126 -LICENSE="MIT"
127 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
128 -
129 -RDEPEND="
130 - dev-python/distro[${PYTHON_USEDEP}]
131 - dev-python/packaging[${PYTHON_USEDEP}]
132 - dev-python/setuptools[${PYTHON_USEDEP}]
133 - dev-python/wheel[${PYTHON_USEDEP}]
134 -"
135 -
136 -BDEPEND="
137 - test? (
138 - dev-python/cython[${PYTHON_USEDEP}]
139 - dev-python/path[${PYTHON_USEDEP}]
140 - dev-python/pytest-mock[${PYTHON_USEDEP}]
141 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
142 - dev-python/requests[${PYTHON_USEDEP}]
143 - dev-python/six[${PYTHON_USEDEP}]
144 - dev-python/virtualenv[${PYTHON_USEDEP}]
145 - )
146 -"
147 -
148 -distutils_enable_sphinx docs \
149 - dev-python/sphinx_rtd_theme \
150 - dev-python/sphinx-issues
151 -distutils_enable_tests pytest
152 -
153 -src_prepare() {
154 - # not packaged
155 - sed -i -e '/cmakedomain/d' docs/conf.py || die
156 - # no pytest-cov
157 - sed -i -e '/addopts =/d' setup.cfg || die
158 - distutils-r1_src_prepare
159 -}
160 -
161 -python_test() {
162 - local EPYTEST_DESELECT=(
163 - # sandbox violations
164 - tests/test_hello_cpp.py::test_hello_develop
165 - tests/test_issue274_support_default_package_dir.py
166 - tests/test_issue274_support_one_package_without_package_dir.py
167 - tests/test_issue334_configure_cmakelists_non_cp1252_encoding.py
168 - tests/test_pep518.py
169 - # This fails because of additional item setup.py in sources
170 - tests/test_include_exclude_data.py::test_hello_sdist
171 - tests/test_include_exclude_data.py::test_hello_sdist_with_base
172 - tests/test_issue401_sdist_with_symlinks.py::test_sdist_with_symlinks
173 - tests/test_manifest_in.py::test_manifest_in_sdist
174 - # Wants internet to install things with pip
175 - tests/test_numpy.py::test_pep518_findpython
176 - # TODO
177 - "tests/test_command_line.py::test_hide_listing[True-bdist_wheel]"
178 - )
179 - epytest
180 -}