New package: python-pystache-0.5.4
This commit is contained in:
parent
36adee8e40
commit
3372533871
2 changed files with 28 additions and 0 deletions
27
srcpkgs/python-pystache/template
Normal file
27
srcpkgs/python-pystache/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'python-pystache'
|
||||||
|
pkgname=python-pystache
|
||||||
|
version=0.5.4
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="pystache-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="pystache"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
short_desc="Mustache template engine written in python"
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://defunkt.io/pystache/"
|
||||||
|
distfiles="${PYPI_SITE}/p/pystache/pystache-${version}.tar.gz"
|
||||||
|
checksum=f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-pystache_package() {
|
||||||
|
pycompile_module="pystache"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/python3*"
|
||||||
|
vmove "usr/bin/*3"
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-pystache
Symbolic link
1
srcpkgs/python3-pystache
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pystache
|
Loading…
Add table
Reference in a new issue