mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/pyicu: use HTML_DOCS instead of deprecated dohtml
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -34,8 +34,8 @@ DOCS=(CHANGES CREDITS README.md)
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
einfo "Making documentation from ${EPYTHON} build"
|
||||
cd "${BEST_BUILD_DIR}" || die
|
||||
epydoc --html --verbose \
|
||||
mkdir -p doc/html || die
|
||||
epydoc --html --verbose -o doc/html \
|
||||
--url="${HOMEPAGE}" --name="${MY_P}" \
|
||||
icu.py || die "Making the docs failed!"
|
||||
fi
|
||||
@@ -46,8 +46,8 @@ python_test() {
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
if use doc; then
|
||||
dohtml -r ../*/html/*
|
||||
local HTML_DOCS=( doc/html/. )
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user