Applied fixes as recommended by mgorny
https://github.com/gentoo/gentoo/pull/10048
This commit is contained in:
parent
3da657ccc4
commit
dfba2f662e
@ -23,13 +23,12 @@ RDEPEND="${DEPEND}"
|
|||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|
||||||
MODNAME="svg"
|
|
||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
${EPYTHON} setup.py test || die
|
esetup.py test || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cd src
|
MODNAME="svg"
|
||||||
|
cd src || die
|
||||||
python_foreach_impl python_domodule ${MODNAME}
|
python_foreach_impl python_domodule ${MODNAME}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user