Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/stsci-sphinxext: stsci-sphinxext-1.2.1.ebuild ChangeLog
Date: Mon, 30 Jun 2014 01:44:30
Message-Id: 20140630014426.119C82004E@flycatcher.gentoo.org
1 idella4 14/06/30 01:44:25
2
3 Modified: stsci-sphinxext-1.2.1.ebuild ChangeLog
4 Log:
5 drop py2.6, update and add missing deps, based on patch by fau from Bug #515140 by Patrick, fixes said bug, also added py3.4
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: stsci-sphinxext-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- stsci-sphinxext-1.2.1.ebuild 5 Feb 2014 23:22:34 -0000 1.1
23 +++ stsci-sphinxext-1.2.1.ebuild 30 Jun 2014 01:44:25 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild,v 1.1 2014/02/05 23:22:34 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild,v 1.2 2014/06/30 01:44:25 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
34 MY_PN=${PN/-/.}
35 MY_P=${MY_PN}-${PV}
36
37 @@ -21,8 +21,10 @@
38
39 RDEPEND="
40 dev-python/matplotlib[${PYTHON_USEDEP}]
41 - dev-python/numpydoc[python_targets_python2_6?,python_targets_python2_7?]"
42 + dev-python/numpydoc[$(python_gen_usedep python2_7)]"
43 DEPEND="${RDEPEND}
44 - dev-python/setuptools[${PYTHON_USEDEP}]"
45 + >=dev-python/d2to1-0.2.9[${PYTHON_USEDEP}]
46 + dev-python/setuptools[${PYTHON_USEDEP}]
47 + >=dev-python/stsci-distutils-0.3.2[${PYTHON_USEDEP}]"
48
49 S="${WORKDIR}/${MY_P}"
50
51
52
53 1.2 dev-python/stsci-sphinxext/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 5 Feb 2014 23:22:34 -0000 1.1
66 +++ ChangeLog 30 Jun 2014 01:44:25 -0000 1.2
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-python/stsci-sphinxext
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog,v 1.1 2014/02/05 23:22:34 bicatali Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog,v 1.2 2014/06/30 01:44:25 idella4 Exp $
72 +
73 + 30 Jun 2014; Ian Delaney <idella4@g.o> stsci-sphinxext-1.2.1.ebuild:
74 + drop py2.6, update and add missing deps, based on patch by fau from Bug
75 + #515140 by Patrick, fixes said bug, also added py3.4
76
77 *stsci-sphinxext-1.2.1 (05 Feb 2014)