# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup Yelp mrjob 0.5.0 v
name py-${github.project}
categories-append parallel
maintainers {petr @petrrr} openmaintainer
description Python MapReduce framework
mrjob is a Python package that helps you write and run Hadoop Streaming \
jobs. It fully supports Amazon's Elastic MapReduce (EMR) service, which \
allows you to buy time on a Hadoop cluster on an hourly basis. It also \
works with your own Hadoop cluster.
homepage https://pythonhosted.org/mrjob/
checksums md5 3d2e484d389f049a6e328d5ec7601be8 \
rmd160 4c2b46f67e4b54ba03253069b1164282d4fff576 \
sha256 4c694c1f6f83f0d52b779843927e4dff6ace07213f994d1eb58e8cc98a36655d
python.versions 27 34 35 36
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-boto \
port:py${python.version}-filechunkio \
port:py${python.version}-yaml
# Adding documentation and examples
set dest_doc ${destroot}${prefix}/share/doc/${subport}
xinstall -m 755 -W ${worksrcpath} \