diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 12:41:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 12:41:51 +0300 |
commit | df150384c3251e41ad01369b213662a0552df1c6 (patch) | |
tree | b911c11520992222b8460aad7196d91d97669fe2 /dev-python/sphinxcontrib-ditaa | |
parent | */*: Switch candrews' packages to cmake.eclass (diff) | |
download | gentoo-df150384c3251e41ad01369b213662a0552df1c6.tar.gz gentoo-df150384c3251e41ad01369b213662a0552df1c6.tar.bz2 gentoo-df150384c3251e41ad01369b213662a0552df1c6.zip |
dev-python/sphinxcontrib-ditaa: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-ditaa')
-rw-r--r-- | dev-python/sphinxcontrib-ditaa/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-ditaa/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild | 26 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/sphinxcontrib-ditaa/Manifest b/dev-python/sphinxcontrib-ditaa/Manifest deleted file mode 100644 index 1d8b26e7e3ab..000000000000 --- a/dev-python/sphinxcontrib-ditaa/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-ditaa-0.2.tar.gz 7293 BLAKE2B b5c32197c293f2400ebca44ffb1142acc5f60c3b7bb573c8b389a56950a54c3b06f478371756bc8a1cd5c8e360eb936c587c5d64e3d4e9bbc855c28197a21f40 SHA512 fc9f9b1475b7efb3f057156bd56be51414068c80f62cccd0fb5bf404b7047d296b3de05a1825b42e2b51a7ff6f0ccf1f3a7935ec494440ccd0fda487786adae5 diff --git a/dev-python/sphinxcontrib-ditaa/metadata.xml b/dev-python/sphinxcontrib-ditaa/metadata.xml deleted file mode 100644 index 7caa7628e112..000000000000 --- a/dev-python/sphinxcontrib-ditaa/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - <name>Zac Medico</name> - </maintainer> - <upstream> - <remote-id type="pypi">sphinxcontrib-ditaa</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild b/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild deleted file mode 100644 index c7b237df642e..000000000000 --- a/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Ditaa Sphinx extension" -HOMEPAGE="https://pypi.org/project/sphinxcontrib-ditaa/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] - media-gfx/ditaa" - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} |