commit
32f16455a3
6 changed files with 90 additions and 0 deletions
29
srcpkgs/python-Flask/template
Normal file
29
srcpkgs/python-Flask/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
29
srcpkgs/python-Werkzeug/template
Normal file
29
srcpkgs/python-Werkzeug/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
29
srcpkgs/python-itsdangerous/template
Normal file
29
srcpkgs/python-itsdangerous/template
Normal 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
1
srcpkgs/python3.4-Flask
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-Flask
|
1
srcpkgs/python3.4-Werkzeug
Symbolic link
1
srcpkgs/python3.4-Werkzeug
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-Werkzeug
|
1
srcpkgs/python3.4-itsdangerous
Symbolic link
1
srcpkgs/python3.4-itsdangerous
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-itsdangerous
|
Loading…
Add table
Add a link
Reference in a new issue