summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-22 18:07:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-22 20:40:23 +0200
commitbf9cd5bfcd8f39a8457ce29aa2a3c561396b1166 (patch)
treeed8f4aa5b8848e9a4f48afae99e591cd2466ea7f /dev-python/basho-erlastic
parentx11-apps/mkfontdir: Remove (diff)
downloadgentoo-bf9cd5bfcd8f39a8457ce29aa2a3c561396b1166.tar.gz
gentoo-bf9cd5bfcd8f39a8457ce29aa2a3c561396b1166.tar.bz2
gentoo-bf9cd5bfcd8f39a8457ce29aa2a3c561396b1166.zip
dev-python/basho-erlastic: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/basho-erlastic')
-rw-r--r--dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 4985dad88ade..e0fe0085086d 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
-DESCRIPTION="Erlang binary term codec and port interface."
+DESCRIPTION="Erlang binary term codec and port interface"
HOMEPAGE="https://github.com/basho/python-erlastic/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"