summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 07:26:38 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 07:38:01 +0100
commit811d91ea61e39b7544ed6997fa3a89059d24bfdb (patch)
treedc22dfc94a64631de6bd3e9188eb1c33852fbddd /sci-chemistry
parentsci-chemistry/nmrglue: Remove Python 2 (diff)
downloadgentoo-811d91ea61e39b7544ed6997fa3a89059d24bfdb.tar.gz
gentoo-811d91ea61e39b7544ed6997fa3a89059d24bfdb.tar.bz2
gentoo-811d91ea61e39b7544ed6997fa3a89059d24bfdb.zip
sci-chemistry/ParmEd: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild2
-rw-r--r--sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
index ab581daea0c2..b7a964b81652 100644
--- a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
+++ b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
if [[ $PV = *9999* ]]; then
scm_eclass=git-2
diff --git a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
index a2a476a1d5ef..37f959acdc6e 100644
--- a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
+++ b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
if [[ $PV = *9999* ]]; then
scm_eclass=git-r3