summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-08-22 23:27:13 -0500
committerCarlos Aznarán Laos2022-08-22 23:27:13 -0500
commit91ee1430f961aa1aaa6ffb3428dcfbc03d8147f9 (patch)
treecfef9e6ba540fa44a42b7883bc8806bce81061cc /.SRCINFO
parent76d9d554a3548cabb05f358e3cb0c72478649587 (diff)
downloadaur-91ee1430f961aa1aaa6ffb3428dcfbc03d8147f9.tar.gz
Add check() function
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO10
1 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636aad61f915..3ff54363a11f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,17 @@
pkgbase = python-requests-cache-git
pkgdesc = Transparent persistent cache for http://python-requests.org library (git version)
- pkgver = 0.9.3.r194.g072ff2d
+ pkgver = 0.9.3.r202.g8cd28d1
pkgrel = 1
url = https://github.com/reclosedev/requests-cache
arch = any
license = custom:BSD-2-clause
+ checkdepends = python-pytest
+ checkdepends = python-requests-mock
+ checkdepends = python-responses
+ checkdepends = python-itsdangerous
+ checkdepends = python-ujson
+ checkdepends = python-timeout-decorator
+ checkdepends = python-rich
makedepends = python-build
makedepends = python-install
makedepends = python-poetry
@@ -13,7 +20,6 @@ pkgbase = python-requests-cache-git
depends = python-platformdirs
depends = python-cattrs
depends = python-url-normalize
- depends = python-exceptiongroup
optdepends = python-boto3: Cache backend for Amazon DynamoDB database
optdepends = python-botocore: Interface for Amazon Web Services
optdepends = python-pymongo: Cache backend for MongoDB database