skel_python.ebuild

This commit is contained in:
Anton Bolshakov 2022-06-22 09:40:30 +08:00
parent 684ce14f5d
commit a0b20465db
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
#https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1

View file

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7