New package python-Werkzeug

This commit is contained in:
pulux 2015-01-06 08:41:13 +01:00
parent dc9393b485
commit 63b9c28cd2
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,31 @@
# 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"
replaces="python-Werkzeug>=0"
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"
replaces="python3.4-Werkzeug>=0"
pycompile_version="3.4"
pycompile_module="werkzeug"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

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

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