dev-python/basho-erlastic: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Wed, 22 Apr 2020 16:07:53 +0000 (18:07 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 22 Apr 2020 18:40:23 +0000 (20:40 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild

index 4985dad88ade87b1e318dd67020160018c10f7e8..e0fe0085086d26d278361022c64500514a882fe1 100644 (file)
@@ -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"