pkgname: python-mako pkgver: '1.3.12' pkgrel: '1' pkgdesc: Implements hyperfast and lightweight templating for the Python platform. url: 'https://pypi.org/project/Mako/' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel - python-markupsafe source: - 'https://files.pythonhosted.org/packages/source/M/Mako/mako-${pkgver}.tar.gz' sha256sums: - 9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a build: "cd mako-${pkgver}\n\npip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\npip3 install --no-index \\\ \n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n mako\n\nfind ${PKGDIR}\ \ -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true