19 lines
708 B
Bash
19 lines
708 B
Bash
# Template file for 'python3-zope.cachedescriptors'
|
|
pkgname=python3-zope.cachedescriptors
|
|
version=4.4
|
|
revision=3
|
|
build_style=python3-module
|
|
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=d45c487486f7df81f2992f1a00912624bf77259d83c5d98aa76b678716e3d11a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|