19 lines
656 B
Bash
19 lines
656 B
Bash
# 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
|
|
}
|