From cdf7cc33f98a1822277a7fd193986a85899546e5 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Fri, 23 Aug 2024 16:35:38 +0200 Subject: [PATCH] Mako: switch to new build system --- packages/python/devel/Mako/package.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/python/devel/Mako/package.mk b/packages/python/devel/Mako/package.mk index 80e7fb98d6..f99520bbce 100644 --- a/packages/python/devel/Mako/package.mk +++ b/packages/python/devel/Mako/package.mk @@ -10,9 +10,4 @@ PKG_SITE="https://pypi.org/project/Mako" PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_DEPENDS_HOST="Python3:host setuptools:host MarkupSafe:host" PKG_LONGDESC="Mako is a super-fast templating language that borrows the best ideas from the existing templating languages." -PKG_TOOLCHAIN="manual" - -makeinstall_host() { - export DONT_BUILD_LEGACY_PYC=1 - exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN} -} +PKG_TOOLCHAIN="python"