~dricottone/huttese-apk

ref: 636063aed7d0618676a42719b453d08933c083d5 huttese-apk/sr.ht/py3-unidiff/APKBUILD -rw-r--r-- 839 bytes
636063ae — Drew DeVault py3-intervals: bump pkgrel 4 years ago
                                                                                
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
# Contributor: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-unidiff
_pyname=unidiff
pkgver=0.5.5
pkgrel=2
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() {
	python3 setup.py test
}

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

sha512sums="eaa71dfb6c449f18dd23204070c8afa8185bc64151519e8b85a82978ab51984aafd2e26b948657352f8b0277e7fbfe68c71e0b7cb3fb56cd3e789a77296f5c9e  unidiff-0.5.5.tar.gz"