python-tornado: update to 4.1

This commit is contained in:
Alessio Sergi 2015-02-10 12:31:10 +01:00
parent f417430e41
commit b7a725a337

View file

@ -1,7 +1,7 @@
# Template file for 'python-tornado' # Template file for 'python-tornado'
pkgname=python-tornado pkgname=python-tornado
version=4.0.2 version=4.1
revision=2 revision=1
wrksrc="tornado-${version}" wrksrc="tornado-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.tornadoweb.org/" homepage="http://www.tornadoweb.org/"
license="Apache-2.0" license="Apache-2.0"
distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
checksum=900c5124ebdb6598ca8e8a0c5888f41a5f14117952d5515258e3d20222b21bfa checksum=99abd3aede45c93739346ee7384e710120121c3744da155d5cff1c0101702228
pre_build() { pre_build() {
# remove shebang # remove shebang