mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-python/suds: Restrict *_all() to python2 when USE=doc
This commit is contained in:
@@ -27,6 +27,10 @@ RDEPEND=""
|
||||
|
||||
DOCS=( README.rst notes/{argument_parsing.rst,readme.txt,traversing_client_data.rst} )
|
||||
|
||||
pkg_setup() {
|
||||
use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
# to say that it's both, because it kinda is...
|
||||
! use doc || epydoc -n "Suds - ${DESCRIPTION}" -o doc suds || die
|
||||
|
||||
Reference in New Issue
Block a user