python-dogpile.cache: update to 0.9.2.

This commit is contained in:
Daniel Santana 2020-05-08 12:06:39 -03:00 committed by Helmut Pozimski
parent f440abd3d5
commit e6e8e27ded

View file

@ -1,18 +1,23 @@
# Template file for 'python-dogpile.cache' # Template file for 'python-dogpile.cache'
pkgname=python-dogpile.cache pkgname=python-dogpile.cache
version=0.9.0 version=0.9.2
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="dogpile.cache-${version}" wrksrc="dogpile.cache-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python python-decorator" depends="python python-decorator"
checkdepends="python3-decorator tox"
short_desc="Caching front-end based on the Dogpile lock (Python2)" short_desc="Caching front-end based on the Dogpile lock (Python2)"
maintainer="Daniel Santana <daniel@santana.tech>" maintainer="Daniel Santana <daniel@santana.tech>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/sqlalchemy/dogpile.cache" homepage="https://github.com/sqlalchemy/dogpile.cache"
distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz" distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz"
checksum=b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b checksum=bc9dde1ffa5de0179efbcdc73773ef0553921130ad01955422f2932be35c059e
do_check() {
tox -e py27,py${py3_ver/./}
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE