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/pyx: pyx-0.13.ebuild pyx-0.12.1-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2014 11:26:04
Message-Id: 20140629112601.347C92004E@flycatcher.gentoo.org
1 idella4 14/06/29 11:26:01
2
3 Modified: pyx-0.13.ebuild pyx-0.12.1-r1.ebuild ChangeLog
4 Log:
5 0.12.1-r1; drop py2.6 pypy2_0 on 0.12.1-r1; add missing dep for doc build & call of distutils-r1_python_install_all, tidy, based on patch by J. Braun from Bug #509768, fixes said bug
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/pyx/pyx-0.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?r1=1.1&r2=1.2
15
16 Index: pyx-0.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyx-0.13.ebuild 3 May 2014 08:07:26 -0000 1.1
23 +++ pyx-0.13.ebuild 29 Jun 2014 11:26:00 -0000 1.2
24 @@ -1,6 +1,6 @@
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/pyx/pyx-0.13.ebuild,v 1.1 2014/05/03 08:07:26 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.2 2014/06/29 11:26:00 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python3_3 )
32 @@ -20,12 +20,11 @@
33
34 RDEPEND="virtual/tex-base"
35 DEPEND="${RDEPEND}
36 - doc? ( virtual/latex-base )"
37 + doc? ( virtual/latex-base
38 + dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
39
40 S="${WORKDIR}/${MY_P}"
41
42 -DOCS=( AUTHORS CHANGES )
43 -
44 src_prepare() {
45 distutils-r1_src_prepare
46 sed -i \
47 @@ -36,11 +35,11 @@
48
49 python_compile_all() {
50 if use doc; then
51 - cd "${S}/faq"
52 - VARTEXFONTS="${T}"/fonts make latexpdf
53 + VARTEXFONTS="${T}"/fonts emake -C "${S}"/faq latexpdf
54 fi
55 }
56
57 python_install_all() {
58 use doc && dodoc faq/_build/latex/pyxfaq.pdf
59 + distutils-r1_python_install_all
60 }
61
62
63
64 1.7 dev-python/pyx/pyx-0.12.1-r1.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.7&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.7&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?r1=1.6&r2=1.7
69
70 Index: pyx-0.12.1-r1.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v
73 retrieving revision 1.6
74 retrieving revision 1.7
75 diff -u -r1.6 -r1.7
76 --- pyx-0.12.1-r1.ebuild 31 Mar 2014 21:01:35 -0000 1.6
77 +++ pyx-0.12.1-r1.ebuild 29 Jun 2014 11:26:00 -0000 1.7
78 @@ -1,9 +1,9 @@
79 # Copyright 1999-2014 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v 1.6 2014/03/31 21:01:35 mgorny Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v 1.7 2014/06/29 11:26:00 idella4 Exp $
83
84 EAPI=5
85 -PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
86 +PYTHON_COMPAT=( python2_7 pypy )
87
88 inherit distutils-r1
89
90 @@ -20,12 +20,11 @@
91
92 RDEPEND="virtual/tex-base"
93 DEPEND="${RDEPEND}
94 - doc? ( virtual/latex-base )"
95 + doc? ( virtual/latex-base
96 + dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
97
98 S="${WORKDIR}/${MY_P}"
99
100 -DOCS=( AUTHORS CHANGES )
101 -
102 src_prepare() {
103 distutils-r1_src_prepare
104 sed -i \
105 @@ -36,11 +35,11 @@
106
107 python_compile_all() {
108 if use doc; then
109 - cd "${S}/faq"
110 - VARTEXFONTS="${T}"/fonts make latexpdf
111 + VARTEXFONTS="${T}"/fonts emake -C "${S}"/faq latexpdf
112 fi
113 }
114
115 python_install_all() {
116 use doc && dodoc faq/_build/latex/pyxfaq.pdf
117 + distutils-r1_python_install_all
118 }
119
120
121
122 1.40 dev-python/pyx/ChangeLog
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.40&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.40&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?r1=1.39&r2=1.40
127
128 Index: ChangeLog
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v
131 retrieving revision 1.39
132 retrieving revision 1.40
133 diff -u -r1.39 -r1.40
134 --- ChangeLog 3 May 2014 08:07:27 -0000 1.39
135 +++ ChangeLog 29 Jun 2014 11:26:01 -0000 1.40
136 @@ -1,6 +1,12 @@
137 # ChangeLog for dev-python/pyx
138 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
139 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.39 2014/05/03 08:07:27 patrick Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.40 2014/06/29 11:26:01 idella4 Exp $
141 +
142 + 29 Jun 2014; Ian Delaney <idella4@g.o> pyx-0.12.1-r1.ebuild,
143 + pyx-0.13.ebuild:
144 + 0.12.1-r1; drop py2.6 pypy2_0 on 0.12.1-r1; add missing dep for doc build &
145 + call of distutils-r1_python_install_all, tidy, based on patch by J. Braun from
146 + Bug #509768, fixes said bug
147
148 *pyx-0.13 (03 May 2014)