diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-21 11:58:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-21 12:00:24 +0200 |
commit | d9a9cb02d7b870d48470a0f145cf2fa0a42bf203 (patch) | |
tree | 97f7700762ad7dad2eb2c72ec66ccab43304298d /dev-python | |
parent | dev-python/astunparse: Add python@ as co-maint. (diff) | |
download | gentoo-d9a9cb02d7b870d48470a0f145cf2fa0a42bf203.tar.gz gentoo-d9a9cb02d7b870d48470a0f145cf2fa0a42bf203.tar.bz2 gentoo-d9a9cb02d7b870d48470a0f145cf2fa0a42bf203.zip |
dev-python/gast: Enable testing
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gast/gast-0.3.3-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/gast/gast-0.3.3-r1.ebuild b/dev-python/gast/gast-0.3.3-r1.ebuild index 066348afa8c3..b4993552b2ae 100644 --- a/dev-python/gast/gast-0.3.3-r1.ebuild +++ b/dev-python/gast/gast-0.3.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit distutils-r1 DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)" @@ -13,6 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +distutils_enable_tests unittest |