commit: c2a9d394dbd7f7739388ee8aa14db24de4f76357
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 16:58:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 17:43:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a9d394
dev-python/indexed_gzip: Port up to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
b/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
index e1805440987..5d5f8c2e5cf 100644
--- a/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
+++ b/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 virtualx
@@ -14,18 +14,17 @@
SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz ->
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
DEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
)
"
RDEPEND=""
+distutils_enable_tests pytest
+
src_compile() {
if use test; then
export INDEXED_GZIP_TESTING=1