commit: eb8f5eae55f4746f381565499e073639cb515a13 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Dec 28 16:36:45 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 16:36:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8f5eae
dev-python/stsci-sphinxext: remove last-rited pkg Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-python/stsci-sphinxext/Manifest | 1 - dev-python/stsci-sphinxext/metadata.xml | 15 ----------- .../stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 30 ---------------------- 3 files changed, 46 deletions(-) diff --git a/dev-python/stsci-sphinxext/Manifest b/dev-python/stsci-sphinxext/Manifest deleted file mode 100644 index 16c44eb16fb..00000000000 --- a/dev-python/stsci-sphinxext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST stsci.sphinxext-1.2.1.tar.gz 75591 BLAKE2B dc448475bc5dd888aae50bd4ffdcee222b4de3b9428823c52225e2c2dc7ba66baf09ca2f1770c3a85f44ad380b30d9170db7d610ee9262eb4e4a437f2a9ef15d SHA512 98860d6748a6be00a853b12adb283ec138c8111d7c990c5ae7f493089eb5974943aa9fb101ec8b4f280b77c49d07ce6d44c50384477d57710ded0f3382155943 diff --git a/dev-python/stsci-sphinxext/metadata.xml b/dev-python/stsci-sphinxext/metadata.xml deleted file mode 100644 index 2c7222a77c2..00000000000 --- a/dev-python/stsci-sphinxext/metadata.xml +++ /dev/null @@ -1,15 +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> - <longdescription> - This project contains extensions to Sphinx to build documentation - from Space Telescope Science Institute. -</longdescription> - <upstream> - <remote-id type="pypi">stsci.sphinxext</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild deleted file mode 100644 index ad92df08e28..00000000000 --- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -inherit distutils-r1 - -DESCRIPTION="Tools and templates to customize Sphinx for STScI projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpydoc[$(python_gen_usedep python2_7)]" -DEPEND="${RDEPEND} - >=dev-python/d2to1-0.2.9[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/stsci-distutils-0.3.2[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}"
