blob: 24cbf06a41e6c21a35f0d81eb6a132992e8ff58e (
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 = Transparent persistent cache for http://python-requests.org library
pkgver = 0.9.6
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-appdirs
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
depends = python-requests
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
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-0.9.6.tar.gz::https://github.com/reclosedev/requests-cache/archive/v0.9.6.tar.gz
sha512sums = 88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5
pkgname = python-requests-cache
|