alunduil 15/08/03 00:57:28
Modified: pylint-1.4.4.ebuild ChangeLog
Log:
add ${S} to PYTHONPATH for doc build
The sphinx build wasn't able to locate a pylint module due to the module
not being in the path. This fixes bug #519408.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
11A8217C!)
Revision Changes Path
1.2 dev-python/pylint/pylint-1.4.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.4.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.4.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.4.ebuild?r1=1.1&r2=1.2
Index: pylint-1.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylint-1.4.4.ebuild 2 Jul 2015 20:20:41 -0000 1.1
+++ pylint-1.4.4.ebuild 3 Aug 2015 00:57:28 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.4.ebuild,v 1.1
2015/07/02 20:20:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.4.ebuild,v 1.2
2015/08/03 00:57:28 alunduil Exp $
EAPI=5
@@ -32,7 +32,7 @@
python_compile_all() {
# selection of straight html triggers a trivial annoying bug, we skirt
it
- use doc && emake -C doc singlehtml
+ use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml
}
python_test() {
1.133 dev-python/pylint/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.133&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.133&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 2 Jul 2015 20:20:41 -0000 1.132
+++ ChangeLog 3 Aug 2015 00:57:28 -0000 1.133
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pylint
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.132
2015/07/02 20:20:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.133
2015/08/03 00:57:28 alunduil Exp $
+
+ 03 Aug 2015; Alex Brandt <[email protected]> pylint-1.4.4.ebuild:
+ add ${S} to PYTHONPATH for doc build The sphinx build wasn't able to locate
a
+ pylint module due to the module not being in the path. This fixes bug
+ #519408.
*pylint-1.4.4 (02 Jul 2015)