New package: python3-requests-cache-1.2.1

This commit is contained in:
Mateusz Sylwestrzak 2025-08-09 11:23:43 +02:00 committed by Duncan Overbruck
parent 6559ac7dee
commit 55ed3f9b74

View file

@ -0,0 +1,18 @@
# Template file for 'python3-requests-cache'
pkgname=python3-requests-cache
version=1.2.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-requests python3-urllib3 python3-attrs python3-cattrs
python3-platformdirs python3-url-normalize"
short_desc="Persistent cache for python requests"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/requests-cache/requests-cache"
distfiles="${PYPI_SITE}/r/requests-cache/requests_cache-${version}.tar.gz"
checksum=68abc986fdc5b8d0911318fbb5f7c80eebcd4d01bfacc6685ecf8876052511d1
post_install() {
vlicense LICENSE
}