void-packages/srcpkgs/python3-dogpile.cache/template

24 lines
754 B
Bash

# Template file for 'python3-dogpile.cache'
pkgname=python3-dogpile.cache
version=1.0.2
revision=3
wrksrc="dogpile.cache-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-decorator"
checkdepends="tox"
short_desc="Caching front-end based on the Dogpile lock"
maintainer="Daniel Santana <daniel@santana.tech>"
license="BSD-3-Clause"
homepage="https://github.com/sqlalchemy/dogpile.cache"
changelog="https://github.com/sqlalchemy/dogpile.cache/raw/master/docs/build/changelog.rst"
distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz"
checksum=64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef
do_check() {
tox -e py${py3_ver/./}
}
post_install() {
vlicense LICENSE
}