* [gentoo-commits] gentoo-x86 commit in dev-python/pyx: pyx-0.13.ebuild pyx-0.12.1-r1.ebuild ChangeLog
@ 2014-06-29 11:26 Ian Delaney (idella4)
0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2014-06-29 11:26 UTC (permalink / raw
To: gentoo-commits
idella4 14/06/29 11:26:01
Modified: pyx-0.13.ebuild pyx-0.12.1-r1.ebuild ChangeLog
Log:
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
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/pyx/pyx-0.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?r1=1.1&r2=1.2
Index: pyx-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyx-0.13.ebuild 3 May 2014 08:07:26 -0000 1.1
+++ pyx-0.13.ebuild 29 Jun 2014 11:26:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.1 2014/05/03 08:07:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.2 2014/06/29 11:26:00 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python3_3 )
@@ -20,12 +20,11 @@
RDEPEND="virtual/tex-base"
DEPEND="${RDEPEND}
- doc? ( virtual/latex-base )"
+ doc? ( virtual/latex-base
+ dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
-DOCS=( AUTHORS CHANGES )
-
src_prepare() {
distutils-r1_src_prepare
sed -i \
@@ -36,11 +35,11 @@
python_compile_all() {
if use doc; then
- cd "${S}/faq"
- VARTEXFONTS="${T}"/fonts make latexpdf
+ VARTEXFONTS="${T}"/fonts emake -C "${S}"/faq latexpdf
fi
}
python_install_all() {
use doc && dodoc faq/_build/latex/pyxfaq.pdf
+ distutils-r1_python_install_all
}
1.7 dev-python/pyx/pyx-0.12.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.7&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?r1=1.6&r2=1.7
Index: pyx-0.12.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyx-0.12.1-r1.ebuild 31 Mar 2014 21:01:35 -0000 1.6
+++ pyx-0.12.1-r1.ebuild 29 Jun 2014 11:26:00 -0000 1.7
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
@@ -20,12 +20,11 @@
RDEPEND="virtual/tex-base"
DEPEND="${RDEPEND}
- doc? ( virtual/latex-base )"
+ doc? ( virtual/latex-base
+ dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
-DOCS=( AUTHORS CHANGES )
-
src_prepare() {
distutils-r1_src_prepare
sed -i \
@@ -36,11 +35,11 @@
python_compile_all() {
if use doc; then
- cd "${S}/faq"
- VARTEXFONTS="${T}"/fonts make latexpdf
+ VARTEXFONTS="${T}"/fonts emake -C "${S}"/faq latexpdf
fi
}
python_install_all() {
use doc && dodoc faq/_build/latex/pyxfaq.pdf
+ distutils-r1_python_install_all
}
1.40 dev-python/pyx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 3 May 2014 08:07:27 -0000 1.39
+++ ChangeLog 29 Jun 2014 11:26:01 -0000 1.40
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.39 2014/05/03 08:07:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.40 2014/06/29 11:26:01 idella4 Exp $
+
+ 29 Jun 2014; Ian Delaney <idella4@gentoo.org> pyx-0.12.1-r1.ebuild,
+ pyx-0.13.ebuild:
+ 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
*pyx-0.13 (03 May 2014)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-29 11:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29 11:26 [gentoo-commits] gentoo-x86 commit in dev-python/pyx: pyx-0.13.ebuild pyx-0.12.1-r1.ebuild ChangeLog Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox