mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cached-property: update to 1.5.2.
This commit is contained in:
parent
37545e2deb
commit
ae936a0138
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-cached-property'
|
# Template file for 'python3-cached-property'
|
||||||
pkgname=python3-cached-property
|
pkgname=python3-cached-property
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="cached-property-${version}"
|
wrksrc="cached-property-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/pydanny/cached-property"
|
homepage="https://github.com/pydanny/cached-property"
|
||||||
distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz"
|
||||||
checksum=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504
|
checksum=9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130
|
||||||
|
# upstream testcode use @coroutine
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue