Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-sphinxext/
Date: Thu, 03 Dec 2015 14:35:53
Message-Id: 1449153333.36d37f3e37e54480585cb49c2b3f2c66ab06079d.jlec@gentoo
1 commit: 36d37f3e37e54480585cb49c2b3f2c66ab06079d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 14:35:33 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 14:35:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d37f3e
7
8 dev-python/stsci-sphinxext: Add python3.5 support
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567456
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/stsci-sphinxext/metadata.xml | 10 +++++-----
16 dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 3 ++-
17 2 files changed, 7 insertions(+), 6 deletions(-)
18
19 diff --git a/dev-python/stsci-sphinxext/metadata.xml b/dev-python/stsci-sphinxext/metadata.xml
20 index fcf407b..b30466c 100644
21 --- a/dev-python/stsci-sphinxext/metadata.xml
22 +++ b/dev-python/stsci-sphinxext/metadata.xml
23 @@ -1,12 +1,12 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 -<herd>python</herd>
28 -<longdescription>
29 + <herd>python</herd>
30 + <longdescription>
31 This project contains extensions to Sphinx to build documentation
32 from Space Telescope Science Institute.
33 </longdescription>
34 -<upstream>
35 - <remote-id type="pypi">stsci.sphinxext</remote-id>
36 -</upstream>
37 + <upstream>
38 + <remote-id type="pypi">stsci.sphinxext</remote-id>
39 + </upstream>
40 </pkgmetadata>
41
42 diff --git a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
43 index 76fcf03..0335c42 100644
44 --- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
45 +++ b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
46 @@ -4,7 +4,8 @@
47
48 EAPI=5
49
50 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
51 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
52 +
53 MY_PN=${PN/-/.}
54 MY_P=${MY_PN}-${PV}