summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 13:55:51 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 14:02:53 +0200
commit5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5 (patch)
treeb1b3d0cfe74ccdef8be2f09467ff1d5288cf6873 /sci-libs
parentsci-chemistry/openbabel-python: Remove py2.7 (diff)
downloadgentoo-5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5.tar.gz
gentoo-5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5.tar.bz2
gentoo-5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5.zip
sci-libs/bmrblib: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.3.ebuild2
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
index 3211e7e10710..dbc65bf5220c 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild
index c21725212608..90ffd725443b 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1