33 lines
850 B
Bash
33 lines
850 B
Bash
# Template file for 'python-Werkzeug'
|
|
pkgname=python-Werkzeug
|
|
version=0.11.10
|
|
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"
|
|
depends="python"
|
|
short_desc="The Swiss Army knife of Python web development (Python2)"
|
|
maintainer="Markus Berger <pulux@pf4sh.de>"
|
|
homepage="http://werkzeug.pocoo.org"
|
|
license="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
|
checksum=cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c49264aeeee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|