dev-python/openpyxl: refresh live ebuild
authorVirgil Dupras <vdupras@gentoo.org>
Tue, 7 Aug 2018 17:30:40 +0000 (13:30 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Tue, 7 Aug 2018 17:30:40 +0000 (13:30 -0400)
Package-Manager: Portage-2.3.44, Repoman-2.3.10

dev-python/openpyxl/openpyxl-9999.ebuild

index 5202a8eafd189658a666ab2f1f4ff6772a4f4433..689dffb5265470c0ba8c775c84ebf4626b5cff83 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 
 inherit distutils-r1 mercurial
 
@@ -26,8 +26,9 @@ DEPEND="
                ${RDEPEND}
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/lxml[${PYTHON_USEDEP}]
+               dev-python/pillow[${PYTHON_USEDEP}]
        )"
 
 python_test() {
-       py.test || die "Testing failed with ${EPYTHON}"
+       pytest || die "Testing failed with ${EPYTHON}"
 }