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