diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:11:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:11:31 +0100 |
commit | 9f431d396a704f68960363e1a872bf57823f18de (patch) | |
tree | bf87aa8fb51abfc2878383ecc22b14990307dece /dev-python/bert | |
parent | dev-python/beaker: Remove Py2 (diff) | |
download | gentoo-9f431d396a704f68960363e1a872bf57823f18de.tar.gz gentoo-9f431d396a704f68960363e1a872bf57823f18de.tar.bz2 gentoo-9f431d396a704f68960363e1a872bf57823f18de.zip |
dev-python/bert: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/bert')
-rw-r--r-- | dev-python/bert/bert-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bert/bert-2.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bert/bert-2.0.0.ebuild b/dev-python/bert/bert-2.0.0.ebuild index eef25181ae9f..6e0bd81ad0be 100644 --- a/dev-python/bert/bert-2.0.0.ebuild +++ b/dev-python/bert/bert-2.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/bert/bert-2.2.0.ebuild b/dev-python/bert/bert-2.2.0.ebuild index 163daf03d317..661ceae3ede2 100644 --- a/dev-python/bert/bert-2.2.0.ebuild +++ b/dev-python/bert/bert-2.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |