Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions srcpkgs/python3-cached-property/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-cached-property'
pkgname=python3-cached-property
version=1.5.1
revision=5
version=1.5.2
revision=1
wrksrc="cached-property-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
Expand All @@ -11,7 +11,9 @@ maintainer="Orphaned <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/pydanny/cached-property"
distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz"
checksum=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504
checksum=9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130
# upstream testcode use @coroutine
make_check=no

post_install() {
vlicense LICENSE
Expand Down