diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-21 11:56:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-21 12:00:22 +0200 |
commit | e238a834faa392a28291189b9a72b6d325b0685e (patch) | |
tree | 994ce00ba4e63bed51a22cae7ee4352c5c24f48f /dev-python/astunparse/astunparse-1.6.3.ebuild | |
parent | app-backup/borgmatic: add 1.5.15 (diff) | |
download | gentoo-e238a834faa392a28291189b9a72b6d325b0685e.tar.gz gentoo-e238a834faa392a28291189b9a72b6d325b0685e.tar.bz2 gentoo-e238a834faa392a28291189b9a72b6d325b0685e.zip |
dev-python/astunparse: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/astunparse/astunparse-1.6.3.ebuild')
-rw-r--r-- | dev-python/astunparse/astunparse-1.6.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/astunparse/astunparse-1.6.3.ebuild b/dev-python/astunparse/astunparse-1.6.3.ebuild index 4f9d5b0158f7..0339e4a52d90 100644 --- a/dev-python/astunparse/astunparse-1.6.3.ebuild +++ b/dev-python/astunparse/astunparse-1.6.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-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..10} ) inherit distutils-r1 DESCRIPTION="Astun parser for python" @@ -20,6 +20,8 @@ RDEPEND=" " PATCHES=( "${FILESDIR}/astunparse-1.6.2-tests.patch" + # from Fedora + "${FILESDIR}/${P}-py39.patch" ) distutils_enable_tests setup.py |