python-cheetah: switch to python2-module
Clean up while I'm here.
This commit is contained in:
parent
38f5421a73
commit
f558807dda
@ -1,20 +1,20 @@
|
|||||||
# Template file for 'python-cheetah'
|
# Template file for 'python-cheetah'
|
||||||
pkgname=python-cheetah
|
pkgname=python-cheetah
|
||||||
version=2.4.4
|
version=2.4.4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="Cheetah-${version}"
|
wrksrc="Cheetah-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python>=2.7 python-Markdown"
|
depends="python-Markdown"
|
||||||
pycompile_module="Cheetah"
|
pycompile_module="Cheetah"
|
||||||
short_desc="A Python-powered template engine and code generator"
|
short_desc="Python-powered template engine and code generator"
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.cheetahtemplate.org/"
|
homepage="http://www.cheetahtemplate.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/C/Cheetah/Cheetah-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/Cheetah/Cheetah-${version}.tar.gz"
|
||||||
checksum=be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
|
checksum=be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user