blob: eb87f4ba6fbee4cffadf9b31f259f2aee84236a2 (
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
|
pkgbase = python-requests-cache-git
pkgdesc = A persistent cache for python requests (git version)
pkgver = 1.3.0.r1.gdaf1c8f
pkgrel = 1
url = https://github.com/requests-cache/requests-cache
arch = any
license = BSD-2-clause
checkdepends = python-pytest
checkdepends = python-requests-mock
checkdepends = python-responses
checkdepends = python-rich
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = git
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-itsdangerous: for pass trusted data to untrusted environments
optdepends = python-yaml: for bindings yaml support
optdepends = python-ujson: for JSON serializer for improved performance
provides = python-requests-cache
conflicts = python-requests-cache
source = git+https://github.com/requests-cache/requests-cache
sha512sums = SKIP
pkgname = python-requests-cache-git
|