mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
New package: python3-requests-cache-1.2.1
This commit is contained in:
parent
6559ac7dee
commit
55ed3f9b74
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-requests-cache/template
Normal file
18
srcpkgs/python3-requests-cache/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue