dev-python/webob: call esetup.py for docs build
authorMike Gilbert <floppym@gentoo.org>
Tue, 28 Feb 2017 23:11:31 +0000 (18:11 -0500)
committerMike Gilbert <floppym@gentoo.org>
Tue, 28 Feb 2017 23:11:31 +0000 (18:11 -0500)
sphinx was using the wrong build dir due to missing .pydistutilscfg.

Bug: https://bugs.gentoo.org/585216
Package-Manager: Portage-2.3.3_p71, Repoman-2.3.1_p64

dev-python/webob/webob-1.4.1.ebuild
dev-python/webob/webob-1.4.ebuild
dev-python/webob/webob-1.5.0.ebuild
dev-python/webob/webob-1.5.1.ebuild
dev-python/webob/webob-1.6.0.ebuild
dev-python/webob/webob-1.6.1.ebuild
dev-python/webob/webob-1.6.3.ebuild

index 1827c61834e51db3f95f1add326fef1f0a9c2962..89fd2c14184e673b22a87911670df0777d7ff7fb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }
 
index 120e958286aef7623198f74e1fa0af1e05ba0690..f65e9896107d8b5eebf64cd53da014fd18f7ba33 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }
 
index d4ed192be831edc8ddb668f22b41843c023e0510..fd6f6e2048c872af0e1ca026dc30f149e2af3a28 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }
 
index 3f52a49948a68d1c79946624593606fb3a8b8a2c..660c9edd88fdf6bf2fe7bac5848bc1a8a56789dd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }
 
index c6e61d8d69340fdecfe2ed47de5cbf4f2538126e..06e85d686a5109eb8e37e29b09e30a8dbd3567b6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }
 
index 4ca2c9ff28c320e3c552f917863b486164d5dbb7..c190fa386a9537860110cdacdbe9ee36b952f3f8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }
 
index 0182f6c4b6dbc1b100443dbd96be1d8e4f6bbd10..06e85d686a5109eb8e37e29b09e30a8dbd3567b6 100644 (file)
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
 
 python_compile_all() {
        if use doc; then
-               "${PYTHON}" setup.py build_sphinx || die
+               esetup.py build_sphinx
        fi
 }