New package: python3-zope.cachedescriptors-4.3.1

closes #3946
This commit is contained in:
Toby Merz 2018-10-19 10:01:09 +02:00 committed by maxice8
parent 2f3723eb76
commit 8e461615f6
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,20 @@
# Template file for 'python3-zope.cachedescriptors'
pkgname=python3-zope.cachedescriptors
version=4.3.1
revision=1
noarch=yes
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"
distfiles="${PYPI_SITE}/z/zope.cachedescriptors/zope.cachedescriptors-${version}.tar.gz"
checksum=1f4d1a702f2ea3d177a1ffb404235551bb85560100ec88e6c98691734b1d194a
post_install() {
vlicense LICENSE.txt LICENSE
}