void-packages/srcpkgs/python3-dogpile.cache/template
2021-10-09 08:00:52 -04:00

21 lines
757 B
Bash

# Template file for 'python3-dogpile.cache'
pkgname=python3-dogpile.cache
version=1.1.1
revision=2
wrksrc="dogpile.cache-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-decorator"
checkdepends="python3-pytest python3-stevedore python3-Mako $depends"
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=40147b19696f387415a7efaaa4cf8ea0b5d31bdd1b53e5187e75d48ddfee9f0e
post_install() {
vlicense LICENSE
}