# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-cloudpickle version 0.2.1 revision 0 categories-append science platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Extended pickling support for Python objects. long_description ${description} homepage https://github.com/cloudpipe/cloudpickle master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 da5dbd946c5814ff97224067e44f2d1038f501b6 \ sha256 eea4b655e6aed3dba39b104ad1872226e3f9e23d8d202fc003f3e65f2d125c3b if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }