python3-dogpile.cache: update to 1.1.1.
This commit is contained in:
parent
e8754431ef
commit
3f96332666
1 changed files with 5 additions and 9 deletions
|
@ -1,23 +1,19 @@
|
|||
# Template file for 'python3-dogpile.cache'
|
||||
pkgname=python3-dogpile.cache
|
||||
version=1.0.2
|
||||
revision=3
|
||||
version=1.1.1
|
||||
revision=1
|
||||
wrksrc="dogpile.cache-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-decorator"
|
||||
checkdepends="tox"
|
||||
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=64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef
|
||||
|
||||
do_check() {
|
||||
tox -e py${py3_ver/./}
|
||||
}
|
||||
checksum=40147b19696f387415a7efaaa4cf8ea0b5d31bdd1b53e5187e75d48ddfee9f0e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue