# -*- 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-shove version 0.6.4 revision 0 categories-append devel license BSD platforms darwin supported_archs noarch maintainers stromnov openmaintainer description Common object storage frontend long_description Common object storage frontend that supports dictionary-\ style access, object serialization and compression, \ and multiple storage and caching backends. homepage https://bitbucket.org/lcrees/shove/ master_sites pypi:s/shove/ distname shove-${version} checksums rmd160 768c3ece5c561ac46039506c4959c482e22c0a1b \ sha256 f132c2d22749e9c30421dcc59fa2edb63bea2acd29b7fdc61f37dca984dc5498 python.versions 26 27 34 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/shove/json livecheck.regex "shove-(\\d+(?:\\.\\d+)*)${extract.suffix}" }