Skip to content

Commit

Permalink
dev-python/logilab-common: drop broken docs build
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/606538
Package-Manager: Portage-2.3.3_p39, Repoman-2.3.1_p32
  • Loading branch information
floppym committed Jan 24, 2017
1 parent b78db89 commit 232a453
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions dev-python/logilab-common/logilab-common-1.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
IUSE="test"

RDEPEND=">=dev-python/six-1.4.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
Expand All @@ -25,34 +25,14 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
dev-python/pytz[${PYTHON_USEDEP}]
)
doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' python2_7) )"
"

PATCHES=( "${FILESDIR}/${P}-test-namespace-fix.patch" )

python_prepare_all() {
sed -i \
-e 's:(CURDIR):{S}/${P}:' \
doc/makefile || die

distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
# Based on the doc build in Arfrever's ebuild. It works
pushd doc > /dev/null
mkdir -p apidoc || die
epydoc --parse-only -o apidoc --html -v --no-private --exclude=__pkginfo__ --exclude=setup --exclude=test \
-n "Logilab's common library" "$(ls -d ../build/lib/logilab/common/)" build \
|| die "Generation of documentation failed"
fi
}

python_install_all() {
distutils-r1_python_install_all

doman doc/pytest.1
use doc && HTML_DOCS=( doc/apidoc/. )
}

python_test() {
Expand Down

0 comments on commit 232a453

Please sign in to comment.