Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/sphinxcontrib-openapi/
Date: Sat, 25 Jun 2022 04:37:54
Message-Id: 1656131821.4479d00bea378d0a092fb6739e4f8eed78f32fb0.sam@gentoo
1 commit: 4479d00bea378d0a092fb6739e4f8eed78f32fb0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 04:36:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 04:37:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4479d00b
7
8 dev-python/sphinxcontrib-openapi: treeclean
9
10 Bug: https://bugs.gentoo.org/843881
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/sphinxcontrib-openapi/Manifest | 1 -
14 dev-python/sphinxcontrib-openapi/metadata.xml | 13 ------
15 .../sphinxcontrib-openapi-0.7.0-r1.ebuild | 49 ----------------------
16 profiles/package.mask | 9 ----
17 4 files changed, 72 deletions(-)
18
19 diff --git a/dev-python/sphinxcontrib-openapi/Manifest b/dev-python/sphinxcontrib-openapi/Manifest
20 deleted file mode 100644
21 index ff4f63cc2f1f..000000000000
22 --- a/dev-python/sphinxcontrib-openapi/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sphinxcontrib-openapi-0.7.0.tar.gz 193897 BLAKE2B c0f1c46c6e8c67ddf95d163a68f5e22e6f2dff6622a3c21651b301dc1266b53b088d1b882e5e3347fad6347b86392bc9428b56f537c1d2320e7d9cd113c478f7 SHA512 36a7b6473b43af8d6fe2cf1bf22fb90848343911f69414cd742b942ff2ea33ac5ffba79c516dbb076b87c2a6e7e44d6958796daf06c9245a7184bfb6fdb53569
26
27 diff --git a/dev-python/sphinxcontrib-openapi/metadata.xml b/dev-python/sphinxcontrib-openapi/metadata.xml
28 deleted file mode 100644
29 index a019e89fd495..000000000000
30 --- a/dev-python/sphinxcontrib-openapi/metadata.xml
31 +++ /dev/null
32 @@ -1,13 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <stabilize-allarches/>
41 - <upstream>
42 - <remote-id type="pypi">sphinxcontrib-openapi</remote-id>
43 - <remote-id type="github">sphinx-contrib/openapi</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild
48 deleted file mode 100644
49 index c3f2a174bddf..000000000000
50 --- a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild
51 +++ /dev/null
52 @@ -1,49 +0,0 @@
53 -# Copyright 2022 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=8
57 -
58 -DISTUTILS_USE_PEP517=setuptools
59 -PYTHON_COMPAT=( python3_{8..10} )
60 -
61 -inherit distutils-r1
62 -
63 -DESCRIPTION="OpenAPI (fka Swagger) spec renderer for Sphinx"
64 -HOMEPAGE="
65 - https://pypi.org/project/sphinxcontrib-openapi/
66 - https://github.com/sphinx-contrib/openapi/
67 -"
68 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="BSD"
71 -SLOT="0"
72 -KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
73 -
74 -RDEPEND="
75 - dev-python/sphinx[${PYTHON_USEDEP}]
76 - dev-python/sphinxcontrib-httpdomain[${PYTHON_USEDEP}]
77 - dev-python/pyyaml[${PYTHON_USEDEP}]
78 - dev-python/jsonschema[${PYTHON_USEDEP}]
79 - dev-python/m2r[${PYTHON_USEDEP}]
80 - dev-python/picobox[${PYTHON_USEDEP}]
81 - dev-python/deepmerge[${PYTHON_USEDEP}]
82 -"
83 -BDEPEND="
84 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
85 - test? (
86 - dev-python/responses[${PYTHON_USEDEP}]
87 - )
88 -"
89 -
90 -distutils_enable_tests pytest
91 -
92 -python_compile() {
93 - distutils-r1_python_compile
94 - find "${BUILD_DIR}" -name '*.pth' -delete || die
95 -}
96 -
97 -python_test() {
98 - distutils_write_namespace sphinxcontrib
99 - cd "${T}" || die
100 - epytest "${S}"/tests
101 -}
102
103 diff --git a/profiles/package.mask b/profiles/package.mask
104 index e588e0580899..4aed951939d0 100644
105 --- a/profiles/package.mask
106 +++ b/profiles/package.mask
107 @@ -267,15 +267,6 @@ dev-python/pypam
108 # Removal on 2022-06-24
109 dev-python/pyfeyn
110
111 -# Michał Górny <mgorny@g.o> (2022-05-25)
112 -# dev-python/m2r has not seen any activity since Jun 2019 and requires
113 -# old version of dev-python/mistune. dev-python/sphinxcontrib-openapi
114 -# has not seen any activity since Oct 2020. Their only revdep
115 -# is dev-python/jupyter_server[doc], so let's mask the flag and remove
116 -# them.
117 -# Removal on 2022-06-24. Bug #843881.
118 -dev-python/sphinxcontrib-openapi
119 -
120 # Hans de Graaff <graaff@g.o> (2022-05-20)
121 # Unused slots of cucumber components that are no longer or were never
122 # used by current cucumber versions. Masked for removal in 30 days.