dev-python/webob: call esetup.py for docs build

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
This commit is contained in:
Mike Gilbert
2017-02-28 18:11:31 -05:00
parent b25ed04e5e
commit ed9b9312a7
7 changed files with 13 additions and 13 deletions

View 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
}

View 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
}

View 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
}

View 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
}

View 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
}

View 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
}

View 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
}