aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-20 10:28:33 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-20 10:28:33 +0100
commit5aee72fc309665677e9601aa0d82cf6422be90fc (patch)
treec28c6947192f1122a3d47ba79744529257275675 /sci-biology/bruker2nifti
parentdev-python/ripser: remove old: failed REQUIRED_USE: py_targets_py3_7 (diff)
downloadsci-5aee72fc309665677e9601aa0d82cf6422be90fc.tar.gz
sci-5aee72fc309665677e9601aa0d82cf6422be90fc.tar.bz2
sci-5aee72fc309665677e9601aa0d82cf6422be90fc.zip
sci-biology/bruker2nifti: bump python compat
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/bruker2nifti')
-rw-r--r--sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
index 5586732e0..7a9c238ce 100644
--- a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
+++ b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -28,3 +28,4 @@ python_prepare_all() {
}
distutils_enable_tests pytest
+distutils_enable_sphinx docs