27 lines
901 B
Bash
27 lines
901 B
Bash
# Template file for 'python-tornado'
|
|
pkgname=python-tornado
|
|
version=4.4.2
|
|
revision=1
|
|
wrksrc="tornado-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
pycompile_module="tornado"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
makedepends="python-devel python3.4-devel"
|
|
depends="ca-certificates python-singledispatch python-backports_abc"
|
|
short_desc="Python2 web framework and asynchronous networking library"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://www.tornadoweb.org/"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
|
|
checksum=2898f992f898cd41eeb8d53b6df75495f2f423b6672890aadaf196ea1448edcc
|
|
|
|
python3.4-tornado_package() {
|
|
pycompile_version="3.4"
|
|
pycompile_module="tornado"
|
|
depends="ca-certificates python3.4-backports_abc"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|