summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 324489c2520438eb1d8beb0322a03a48ceb24c1a (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.0
	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.0.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.0.0.tar.gz
	sha512sums = 92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8

pkgname = python-requests-cache