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/numpydoc/
Date: Fri, 27 May 2022 19:53:29
Message-Id: 1653681058.814612685c77a094d0a1bc92321cefd96a6022fb.mgorny@gentoo
1 commit: 814612685c77a094d0a1bc92321cefd96a6022fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:50:58 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:50:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81461268
7
8 dev-python/numpydoc: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/numpydoc/Manifest | 3 --
13 dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild | 46 -------------------------
14 dev-python/numpydoc/numpydoc-1.2.ebuild | 44 ------------------------
15 dev-python/numpydoc/numpydoc-1.3.0.ebuild | 51 ----------------------------
16 4 files changed, 144 deletions(-)
17
18 diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
19 index 0b826cfb3aa3..d6eb28d0c4bd 100644
20 --- a/dev-python/numpydoc/Manifest
21 +++ b/dev-python/numpydoc/Manifest
22 @@ -1,4 +1 @@
23 -DIST numpydoc-1.2.1.tar.gz 70350 BLAKE2B f693436efa8e95527e4d7d20676b1f3e563369190a71cc4e2cc8ec38b65ad500f3e0e8a4e89ce48ebd3bf1190c8fff1ead05cc22dbbf80fdf147b9996b2b5add SHA512 439ff422d46ea8eaa26bd14ac41f8d64638d8df081a3b889eaadceafbde64f2a091f6363d0565759618d60c4fe869d8f62ec0878d45674022056058621048d0e
24 -DIST numpydoc-1.2.tar.gz 69659 BLAKE2B e5483ad3d6d82e9ff51d2d7cdc36c75407361059a696047f1d0fb7d3307c36ee056e8c0b9eb45fc11e4d341350c1b1dd021d60252055154c6907942e549b9555 SHA512 b8ea82a947c7fca9d02c2083f6040f2a1a115400e43257fd6ce7ac9b1b174d22ed7723053b87893d6bff8f47a625932297c884e853be4e00d3ae2262ad0161cf
25 -DIST numpydoc-1.3.0.gh.tar.gz 70243 BLAKE2B 64b6550bffb644945972e38eb9783ca0a81478c9c9f8aac9d0a91b5871fcc9470d55533ebd4cbe287cf7ade2f355b05e4a31e8558e4fff3a836b37ed33027b13 SHA512 ba6b77fba590a9cb97562e9325db98d3423e39eeca6f28975960bc3ac9c83922ad9c47ecb92c2e2ec359f050304225fc204347708cf699cb40074eaefaa29e41
26 DIST numpydoc-1.3.1.gh.tar.gz 70432 BLAKE2B bcf1214625671e89fcffedb7a90b1ef7f5993a43bff5e632e21bde647bb1b1ae1f4d21d4cf653622879121ea72c58486b78266d73b51d239243394b177b80078 SHA512 2b2ba50444765460d2df756c65893e59236bf3e47ab5980ed2279c0f3930bd841c68b2cb1438c3e25d0f2416fe4f2670dba9ebad4809c63a8db479fc8068916c
27
28 diff --git a/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
29 deleted file mode 100644
30 index 8a0d7f8dfe4d..000000000000
31 --- a/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
45 -HOMEPAGE="https://pypi.org/project/numpydoc/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
51 -
52 -RDEPEND="
53 - >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
54 - >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
55 -"
56 -BDEPEND="
57 - test? (
58 - >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
59 - )
60 -"
61 -
62 -distutils_enable_tests pytest
63 -
64 -src_prepare() {
65 - sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
66 - # unpin the dep
67 - sed -i -e '/Jinja2/s:,<3.1::' setup.py || die
68 -
69 - distutils-r1_src_prepare
70 -}
71 -
72 -python_test() {
73 - local EPYTEST_DESELECT=(
74 - # these require Internet (intersphinx)
75 - numpydoc/tests/test_full.py::test_MyClass
76 - numpydoc/tests/test_full.py::test_my_function
77 - )
78 - epytest --pyargs numpydoc
79 -}
80
81 diff --git a/dev-python/numpydoc/numpydoc-1.2.ebuild b/dev-python/numpydoc/numpydoc-1.2.ebuild
82 deleted file mode 100644
83 index bf62083a00b3..000000000000
84 --- a/dev-python/numpydoc/numpydoc-1.2.ebuild
85 +++ /dev/null
86 @@ -1,44 +0,0 @@
87 -# Copyright 1999-2022 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -DISTUTILS_USE_PEP517=setuptools
93 -PYTHON_COMPAT=( python3_{8..10} )
94 -
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
98 -HOMEPAGE="https://pypi.org/project/numpydoc/"
99 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
100 -
101 -LICENSE="BSD"
102 -SLOT="0"
103 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
104 -
105 -RDEPEND="
106 - >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
107 - >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
108 -"
109 -BDEPEND="
110 - test? (
111 - >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
112 - )
113 -"
114 -
115 -distutils_enable_tests pytest
116 -
117 -src_prepare() {
118 - sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
119 -
120 - distutils-r1_src_prepare
121 -}
122 -
123 -python_test() {
124 - local EPYTEST_DESELECT=(
125 - # these require Internet (intersphinx)
126 - numpydoc/tests/test_full.py::test_MyClass
127 - numpydoc/tests/test_full.py::test_my_function
128 - )
129 - epytest --pyargs numpydoc
130 -}
131
132 diff --git a/dev-python/numpydoc/numpydoc-1.3.0.ebuild b/dev-python/numpydoc/numpydoc-1.3.0.ebuild
133 deleted file mode 100644
134 index 8b2f2b65ba40..000000000000
135 --- a/dev-python/numpydoc/numpydoc-1.3.0.ebuild
136 +++ /dev/null
137 @@ -1,51 +0,0 @@
138 -# Copyright 1999-2022 Gentoo Authors
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=8
142 -
143 -DISTUTILS_USE_PEP517=setuptools
144 -PYTHON_COMPAT=( python3_{8..10} )
145 -
146 -inherit distutils-r1
147 -
148 -DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
149 -HOMEPAGE="
150 - https://numpydoc.readthedocs.io/en/latest/
151 - https://github.com/numpy/numpydoc/
152 - https://pypi.org/project/numpydoc/
153 -"
154 -SRC_URI="
155 - https://github.com/numpy/numpydoc/archive/v${PV}.tar.gz
156 - -> ${P}.gh.tar.gz
157 -"
158 -
159 -LICENSE="BSD"
160 -SLOT="0"
161 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
162 -
163 -RDEPEND="
164 - >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
165 - >=dev-python/sphinx-3[${PYTHON_USEDEP}]
166 -"
167 -BDEPEND="
168 - test? (
169 - >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
170 - )
171 -"
172 -
173 -distutils_enable_tests pytest
174 -
175 -src_prepare() {
176 - sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
177 -
178 - distutils-r1_src_prepare
179 -}
180 -
181 -python_test() {
182 - local EPYTEST_DESELECT=(
183 - # these require Internet (intersphinx)
184 - numpydoc/tests/test_full.py::test_MyClass
185 - numpydoc/tests/test_full.py::test_my_function
186 - )
187 - epytest --pyargs numpydoc
188 -}