# -*- 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-partd
version             0.3.8
revision            0
categories-append   devel
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 34 35 36

maintainers         stromnov openmaintainer

description         Appendable key-value storage.
long_description    ${description}

homepage            https://github.com/mrocklin/partd/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

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

checksums           rmd160  d7578855ac471e4f91668c257fb8d6e51ce8adbc \
                    sha256  67291f1c4827cde3e0148b3be5d69af64b6d6169feb9ba88f0a6cfe77089400f

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

    livecheck.type      none
}