~dricottone/huttese-apk

ref: 04a432330e6bf26eec893a79201d7868095e4c63 huttese-apk/sr.ht/py3-unidiff/APKBUILD -rw-r--r-- 828 bytes
04a43233 — Drew DeVault py3-stripe: upgrade to 3.5.0 2 years ago
                                                                                
cb4c58b7 Drew DeVault
9cdf2ad0 Drew DeVault
cb4c58b7 Drew DeVault
80578a12 Drew DeVault
cb4c58b7 Drew DeVault
9cdf2ad0 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-unidiff
_pyname=unidiff
pkgver=0.7.3
pkgrel=0
pkgdesc="Unified diff python parsing/metadata extraction library"
url="https://pypi.org/project/unidiff/"
arch="noarch"
license="MIT"
makedepends="py3-setuptools py3-pytest"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
replaces="py-unidiff py2-unidiff"
builddir="$srcdir"/$_pyname-$pkgver

build() {
	python3 setup.py build
}

check() {
	pytest-3
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
451bc765532329c0963961afd15e061e3bcbd85a16cb799310ae0fd34b534f6222514ed4825f90c5ae9ea1b3b0e11a8e169b7991ba9ed82c33325ccb3b10a3b0  unidiff-0.7.3.tar.gz
"