~dricottone/huttese-apk

ref: d07f7dbd5f418138656097de2f5e36f7a54d9c5b huttese-apk/sr.ht/py3-stripe/APKBUILD -rw-r--r-- 775 bytes
d07f7dbd — Drew DeVault metrics.sr.ht: fix check function 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-stripe
_pyname=stripe
pkgver=2.41.1
pkgrel=0
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="34939964c99f42a31efe83a458a85f139e36b8869e78e63020259eff1737c11628ce6e24825e8ade57700d24a9ac78cfa32478406be11a0901fca688cbf1e841  stripe-2.41.1.tar.gz"