~dricottone/huttese-apk

ref: 37705be3da581e08500b5c711825e2a83b704304 huttese-apk/sr.ht/py3-stripe/APKBUILD -rw-r--r-- 766 bytes
37705be3 — Drew DeVault py3-stripe: upgrade to 2.68.0 2 years ago
                                                                                
b1577163 Drew DeVault
f9216d16 Drew DeVault
37705be3 Drew DeVault
aff8a0ff Drew DeVault
a3ee6750 Taavi Väänänen
b1577163 Drew DeVault
f9216d16 Drew DeVault
b1577163 Drew DeVault
f9b9f52e Drew DeVault
37705be3 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.68.0
pkgrel=0
pkgdesc="Python library for the Stripe API"
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="
5c0e41f69bb42bdadfe6a1547429844938593408a676ac7b05499b30e1b387025f28d9d91f16e70660233c2b2b14857caf01633951c527305f3d7b39a20c255c  stripe-2.68.0.tar.gz
"