python3-zope.cachedescriptors: update to 4.4.
This commit is contained in:
parent
6304860504
commit
ed0f83ac62
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-zope.cachedescriptors'
|
||||
pkgname=python3-zope.cachedescriptors
|
||||
version=4.3.1
|
||||
revision=4
|
||||
version=4.4
|
||||
revision=1
|
||||
wrksrc="zope.cachedescriptors-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="zope/cachedescriptors"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-setuptools"
|
||||
short_desc="Method and property caching decorators"
|
||||
maintainer="shizonic <realtiaz@gmail.com>"
|
||||
license="ZPL-2.1"
|
||||
homepage="http://github.com/zopefoundation/zope.cachedescriptors"
|
||||
changelog="https://raw.githubusercontent.com/zopefoundation/zope.cachedescriptors/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/z/zope.cachedescriptors/zope.cachedescriptors-${version}.tar.gz"
|
||||
checksum=1f4d1a702f2ea3d177a1ffb404235551bb85560100ec88e6c98691734b1d194a
|
||||
checksum=d45c487486f7df81f2992f1a00912624bf77259d83c5d98aa76b678716e3d11a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue