www-apps/lektor: fix DISTUTILS_USE_PEP517

This commit is contained in:
Jörg Deckert 2023-07-16 15:25:23 +02:00
parent 0d165e4df5
commit 6e1e971524
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
inherit distutils-r1
@ -55,7 +54,7 @@ src_prepare() {
# tar cfvz /tmp/${PN}-static-${PV}.tar.gz lektor/admin/static
unpack ${FILESDIR}/${PN}-static-${PV}.tar.gz
epatch ${FILESDIR}/pip-install-user-${PV}.patch
## epatch ${FILESDIR}/pip-install-user-${PV}.patch
}
python_install_all() {