mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: python3-cheetah3-3.2.0
This commit is contained in:
parent
4512d435f0
commit
c179a10de9
2 changed files with 26 additions and 0 deletions
25
srcpkgs/python3-cheetah3/template
Normal file
25
srcpkgs/python3-cheetah3/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python3-cheetah3'
|
||||||
|
pkgname=python3-cheetah3
|
||||||
|
version=3.2.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="Cheetah3-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="Cheetah"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
short_desc="Python-powered template engine and code generator"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://www.cheetahtemplate.org/"
|
||||||
|
distfiles="${PYPI_SITE}/C/Cheetah3/Cheetah3-${version}.tar.gz"
|
||||||
|
checksum=0c8d1a2494eaad548544cb2c317514d5279db0ed569e34516b787d5e12b41589
|
||||||
|
alternatives="python-cheetah:cheetah:/usr/bin/cheetah3
|
||||||
|
python-cheetah:cheetah-analyze:/usr/bin/cheetah-analyze3
|
||||||
|
python-cheetah:cheetah-compile:/usr/bin/cheetah-compile3"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/bin/cheetah{,3}
|
||||||
|
mv ${DESTDIR}/usr/bin/cheetah-analyze{,3}
|
||||||
|
mv ${DESTDIR}/usr/bin/cheetah-compile{,3}
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
1
srcpkgs/python3-cheetah3/update
Normal file
1
srcpkgs/python3-cheetah3/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*b*"
|
Loading…
Add table
Reference in a new issue