dev-python/sqlparse: Port to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-19 18:33:57 +02:00
parent 60d43626dc
commit bb469fdfc3

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
MY_PN="${PN##python-}"
@@ -17,7 +17,6 @@ S="${WORKDIR}"/${P#python-}
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
LICENSE="BSD-2"
IUSE="doc"
distutils_enable_sphinx docs/source
distutils_enable_tests pytest