# -*- 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-pickleshare version 0.7.4 revision 0 categories-append devel science platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Tiny 'shelve'-like database with concurrency support. long_description ${description} homepage https://github.com/vivainio/pickleshare master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 18b2a7c03e3cb094b051a06d92323239b62bb675 \ sha256 84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools if {${python.version} < 34} { depends_lib-append port:py${python.version}-pathlib2 } livecheck.type none } else { livecheck.type pypi }