~dricottone/huttese-apk

ref: 28ce91a7cd0d0333a63f7711184187785ffa9281 huttese-apk/sr.ht/py3-stripe/APKBUILD -rw-r--r-- 775 bytes
28ce91a7 — Drew DeVault pages.sr.ht: improve pages user details 3 years ago
                                                                                
b1577163 Drew DeVault
f9216d16 Drew DeVault
f908d8dc Drew DeVault
b1577163 Drew DeVault
f9216d16 Drew DeVault
b1577163 Drew DeVault
f908d8dc 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.55.2
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="9e14edf57e394837fdc4457bded274b45c309353488adf81a5fbea67ea4c3321392c5316c9a60dfe975110791672b8e7d1dc7ae14994a320c41b1efb7f75695b  stripe-2.55.2.tar.gz"