blob: 1924250d360c161bc58db67f847e8701d8eec925 (
plain)
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
31
32
33
34
|
pkgbase = python-requests-cache
pkgdesc = A transparent persistent cache for the requests library
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/requests-cache/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-poetry-core
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-requests
depends = python-platformdirs
depends = python-cattrs
depends = python-url-normalize
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
optdepends = python-redis: Cache backend for Redis cache
optdepends = python-bson: for BSON codec
optdepends = python-itsdangerous: for pass trusted data to untrusted environments
optdepends = python-yaml: for bindings yaml support
optdepends = python-ujson: for JSON serializer for improved performance
source = requests-cache-1.0.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.0.1.tar.gz
sha512sums = ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d
pkgname = python-requests-cache
|