summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-12-28 19:36:45 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-12-28 19:36:45 +0300
commiteb8f5eae55f4746f381565499e073639cb515a13 (patch)
tree7e405678cdbca4e548e93e21f6454a34dce9a972
parentdev-python/sunpy: remove last-rited pkg (diff)
downloadgentoo-eb8f5eae55f4746f381565499e073639cb515a13.tar.gz
gentoo-eb8f5eae55f4746f381565499e073639cb515a13.tar.bz2
gentoo-eb8f5eae55f4746f381565499e073639cb515a13.zip
dev-python/stsci-sphinxext: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--dev-python/stsci-sphinxext/Manifest1
-rw-r--r--dev-python/stsci-sphinxext/metadata.xml15
-rw-r--r--dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild30
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/stsci-sphinxext/Manifest b/dev-python/stsci-sphinxext/Manifest
deleted file mode 100644
index 16c44eb16fbc..000000000000
--- 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 2c7222a77c29..000000000000
--- 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>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
index ad92df08e283..000000000000
--- 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}"