mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-dogpile.cache: update to 0.9.0.
This commit is contained in:
parent
3ccf1c4cc5
commit
d4727110af
1 changed files with 3 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-dogpile.cache'
|
# Template file for 'python-dogpile.cache'
|
||||||
pkgname=python-dogpile.cache
|
pkgname=python-dogpile.cache
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="dogpile.cache-${version}"
|
wrksrc="dogpile.cache-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="dogpile"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python python-decorator"
|
depends="python python-decorator"
|
||||||
short_desc="Caching front-end based on the Dogpile lock (Python2)"
|
short_desc="Caching front-end based on the Dogpile lock (Python2)"
|
||||||
|
@ -13,7 +12,7 @@ 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=70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6
|
checksum=b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,10 +20,8 @@ post_install() {
|
||||||
|
|
||||||
python3-dogpile.cache_package() {
|
python3-dogpile.cache_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="dogpile"
|
|
||||||
depends="python3 python3-decorator"
|
depends="python3 python3-decorator"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="guessit:guessit:/usr/bin/guessit3"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue