summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-07-17 20:09:53 +0200
committerMarek Szuba <marecki@gentoo.org>2020-07-17 22:09:53 +0200
commit6d409165ca2b4ca76733dffe2c09eed618bb0353 (patch)
tree02a6bc464808c55b3e6e21d9d001fa1cf47d02ff /dev-python/ruamel-yaml-clib
parentdev-python/pytools: update the live ebuild (diff)
downloadgentoo-6d409165ca2b4ca76733dffe2c09eed618bb0353.tar.gz
gentoo-6d409165ca2b4ca76733dffe2c09eed618bb0353.tar.bz2
gentoo-6d409165ca2b4ca76733dffe2c09eed618bb0353.zip
dev-python/ruamel-yaml-clib: support python3_9 and pypy3
Both build and install fine. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/ruamel-yaml-clib')
-rw-r--r--dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
index b1a52c4c5edf..874070296b09 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1