# -*- 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 # $Id: Portfile 150895 2016-08-01 14:34:56Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-msgpack version 0.4.8 revision 0 categories-append devel platforms darwin license Apache python.versions 26 27 33 34 35 maintainers stromnov openmaintainer description MessagePack (de)serializer for Python. long_description ${description} homepage http://pypi.python.org/pypi/msgpack-python/ master_sites pypi:m/msgpack-python distname msgpack-python-${version} checksums rmd160 e5332d835644ec9f1addecaec91aab0397adcb9b \ sha256 1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.name msgpack-python livecheck.type pypi }