www-apps/lektor: fix DISTUTILS_USE_PEP517
This commit is contained in:
parent
0d165e4df5
commit
6e1e971524
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=hatchling
|
||||||
PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
|
PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
@ -55,7 +54,7 @@ src_prepare() {
|
||||||
# tar cfvz /tmp/${PN}-static-${PV}.tar.gz lektor/admin/static
|
# tar cfvz /tmp/${PN}-static-${PV}.tar.gz lektor/admin/static
|
||||||
unpack ${FILESDIR}/${PN}-static-${PV}.tar.gz
|
unpack ${FILESDIR}/${PN}-static-${PV}.tar.gz
|
||||||
|
|
||||||
epatch ${FILESDIR}/pip-install-user-${PV}.patch
|
## epatch ${FILESDIR}/pip-install-user-${PV}.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
python_install_all() {
|
python_install_all() {
|
||||||
|
|
Loading…
Reference in New Issue