diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-19 18:33:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-19 20:10:20 +0200 |
commit | bb469fdfc30a80778a2d28425927b455745cff7c (patch) | |
tree | 70178a346056863f28f003cb07f2d06f3be6ea0b /dev-python/sqlparse | |
parent | sys-devel/clang: Fix bad dylib linking in 10.0.1* (diff) | |
download | gentoo-bb469fdfc30a80778a2d28425927b455745cff7c.tar.gz gentoo-bb469fdfc30a80778a2d28425927b455745cff7c.tar.bz2 gentoo-bb469fdfc30a80778a2d28425927b455745cff7c.zip |
dev-python/sqlparse: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse')
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.3.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.3.1.ebuild b/dev-python/sqlparse/sqlparse-0.3.1.ebuild index 8b5e082e4988..edaec538f391 100644 --- a/dev-python/sqlparse/sqlparse-0.3.1.ebuild +++ b/dev-python/sqlparse/sqlparse-0.3.1.ebuild @@ -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 |