summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 097c0aadbe92af26dbf9c7f7932514eb2ee7ef09 (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.1.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.1.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.1.1.tar.gz
	sha512sums = 99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6

pkgname = python-requests-cache