diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-06-14 12:17:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-14 12:17:09 +0200 |
commit | da8a5196bdb0f9c3e90137fa52176623942585d2 (patch) | |
tree | 0363849755f9bdcba54efe1675d0b0a99d20a06b | |
parent | dev-python/sphinxcontrib-httpexample: Remove last-rited pkg (diff) | |
download | gentoo-da8a5196bdb0f9c3e90137fa52176623942585d2.tar.gz gentoo-da8a5196bdb0f9c3e90137fa52176623942585d2.tar.bz2 gentoo-da8a5196bdb0f9c3e90137fa52176623942585d2.zip |
dev-python/sphinxcontrib-httpdomain: Remove last-rited pkg
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild | 34 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
4 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/Manifest b/dev-python/sphinxcontrib-httpdomain/Manifest deleted file mode 100644 index 6679d1262662..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-httpdomain-1.7.0.tar.gz 37493 BLAKE2B e34682029ed2f59cb8c70b2a5270a2f89c4cb08179fdf3a53c65f1ad23eebba71bff5385b5d3fd971a6e3341457b253e4187632a8bf856ca208843938bbde056 SHA512 8c6e40dfaa29a552164078fbc96de578b2aac269cb0ce5e228293a85f87c4db4ef8c902868caccaca709df938d4e3917cc77b3da9bd889b9c6f8c6fa242dcc0d diff --git a/dev-python/sphinxcontrib-httpdomain/metadata.xml b/dev-python/sphinxcontrib-httpdomain/metadata.xml deleted file mode 100644 index 5a53e8bed968..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">sphinxcontrib-httpdomain</remote-id> - <remote-id type="github">sphinx-contrib/httpdomain</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild deleted file mode 100644 index 7da59aab7b0c..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP APIs" -HOMEPAGE="https://github.com/sphinx-contrib/httpdomain - https://sphinxcontrib-httpdomain.readthedocs.io/" -SRC_URI="https://github.com/sphinx-contrib/httpdomain/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN#sphinxcontrib-}-${PV}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/bottle[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} diff --git a/profiles/package.mask b/profiles/package.mask index d78786a9b491..e1c7010ded8b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -337,14 +337,6 @@ dev-java/freemarker # to a freshed gcc branch. <sys-devel/gcc-7 -# Michał Górny <mgorny@gentoo.org> (2021-05-15) -# Relies on dev-python/astunparse that is broken with Python 3.8+ -# and abandoned upstream. The current version is also broken -# w/ sphinx-4 but with Python 3.7 being removed in half a month, bumping -# makes little sense. No reverse dependencies. -# Removal on 2021-06-14. Bug #743889. -dev-python/sphinxcontrib-httpdomain - # Andreas Sturmlechner <asturm@gentoo.org> (2021-05-09) # Unmaintained, last revdep of dev-perl/gtk2-spell, bug #724796 # Removal on 2021-06-08 |