dev-python/stsci-sphinxext: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 28 Dec 2019 16:36:45 +0000 (19:36 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 28 Dec 2019 16:36:45 +0000 (19:36 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
dev-python/stsci-sphinxext/Manifest [deleted file]
dev-python/stsci-sphinxext/metadata.xml [deleted file]
dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild [deleted file]

diff --git a/dev-python/stsci-sphinxext/Manifest b/dev-python/stsci-sphinxext/Manifest
deleted file mode 100644 (file)
index 16c44eb..0000000
+++ /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 (file)
index 2c7222a..0000000
+++ /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>python@gentoo.org</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 (file)
index ad92df0..0000000
+++ /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}"