commit:     4479d00bea378d0a092fb6739e4f8eed78f32fb0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 04:36:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 04:37:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4479d00b

dev-python/sphinxcontrib-openapi: treeclean

Bug: https://bugs.gentoo.org/843881
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sphinxcontrib-openapi/Manifest          |  1 -
 dev-python/sphinxcontrib-openapi/metadata.xml      | 13 ------
 .../sphinxcontrib-openapi-0.7.0-r1.ebuild          | 49 ----------------------
 profiles/package.mask                              |  9 ----
 4 files changed, 72 deletions(-)

diff --git a/dev-python/sphinxcontrib-openapi/Manifest 
b/dev-python/sphinxcontrib-openapi/Manifest
deleted file mode 100644
index ff4f63cc2f1f..000000000000
--- a/dev-python/sphinxcontrib-openapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-openapi-0.7.0.tar.gz 193897 BLAKE2B 
c0f1c46c6e8c67ddf95d163a68f5e22e6f2dff6622a3c21651b301dc1266b53b088d1b882e5e3347fad6347b86392bc9428b56f537c1d2320e7d9cd113c478f7
 SHA512 
36a7b6473b43af8d6fe2cf1bf22fb90848343911f69414cd742b942ff2ea33ac5ffba79c516dbb076b87c2a6e7e44d6958796daf06c9245a7184bfb6fdb53569

diff --git a/dev-python/sphinxcontrib-openapi/metadata.xml 
b/dev-python/sphinxcontrib-openapi/metadata.xml
deleted file mode 100644
index a019e89fd495..000000000000
--- a/dev-python/sphinxcontrib-openapi/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id type="pypi">sphinxcontrib-openapi</remote-id>
-               <remote-id type="github">sphinx-contrib/openapi</remote-id>
-       </upstream>
-</pkgmetadata>

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
deleted file mode 100644
index c3f2a174bddf..000000000000
--- a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenAPI (fka Swagger) spec renderer for Sphinx"
-HOMEPAGE="
-       https://pypi.org/project/sphinxcontrib-openapi/
-       https://github.com/sphinx-contrib/openapi/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
-
-RDEPEND="
-       dev-python/sphinx[${PYTHON_USEDEP}]
-       dev-python/sphinxcontrib-httpdomain[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/m2r[${PYTHON_USEDEP}]
-       dev-python/picobox[${PYTHON_USEDEP}]
-       dev-python/deepmerge[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/responses[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-       distutils-r1_python_compile
-       find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-       distutils_write_namespace sphinxcontrib
-       cd "${T}" || die
-       epytest "${S}"/tests
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index e588e0580899..4aed951939d0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -267,15 +267,6 @@ dev-python/pypam
 # Removal on 2022-06-24
 dev-python/pyfeyn
 
-# Michał Górny <mgo...@gentoo.org> (2022-05-25)
-# dev-python/m2r has not seen any activity since Jun 2019 and requires
-# old version of dev-python/mistune.  dev-python/sphinxcontrib-openapi
-# has not seen any activity since Oct 2020.  Their only revdep
-# is dev-python/jupyter_server[doc], so let's mask the flag and remove
-# them.
-# Removal on 2022-06-24.  Bug #843881.
-dev-python/sphinxcontrib-openapi
-
 # Hans de Graaff <gra...@gentoo.org> (2022-05-20)
 # Unused slots of cucumber components that are no longer or were never
 # used by current cucumber versions. Masked for removal in 30 days.

Reply via email to