diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:55:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:53 +0200 |
commit | 5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5 (patch) | |
tree | b1b3d0cfe74ccdef8be2f09467ff1d5288cf6873 /sci-libs | |
parent | sci-chemistry/openbabel-python: Remove py2.7 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.4.ebuild | 2 |
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 |