python-Jinja2: update to 2.8
This commit is contained in:
parent
a91ed5cf01
commit
a6cbdaa0a8
srcpkgs/python-Jinja2
|
@ -1,31 +1,33 @@
|
||||||
# Template file for 'python-Jinja2'
|
# Template file for 'python-Jinja2'
|
||||||
pkgname=python-Jinja2
|
pkgname=python-Jinja2
|
||||||
version=2.7.3
|
version=2.8
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="Jinja2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="jinja2"
|
pycompile_module="jinja2"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel python-MarkupSafe python3.4-MarkupSafe"
|
depends="python-MarkupSafe"
|
||||||
depends="python python-MarkupSafe"
|
|
||||||
replaces="python-jinja>=0"
|
|
||||||
short_desc="A full featured template engine for Python2"
|
short_desc="A full featured template engine for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://jinja.pocoo.org/"
|
homepage="http://jinja.pocoo.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://pypi.python.org/packages/source/J/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||||
checksum=2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb
|
checksum=bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-Jinja2_package() {
|
python3.4-Jinja2_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4 python3.4-MarkupSafe"
|
depends="python3.4-MarkupSafe"
|
||||||
replaces="python3.4-jinja>=0"
|
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="jinja2"
|
pycompile_module="jinja2"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue