New package: python-Jinja2-2.7.3 with 3.4 subpkg, replaces python-jinja
Revbump affected pkgs.
This commit is contained in:
parent
763780fd19
commit
8c63e62d0b
@ -1,12 +1,12 @@
|
|||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=1.6.3
|
version=1.6.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel python-jinja python-paramiko python-yaml"
|
makedepends="python-devel python-Jinja2 python-paramiko python-yaml"
|
||||||
depends="python python-jinja python-paramiko python-yaml"
|
depends="${makedepends//-devel/}"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
|
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Template file for 'buildbot'
|
# Template file for 'buildbot'
|
||||||
pkgname=buildbot
|
pkgname=buildbot
|
||||||
version=0.8.8
|
version=0.8.8
|
||||||
revision=2
|
revision=3
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted"
|
makedepends="python python-Jinja2 sqlalchemy-migrate python-simplejson Twisted"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pycompile_module="buildbot"
|
pycompile_module="buildbot"
|
||||||
short_desc="A system to automate the compile/test cycle"
|
short_desc="A system to automate the compile/test cycle"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Template file for 'pelican'
|
# Template file for 'pelican'
|
||||||
pkgname=pelican
|
pkgname=pelican
|
||||||
version=3.4.0
|
version=3.4.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel python-feedgenerator python-jinja python-Pygments
|
makedepends="python-devel python-feedgenerator python-Jinja2 python-Pygments
|
||||||
python-docutils python-pytz python-blinker python-Unidecode python-six
|
python-docutils python-pytz python-blinker python-Unidecode python-six
|
||||||
python-dateutil"
|
python-dateutil"
|
||||||
depends="${makedepends//-devel/}"
|
depends="${makedepends//-devel/}"
|
||||||
@ -14,5 +14,5 @@ short_desc="Static site generator, written in Python"
|
|||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://getpelican.com/"
|
homepage="http://getpelican.com/"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
distfiles="https://pypi.python.org/packages/source/p/pelican/pelican-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a0487cc15721fcafc9b4b17a030c4655da6a365344c6bdadda8296423a746c8c
|
checksum=a0487cc15721fcafc9b4b17a030c4655da6a365344c6bdadda8296423a746c8c
|
||||||
|
31
srcpkgs/python-Jinja2/template
Normal file
31
srcpkgs/python-Jinja2/template
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Template file for 'python-Jinja2'
|
||||||
|
pkgname=python-Jinja2
|
||||||
|
version=2.7.3
|
||||||
|
revision=3
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
pycompile_module="jinja2"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
makedepends="python-devel python3.4-devel python-MarkupSafe python3.4-MarkupSafe"
|
||||||
|
depends="python python-MarkupSafe"
|
||||||
|
replaces="python-jinja>=0"
|
||||||
|
short_desc="A full featured template engine for Python2"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="http://jinja.pocoo.org/"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="http://pypi.python.org/packages/source/J/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||||
|
checksum=2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb
|
||||||
|
|
||||||
|
python3.4-Jinja2_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4 python3.4-MarkupSafe"
|
||||||
|
replaces="python3.4-jinja>=0"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="jinja2"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
@ -1,28 +0,0 @@
|
|||||||
# Template file for 'python-jinja'
|
|
||||||
pkgname=python-jinja
|
|
||||||
version=2.7.3
|
|
||||||
revision=2
|
|
||||||
noarch=yes
|
|
||||||
wrksrc="Jinja2-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
python_versions="2.7 3.4"
|
|
||||||
pycompile_module="jinja2"
|
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
||||||
makedepends="python-devel python3.4-devel python-MarkupSafe"
|
|
||||||
depends="python-MarkupSafe"
|
|
||||||
short_desc="Modern and designer friendly templating language for Python2"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
homepage="http://jinja.pocoo.org/"
|
|
||||||
license="BSD"
|
|
||||||
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
|
||||||
checksum=2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb
|
|
||||||
|
|
||||||
python3.4-jinja_package() {
|
|
||||||
depends="python3.4-MarkupSafe"
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="jinja2"
|
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3.4
|
|
||||||
}
|
|
||||||
}
|
|
1
srcpkgs/python3.4-Jinja2
Symbolic link
1
srcpkgs/python3.4-Jinja2
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
python-Jinja2
|
@ -1 +0,0 @@
|
|||||||
python-jinja
|
|
@ -1,12 +1,12 @@
|
|||||||
# Template file for 'wok'
|
# Template file for 'wok'
|
||||||
pkgname=wok
|
pkgname=wok
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="wok"
|
pycompile_module="wok"
|
||||||
hostmakedepends="python-devel python-setuptools"
|
hostmakedepends="python-devel python-setuptools"
|
||||||
makedepends="python-devel python-jinja python-yaml python-docutils python-Markdown python-Pygments"
|
makedepends="python-devel python-Jinja2 python-yaml python-docutils python-Markdown python-Pygments"
|
||||||
depends="${makedepends/python-devel/}"
|
depends="${makedepends/python-devel/}"
|
||||||
short_desc="A simple static site generator in python"
|
short_desc="A simple static site generator in python"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user