dev-python/pygaljs: bump python_compat and use PEP517
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
f2e2a47d52
commit
cef8de2efd
@ -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"
|
Loading…
Reference in New Issue
Block a user