mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/pyserial: tidy to pyserial-2.7-r1.ebuild
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -18,14 +18,11 @@ IUSE="doc examples"
|
||||
|
||||
DEPEND="
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
RDEPEND=""
|
||||
PATCHES=( "${FILESDIR}"/mapping.patch )
|
||||
DOCS=( CHANGES.txt README.txt )
|
||||
|
||||
python_prepare_all() {
|
||||
# Usual avoid d'loading un-needed objects.inv file
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
# Usual avoid d'loading un-needed objects.inv file
|
||||
PATCHES=( "${FILESDIR}"/mapping.patch )
|
||||
|
||||
DOCS=( CHANGES.txt README.txt )
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C documentation html
|
||||
|
||||
Reference in New Issue
Block a user