aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-cachetools
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-21 01:41:01 +0300
committerprspkt <prspkt@protonmail.com>2019-06-21 02:06:05 +0300
commit0a335fe4834b5b4a2e7603d62c2144ddb43de02e (patch)
tree23f11db88530d870321d95854be64293c0eb2bcd /community/py3-cachetools
parent710ef760e53456633ba59da7a223741804c49e88 (diff)
downloadaports-0a335fe4834b5b4a2e7603d62c2144ddb43de02e.tar.bz2
aports-0a335fe4834b5b4a2e7603d62c2144ddb43de02e.tar.xz
community/py3-cachetools: upgrade to 3.1.1
Diffstat (limited to 'community/py3-cachetools')
-rw-r--r--community/py3-cachetools/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py3-cachetools/APKBUILD b/community/py3-cachetools/APKBUILD
index 8ce09b9599..5bae2a40e3 100644
--- a/community/py3-cachetools/APKBUILD
+++ b/community/py3-cachetools/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=py3-cachetools
_pyname=cachetools
-pkgver=3.1.0
-pkgrel=1
+pkgver=3.1.1
+pkgrel=0
pkgdesc="Extensible memoizing collections and decorators"
url="https://github.com/tkem/cachetools"
arch="noarch"
license="MIT"
depends="python3"
+makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
@@ -25,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="b11d517047da0b56f8de375ae640c112de26c0ee6b71ca4a644fc455b96b2f26c96c7f756fa2c0550b79803011de55ecf9d78e4f6839bf5f9bcb72a5681413c0 py3-cachetools-3.1.0.tar.gz"
+sha512sums="3765f2a4dbca7fa1da92be6f68f3d4c1202b558ca6d7a5f05b8bb9c13cbb9ebeef19d4370b29d0239dc606656ce74b3db4d3df5d5ae36ce323d94eae3f18aedc py3-cachetools-3.1.1.tar.gz"