commit: e86d0c63240b85fca84ef314ca7b4c66d30ab696 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 07:06:32 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 07:09:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86d0c63
dev-python/sphinxtogithub: Remove last-rited pkg Closes: https://bugs.gentoo.org/733494 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sphinxtogithub/Manifest | 1 - dev-python/sphinxtogithub/metadata.xml | 12 -------- .../sphinxtogithub/sphinxtogithub-1.1.0.ebuild | 32 ---------------------- profiles/package.mask | 5 ---- 4 files changed, 50 deletions(-) diff --git a/dev-python/sphinxtogithub/Manifest b/dev-python/sphinxtogithub/Manifest deleted file mode 100644 index c49103e7471..00000000000 --- a/dev-python/sphinxtogithub/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxtogithub-1.1.0.tar.gz 11103 BLAKE2B 58cf7209da147df161aaf447131a408a9f2a9e9b8673e95a11fd2f8f6e11ec71d2904a2cd077c460088a6889515461a419627ff08562eda4101148c9f0118fd4 SHA512 190c57535c58f86a84a3e80bde61f99d35b8d3826d18d77d9eaf857be853c84b35e49cbb517fb13d8993934757892cbda4a820ecd24f3e5ff2908e814e53d664 diff --git a/dev-python/sphinxtogithub/metadata.xml b/dev-python/sphinxtogithub/metadata.xml deleted file mode 100644 index a64594a5468..00000000000 --- a/dev-python/sphinxtogithub/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">sphinxtogithub</remote-id> - <remote-id type="github">michaeljones/sphinx-to-github</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild b/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild deleted file mode 100644 index db9d06f4ba3..00000000000 --- a/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A python script for preparing the html output of Sphinx documentation for github pages" -HOMEPAGE="https://github.com/michaeljones/sphinx-to-github/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm x86" - -IUSE="" - -RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - # Req'd to avoid file collisions - sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -} diff --git a/profiles/package.mask b/profiles/package.mask index be8d6bb51c5..b2403b99fae 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -805,11 +805,6 @@ app-eselect/eselect-pdftex app-text/jadetex app-text/passivetex -# Michał Górny <[email protected]> (2020-07-22) -# Python 2 only. No revdeps. -# Removal in 30 days. Bug #733494. -dev-python/sphinxtogithub - # Hans de Graaff <[email protected]> (2020-07-22) # Mask old obsolete slots for removal in 30 days. # Use a newer slot of the same package instead.
