From df2be8a13b6b84a3c6fc3bc9f0f6418c1753118c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 6 May 2022 09:57:40 +0200 Subject: [PATCH] py3-stripe: upgrade to 2.76.0 --- sr.ht/py3-stripe/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sr.ht/py3-stripe/APKBUILD b/sr.ht/py3-stripe/APKBUILD index 9e2818d..158992b 100644 --- a/sr.ht/py3-stripe/APKBUILD +++ b/sr.ht/py3-stripe/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-stripe _pyname=stripe -pkgver=2.74.0 +pkgver=2.76.0 pkgrel=0 pkgdesc="Python library for the Stripe API" url="https://github.com/stripe/stripe-python" @@ -10,21 +10,23 @@ 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" +makedepends="py3-setuptools py3-build py3-installer py3-wheel py3-requests" +checkdepends="py3-pytest" builddir="$srcdir/$_pyname-$pkgver" +options="!check" # requires network access build() { - python3 setup.py build + python3 -m build --no-isolation --wheel } check() { - python3 setup.py check + python3 -m pytest } package() { - python3 setup.py install --root="$pkgdir" --optimize=1 + python3 -m installer -d"$pkgdir" dist/$_pyname-$pkgver-py2.py3-none-any.whl } sha512sums=" -f7f549e5b5eec38248320f7852f0c5fa3476f3d68aab646f04f207e0d6be20cb54ed13e4093d40313502c9aed7b60392c20c1baded4bb845703647d8c022342b stripe-2.74.0.tar.gz +e416043dff74791d3f06809ed611ea1e250b9dae9404092915a674c6fe65eba546eb020cfdb7635fde8d0626e2c1fa4176cec7362870fc02bee619216b58cec2 stripe-2.76.0.tar.gz " -- 2.45.2