# -*- 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-partd version 0.3.6 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Appendable key-value storage. long_description ${description} homepage http://github.com/mrocklin/partd/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 65ca995bba74b44e86cc3f7a93ccd02722b81df5 \ sha256 1522c30578fe6a84e0a9310d537f2fcc0d21135bab1e4dc15fd74ada5c9c88f2 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 } else { livecheck.type pypi }