sci-visualization/fsleyes-props: python3 compatibility
Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
parent
cdba892650
commit
daaa2ee713
@ -1,3 +1,6 @@
|
|||||||
|
08 Oct 2018; Horea Christian <h.chr@mail.ru> fsleyes-props-1.6.3.ebuild:
|
||||||
|
sci-visualization/fsleyes-props: python3 compatibility
|
||||||
|
|
||||||
*fsleyes-props-1.6.3 (08 Oct 2018)
|
*fsleyes-props-1.6.3 (08 Oct 2018)
|
||||||
|
|
||||||
08 Oct 2018; Horea Christian <h.chr@mail.ru> +fsleyes-props-1.6.3.ebuild,
|
08 Oct 2018; Horea Christian <h.chr@mail.ru> +fsleyes-props-1.6.3.ebuild,
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 )
|
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||||
#PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
|
||||||
|
|
||||||
inherit distutils-r1 virtualx
|
inherit distutils-r1 virtualx
|
||||||
|
|
||||||
@ -38,4 +37,3 @@ S="${WORKDIR}/${MY_PN}-${PV}"
|
|||||||
python_test() {
|
python_test() {
|
||||||
virtx pytest --verbose || die
|
virtx pytest --verbose || die
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user