dev-python/yaql-2.0.0 add python3_9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-30 05:25:06 +02:00
parent e66467e08c
commit 0579e64277
2 changed files with 3 additions and 2 deletions

View File

@@ -3,14 +3,14 @@
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="YAQL: Yet Another Query Language"
HOMEPAGE="
https://github.com/openstack/yaql
https://pypi.org/project/yaql
https://pypi.org/project/yaql/
https://launchpad.net/yaql
https://opendev.org/openstack/yaql
"