mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'python3-dogpile.cache'
|
||||||
pkgname=python3-dogpile.cache
|
pkgname=python3-dogpile.cache
|
||||||
version=1.0.2
|
version=1.1.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="dogpile.cache-${version}"
|
wrksrc="dogpile.cache-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3 python3-decorator"
|
depends="python3-decorator"
|
||||||
checkdepends="tox"
|
checkdepends="python3-pytest python3-stevedore python3-Mako $depends"
|
||||||
short_desc="Caching front-end based on the Dogpile lock"
|
short_desc="Caching front-end based on the Dogpile lock"
|
||||||
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"
|
||||||
changelog="https://github.com/sqlalchemy/dogpile.cache/raw/master/docs/build/changelog.rst"
|
changelog="https://github.com/sqlalchemy/dogpile.cache/raw/master/docs/build/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dogpile.cache/dogpile.cache-${version}.tar.gz"
|
||||||
checksum=64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef
|
checksum=40147b19696f387415a7efaaa4cf8ea0b5d31bdd1b53e5187e75d48ddfee9f0e
|
||||||
|
|
||||||
do_check() {
|
|
||||||
tox -e py${py3_ver/./}
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue