mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-30 13:03:51 +02:00
python-cheetah: switch to setuptools
This is not a 'noarch' pkg; python2-only.
This commit is contained in:
parent
4d2949216c
commit
d761d4fa77
1 changed files with 9 additions and 6 deletions
|
@ -1,17 +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=2
|
revision=3
|
||||||
|
wrksrc="Cheetah-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
noarch="yes"
|
depends="python>=2.7 python-Markdown"
|
||||||
depends="python>=2.7"
|
|
||||||
pycompile_module="Cheetah"
|
pycompile_module="Cheetah"
|
||||||
short_desc="Open source template engine and code-generation tool"
|
short_desc="A Python-powered template engine and code generator"
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
homepage="http://www.cheetahtemplate.org/"
|
homepage="http://www.cheetahtemplate.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://pypi.python.org/packages/source/C/Cheetah/Cheetah-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/C/Cheetah/Cheetah-${version}.tar.gz"
|
||||||
checksum=be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
|
checksum=be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
|
||||||
wrksrc="Cheetah-${version}"
|
|
||||||
|
post_install() {
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue