diff --git a/www-apps/lektor/lektor-3.4.0_beta8.ebuild b/www-apps/lektor/lektor-3.4.0_beta8.ebuild index 900e7e0..ad50114 100644 --- a/www-apps/lektor/lektor-3.4.0_beta8.ebuild +++ b/www-apps/lektor/lektor-3.4.0_beta8.ebuild @@ -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() {