summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 636aad61f915ec86bcea1c7bcc05fd330fb5f895 (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
pkgbase = python-requests-cache-git
	pkgdesc = Transparent persistent cache for http://python-requests.org library (git version)
	pkgver = 0.9.3.r194.g072ff2d
	pkgrel = 1
	url = https://github.com/reclosedev/requests-cache
	arch = any
	license = custom:BSD-2-clause
	makedepends = python-build
	makedepends = python-install
	makedepends = python-poetry
	makedepends = git
	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
	provides = python-requests-cache
	conflicts = python-requests-cache
	source = git+https://github.com/reclosedev/requests-cache
	sha512sums = SKIP

pkgname = python-requests-cache-git