mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cachetools: update to 5.5.0.
This commit is contained in:
parent
5bfffa4834
commit
cc7a48d7a7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-cachetools'
|
# Template file for 'python3-cachetools'
|
||||||
pkgname=python3-cachetools
|
pkgname=python3-cachetools
|
||||||
version=5.4.0
|
version=5.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/tkem/cachetools/"
|
homepage="https://github.com/tkem/cachetools/"
|
||||||
changelog="https://raw.githubusercontent.com/tkem/cachetools/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/tkem/cachetools/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
|
||||||
checksum=b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827
|
checksum=2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue