21 lines
704 B
Bash
21 lines
704 B
Bash
# Template file for 'python3-zope.cachedescriptors'
|
|
pkgname=python3-zope.cachedescriptors
|
|
version=4.3.1
|
|
revision=1
|
|
archs=noarch
|
|
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
|
|
}
|