parent
2f3723eb76
commit
8e461615f6
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue