python-cachetools: update to 3.0.0.
This commit is contained in:
parent
ae20afa2d6
commit
aa1be2d83d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-cachetools'
|
||||
pkgname=python-cachetools
|
||||
version=2.1.0
|
||||
revision=2
|
||||
version=3.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="cachetools-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Python2 extensible memoizing collections and decorators"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
homepage="https://github.com/tkem/cachetools/"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tkem/cachetools/"
|
||||
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
|
||||
checksum=90f1d559512fc073483fe573ef5ceb39bf6ad3d39edc98dc55178a2b2b176fa3
|
||||
checksum=4621965b0d9d4c82a79a29edbad19946f5e7702df4afae7d1ed2df951559a8cc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue