dev-python/pygaljs: bump python_compat and use PEP517

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2022-10-07 23:27:08 +03:00
parent f2e2a47d52
commit cef8de2efd
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -1,9 +1,10 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python package providing assets from pygal.js"