Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-sphinxext/
Date: Sat, 28 Dec 2019 16:36:59
Message-Id: 1577551005.eb8f5eae55f4746f381565499e073639cb515a13.zlogene@gentoo
1 commit: eb8f5eae55f4746f381565499e073639cb515a13
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:36:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 16:36:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8f5eae
7
8 dev-python/stsci-sphinxext: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/stsci-sphinxext/Manifest | 1 -
13 dev-python/stsci-sphinxext/metadata.xml | 15 -----------
14 .../stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 30 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-python/stsci-sphinxext/Manifest b/dev-python/stsci-sphinxext/Manifest
18 deleted file mode 100644
19 index 16c44eb16fb..00000000000
20 --- a/dev-python/stsci-sphinxext/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST stsci.sphinxext-1.2.1.tar.gz 75591 BLAKE2B dc448475bc5dd888aae50bd4ffdcee222b4de3b9428823c52225e2c2dc7ba66baf09ca2f1770c3a85f44ad380b30d9170db7d610ee9262eb4e4a437f2a9ef15d SHA512 98860d6748a6be00a853b12adb283ec138c8111d7c990c5ae7f493089eb5974943aa9fb101ec8b4f280b77c49d07ce6d44c50384477d57710ded0f3382155943
24
25 diff --git a/dev-python/stsci-sphinxext/metadata.xml b/dev-python/stsci-sphinxext/metadata.xml
26 deleted file mode 100644
27 index 2c7222a77c2..00000000000
28 --- a/dev-python/stsci-sphinxext/metadata.xml
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="project">
35 - <email>python@g.o</email>
36 - <name>Python</name>
37 - </maintainer>
38 - <longdescription>
39 - This project contains extensions to Sphinx to build documentation
40 - from Space Telescope Science Institute.
41 -</longdescription>
42 - <upstream>
43 - <remote-id type="pypi">stsci.sphinxext</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
48 deleted file mode 100644
49 index ad92df08e28..00000000000
50 --- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
51 +++ /dev/null
52 @@ -1,30 +0,0 @@
53 -# Copyright 1999-2019 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -
58 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
59 -
60 -MY_PN=${PN/-/.}
61 -MY_P=${MY_PN}-${PV}
62 -
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Tools and templates to customize Sphinx for STScI projects"
66 -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python"
67 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
68 -
69 -LICENSE="BSD"
70 -SLOT="0"
71 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
72 -IUSE=""
73 -
74 -RDEPEND="
75 - dev-python/matplotlib[${PYTHON_USEDEP}]
76 - dev-python/numpydoc[$(python_gen_usedep python2_7)]"
77 -DEPEND="${RDEPEND}
78 - >=dev-python/d2to1-0.2.9[${PYTHON_USEDEP}]
79 - dev-python/setuptools[${PYTHON_USEDEP}]
80 - >=dev-python/stsci-distutils-0.3.2[${PYTHON_USEDEP}]"
81 -
82 -S="${WORKDIR}/${MY_P}"