* update python-betamax to 0.9.0-4

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:44 +01:00
parent 362de75ff9
commit 28325ac560
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,17 @@
pkgbase = python-betamax
pkgdesc = A VCR imitation for python-requests
pkgver = 0.9.0
pkgrel = 4
url = https://github.com/betamaxpy/betamax
arch = any
license = Apache-2.0
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python-requests
source = python-betamax-0.9.0.tar.gz::https://github.com/betamaxpy/betamax/archive/0.9.0.tar.gz
sha512sums = 6a85f21dd7ccd0d53e6c87ff4f159d295d40729098c13c435c1715252e4cbbeabb82e6347e84a16094f13a1a0249dd1c067ddc82fd36c292913ecbdb22148371
pkgname = python-betamax

View File

@ -0,0 +1,4 @@
[python-betamax]
source = "git"
git = "https://github.com/betamaxpy/betamax.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-betamax
pkgver=0.9.0
pkgrel=3
pkgrel=4
pkgdesc="A VCR imitation for python-requests"
arch=(any)
license=('Apache-2.0')