~dricottone/huttese-apk

ref: 500991b541ffcd5745a044f3d917c9c083cb0377 huttese-apk/sr.ht/py3-stripe/APKBUILD -rw-r--r-- 777 bytes
500991b5 — Drew DeVault sr.ht-nginx: upgrade to cb3972376cc362cde6a1dbd76c4315e35847328f 3 years ago
                                                                                
b1577163 Drew DeVault
f9216d16 Drew DeVault
f17c9294 Drew DeVault
0c937684 Drew DeVault
b1577163 Drew DeVault
f9216d16 Drew DeVault
b1577163 Drew DeVault
f9b9f52e Drew DeVault
f17c9294 Drew DeVault
f9b9f52e 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-stripe
_pyname=stripe
pkgver=2.60.0
pkgrel=1
pkgdesc="An easy whitelist-based HTML-sanitizing tool"
url="https://github.com/stripe/stripe-python"
arch="noarch"
license="MIT"
depends="python3"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
makedepends="py3-setuptools py3-requests"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="
eaae2356ed83285713be6396c071b8f5761ad0ff651691b1560b06bca190a5c5df3659182e5a25e8d286257046162f32755854f0e382a280cb63180478114502  stripe-2.60.0.tar.gz
"