* [gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-sphinxext/
@ 2015-12-03 14:35 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-12-03 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 36d37f3e37e54480585cb49c2b3f2c66ab06079d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 14:35:33 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 14:35:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d37f3e
dev-python/stsci-sphinxext: Add python3.5 support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567456
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/stsci-sphinxext/metadata.xml | 10 +++++-----
dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 3 ++-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-python/stsci-sphinxext/metadata.xml b/dev-python/stsci-sphinxext/metadata.xml
index fcf407b..b30466c 100644
--- a/dev-python/stsci-sphinxext/metadata.xml
+++ b/dev-python/stsci-sphinxext/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
-<longdescription>
+ <herd>python</herd>
+ <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>
+ <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
index 76fcf03..0335c42 100644
--- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
+++ b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-sphinxext/
@ 2018-06-24 16:21 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-06-24 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 5f5b28d31051cf73149ca10537ed576e0d6bc086
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:12:17 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:21:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5b28d3
dev-python/stsci-sphinxext: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
index 0c3b5c5cd13..e2fa911999e 100644
--- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
+++ b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-sphinxext/
@ 2019-12-28 16:36 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-12-28 16:36 UTC (permalink / raw
To: gentoo-commits
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>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 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}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-28 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-28 16:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-sphinxext/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-06-24 16:21 Pacho Ramos
2015-12-03 14:35 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox