1
0
Fork 0

sci-visualization/fsleyes-props: python3 compatibility

Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
Horea Christian 2018-10-08 05:29:27 +02:00
parent cdba892650
commit daaa2ee713
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 4 additions and 3 deletions

View File

@ -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)
08 Oct 2018; Horea Christian <h.chr@mail.ru> +fsleyes-props-1.6.3.ebuild,

View File

@ -3,8 +3,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
@ -38,4 +37,3 @@ S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
virtx pytest --verbose || die
}