~dricottone/huttese-apk

ref: d5549f0216649308e4bcca365097c4cc9d735ae3 huttese-apk/sr.ht/py3-stripe/APKBUILD -rw-r--r-- 775 bytes
d5549f02 — Drew DeVault sr.ht/py3-stripe: upgrade to 2.41.0 4 years ago
                                                                                
b1577163 Drew DeVault
f9216d16 Drew DeVault
d5549f02 Drew DeVault
b1577163 Drew DeVault
f9216d16 Drew DeVault
b1577163 Drew DeVault
d5549f02 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-stripe
_pyname=stripe
pkgver=2.41.0
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="e9e7d5a0cb27c63dd87b4eceeef0f2cd8416640bb6af1ce0c0c0cdb11632c33089ccb116ea56cb0279b02b3d0ba62127ec9a80e2a133f3b729e55ad27dee5c37  stripe-2.41.0.tar.gz"