Merge pull request #824 from pulux/master

New packages
This commit is contained in:
Juan RP 2015-01-06 11:03:56 +01:00
commit 32f16455a3
6 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Template file for 'python-Flask'
pkgname=python-Flask
version=0.10.1
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="flask"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python python-Jinja2>=2.4 python-Werkzeug>=0.7 python-itsdangerous>=0.21"
short_desc="A microframework based on Werkzeug, Jinja2 and good intentions"
maintainer="Markus Berger <pulux@pf4sh.de>"
homepage="http://flask.pocoo.org"
license="BSD"
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
checksum=4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373
python3.4-Flask_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="flask"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

View File

@ -0,0 +1,29 @@
# Template file for 'python-Werkzeug
pkgname=python-Werkzeug
version=0.9.6
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="werkzeug"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python"
short_desc="The Swiss Army knife of Python web development"
maintainer="Markus Berger <pulux@pf4sh.de>"
homepage="http://werkzeug.pocoo.org"
license="BSD"
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
checksum=7f11e7e2e73eb22677cac1b11113eb6106f66cedef13d140e83cf6563c90b79c
python3.4-Werkzeug_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="werkzeug"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

View File

@ -0,0 +1,29 @@
# Template file for 'python-itsdangerous
pkgname=python-itsdangerous
version=0.24
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="itsdangerous"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python"
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
maintainer="Markus Berger <pulux@pf4sh>"
homepage="http://github.com/mitsuhiko/itsdangerous"
license="BSD"
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
python3.4-itsdangerous_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="itsdangerous"
short_desc="${short_descr/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

1
srcpkgs/python3.4-Flask Symbolic link
View File

@ -0,0 +1 @@
python-Flask

1
srcpkgs/python3.4-Werkzeug Symbolic link
View File

@ -0,0 +1 @@
python-Werkzeug

View File

@ -0,0 +1 @@
python-itsdangerous