mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/sphinxtogithub: Remove last-rited pkg
Closes: https://bugs.gentoo.org/733494 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sphinxtogithub-1.1.0.tar.gz 11103 BLAKE2B 58cf7209da147df161aaf447131a408a9f2a9e9b8673e95a11fd2f8f6e11ec71d2904a2cd077c460088a6889515461a419627ff08562eda4101148c9f0118fd4 SHA512 190c57535c58f86a84a3e80bde61f99d35b8d3826d18d77d9eaf857be853c84b35e49cbb517fb13d8993934757892cbda4a820ecd24f3e5ff2908e814e53d664
|
||||
@@ -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>python@gentoo.org</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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -805,11 +805,6 @@ app-eselect/eselect-pdftex
|
||||
app-text/jadetex
|
||||
app-text/passivetex
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2020-07-22)
|
||||
# Python 2 only. No revdeps.
|
||||
# Removal in 30 days. Bug #733494.
|
||||
dev-python/sphinxtogithub
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2020-07-22)
|
||||
# Mask old obsolete slots for removal in 30 days.
|
||||
# Use a newer slot of the same package instead.
|
||||
|
||||
Reference in New Issue
Block a user