From 28325ac560f28e5526009cdfc30dddccdf9ce8e8 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 13:51:44 +0100 Subject: [PATCH] * update python-betamax to 0.9.0-4 --- python/python-betamax/.SRCINFO | 17 +++++++++++++++++ python/python-betamax/.nvchecker.toml | 4 ++++ python/python-betamax/PKGBUILD | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 python/python-betamax/.SRCINFO create mode 100644 python/python-betamax/.nvchecker.toml diff --git a/python/python-betamax/.SRCINFO b/python/python-betamax/.SRCINFO new file mode 100644 index 0000000000..c1f34891ce --- /dev/null +++ b/python/python-betamax/.SRCINFO @@ -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 diff --git a/python/python-betamax/.nvchecker.toml b/python/python-betamax/.nvchecker.toml new file mode 100644 index 0000000000..758bc1d5e9 --- /dev/null +++ b/python/python-betamax/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-betamax] +source = "git" +git = "https://github.com/betamaxpy/betamax.git" +prefix = "v" diff --git a/python/python-betamax/PKGBUILD b/python/python-betamax/PKGBUILD index 8f0bf6c957..c9e8293860 100644 --- a/python/python-betamax/PKGBUILD +++ b/python/python-betamax/PKGBUILD @@ -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')