aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-12 21:40:09 +0000
committerSam James <sam@gentoo.org>2021-02-12 21:41:02 +0000
commitc9419e0ec2cbc178aa1df6cfe599808fec40d1c8 (patch)
tree92a45dbaabdd7936ad99b912d7e5668a376825a1 /sci-biology/nilearn
parentsci-libs/simpleitk: drop ChangeLog (diff)
downloadsci-c9419e0ec2cbc178aa1df6cfe599808fec40d1c8.tar.gz
sci-c9419e0ec2cbc178aa1df6cfe599808fec40d1c8.tar.bz2
sci-c9419e0ec2cbc178aa1df6cfe599808fec40d1c8.zip
*/*: drop obsolete python_targets_python3_6
Hopefully got them all: * find . | grep -i .ebuild | xargs perl -p -i -e "s/6\.\.9/7\.\.9/" * find . | grep -i .ebuild | xargs perl -p -i -e "s/3_{6,7/3_{7/" Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology/nilearn')
-rw-r--r--sci-biology/nilearn/nilearn-0.6.2.ebuild2
-rw-r--r--sci-biology/nilearn/nilearn-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/nilearn/nilearn-0.6.2.ebuild b/sci-biology/nilearn/nilearn-0.6.2.ebuild
index f2e498014..89df6217e 100644
--- a/sci-biology/nilearn/nilearn-0.6.2.ebuild
+++ b/sci-biology/nilearn/nilearn-0.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild
index fa1b91e48..88971992b 100644
--- a/sci-biology/nilearn/nilearn-9999.ebuild
+++ b/sci-biology/nilearn/nilearn-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7} )
inherit distutils-r1 git-r3