aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-cached-property
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-26 18:59:01 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-29 20:59:43 -0300
commit4b9b2476d832d8c4cfa49e549233e2291de339df (patch)
tree4619d4defc555e3eda784398d6182b444f46c43a /community/py3-cached-property
parent6745381a2cb7575498af9170c2e54648d297633e (diff)
downloadaports-4b9b2476d832d8c4cfa49e549233e2291de339df.tar.bz2
aports-4b9b2476d832d8c4cfa49e549233e2291de339df.tar.xz
community/py3-cached-property: upgrade to 1.5.1
Diffstat (limited to 'community/py3-cached-property')
-rw-r--r--community/py3-cached-property/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/py3-cached-property/APKBUILD b/community/py3-cached-property/APKBUILD
index c5efaa09cd..cfbaa8f460 100644
--- a/community/py3-cached-property/APKBUILD
+++ b/community/py3-cached-property/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-cached-property
-pkgver=1.4.3
-pkgrel=1
+pkgver=1.5.1
+pkgrel=0
pkgdesc="Decorator for caching properties in classes"
url="https://github.com/pydanny/cached-property"
arch="noarch"
@@ -12,18 +12,15 @@ source="https://pypi.io/packages/source/c/cached-property/cached-property-$pkgve
builddir="$srcdir/cached-property-$pkgver"
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py check
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e36e61af8f68a253573efbac666abd4e897142b3cec2499c50ba932924f8dad786979e1a297df7f0898310ae1aec1116615dff6e39c0b203e262628b450ad91f cached-property-1.4.3.tar.gz"
+sha512sums="61bbedb48336af7c0b465421eb4d3b6b48155cfe4fd6270ff49caefe0d80e40b50c4801a68a5564931d316e374b69112ad14f72687a015ce81aaeade6fcf9ce3 cached-property-1.5.1.tar.gz"