aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pep517/APKBUILD
blob: a0a1ede5f4a59b397a805aaa8436b01f38518dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
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"