From: Michał Górny Date: Fri, 21 Feb 2020 19:22:27 +0000 (+0100) Subject: dev-python/pudge: Remove last-rited package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64680f0c55d453d5e39abe40a38e6e228045d3e4;p=gentoo.git dev-python/pudge: Remove last-rited package Signed-off-by: Michał Górny --- diff --git a/dev-python/pudge/Manifest b/dev-python/pudge/Manifest deleted file mode 100644 index c424559d473c..000000000000 --- a/dev-python/pudge/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pudge-0.1.3.tar.gz 62396 BLAKE2B 073d1097c99094f8efda951c07afd70730e02fdbf7361d0b9062f4da4139cdde88265241995964d2a06e946080f35a4e896287fdb8b6867e3e8944134b5dde16 SHA512 149efd60d04a75de23b65b5c10df9b0c347b659d1c998812bd3dc438f2a398aff28352858d17ba3f456c2cba0006707102376bcdead380156338d2a379e6b06f diff --git a/dev-python/pudge/metadata.xml b/dev-python/pudge/metadata.xml deleted file mode 100644 index a9db1b5da032..000000000000 --- a/dev-python/pudge/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - pudge - - diff --git a/dev-python/pudge/pudge-0.1.3-r1.ebuild b/dev-python/pudge/pudge-0.1.3-r1.ebuild deleted file mode 100644 index 77ed500a2342..000000000000 --- a/dev-python/pudge/pudge-0.1.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A documentation generator for Python projects, using Restructured Text" -HOMEPAGE="http://pudge.lesscode.org https://pypi.org/project/pudge/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -RDEPEND="dev-python/docutils[${PYTHON_USEDEP}] - >=dev-python/kid-0.9.5[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( ${RDEPEND} )" - -python_compile_all() { - if use doc; then - einfo "Generation of documentation" - "${PYTHON}" bin/pudge --modules=pudge --documents=doc/index.rst --dest=doc/html \ - || die "Generation of documentation failed" - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - distutils-r1_python_install_all -} diff --git a/profiles/package.mask b/profiles/package.mask index 69ce33622608..3658729ba8b5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -633,7 +633,6 @@ net-im/silc-toolkit # The following Gentoo packages are Python 2-only and have no reverse # dependencies. # Removal in 30 days. Bug #705762. -dev-python/pudge dev-python/pyds dev-python/pygene dev-python/pygtkhelpers