# Contributor: Leo # Maintainer: Leo pkgname=py3-pep517 pkgver=0.8.2 pkgrel=0 pkgdesc="Wrappers to build python3 packgaes with PEP 517 hooks" options="!check" # Requires testpath url="https://github.com/takluyver/pep517" arch="noarch" license="MIT" depends="python3 py3-pytoml" makedepends="py3-setuptools" source="https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz" builddir="$srcdir/pep517-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --root="$pkgdir" } sha512sums="668569a26a4c21a1b8d6828a26bdcdab62b8c4d5fcaba8d9f9a4740e0fce7f071295e28d91349500b4c7be05ab2c2670986de18f01e2afafc1878101e5ef9af2 pep517-0.8.2.tar.gz"