~dricottone/huttese-apk

ref: ccc127a4f043e79c3d4a60645e8b877aa198447b huttese-apk/sr.ht/py3-stripe/APKBUILD -rw-r--r-- 775 bytes
ccc127a4 — Drew DeVault sr.ht/py3-cairosvg: upgrade to 2.4.2 4 years ago
                                                                                
b1577163 Drew DeVault
f9216d16 Drew DeVault
c0a83a9b Drew DeVault
b1577163 Drew DeVault
f9216d16 Drew DeVault
b1577163 Drew DeVault
62a62ae6 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.40.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="08ebbd9ecc589dd48d8905407342bec981ff9e77c48aa72c5fec72e4f6a8421229d9c5ebc5b1f527f876100896740d6b777419201d994dc6bbb289be17b36e05  stripe-2.32.1.tar.gz"