20 lines
758 B
Bash
20 lines
758 B
Bash
# Template file for 'python3-requests-cache'
|
|
pkgname=python3-requests-cache
|
|
version=1.3.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core hatchling"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/requests-cache/requests-cache/main/HISTORY.md"
|
|
distfiles="${PYPI_SITE}/r/requests-cache/requests_cache-${version}.tar.gz"
|
|
checksum=bdc3680931f98a1dea509d339ea6b45cea526945b47b250ce63ffd2744ee0b14
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|