blob: 8ec462ec6bd5149caa62596dccea34a0418144f4 (
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
35
|
pkgbase = python-requests-cache
pkgdesc = A persistent cache for python requests
pkgver = 1.2.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-timeout-decorator
checkdepends = python-time-machine
checkdepends = python-rich
checkdepends = python-ujson
checkdepends = python-itsdangerous
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python-requests
depends = python-cattrs
depends = python-platformdirs
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.2.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.2.1.tar.gz
sha512sums = f8977b1afc005ddd73019d2a0e39da368f376602110602c0b24c317b548f31a3489e686502ecd48ae3583e471fdd70671913e529c73dacdcaecadb1cd1e6c126
pkgname = python-requests-cache
|