# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-msgpack
version             0.6.1
revision            0
categories-append   devel
platforms           darwin
license             Apache

python.versions     27 34 35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         MessagePack (de)serializer for Python.
long_description    ${description}

homepage            https://pypi.python.org/pypi/msgpack/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  ed6e58363084727b061ad8c35d82c4ac3a4695f7 \
                    sha256  4008c72f5ef2b7936447dcb83db41d97e9791c83221be13d5e19db0796df1972 \
                    size    118812

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}