# -*- 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: Portfile 93040 2012-05-14 12:06:53Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-shove
version             0.4.3
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        http://pypi.python.org/packages/source/s/shove/

distname            shove-${version}

checksums           rmd160  5227af4c10b99231250a60fb4f644fbf6718cb4b \
                    sha256  1045f7b42c5bf6f6f02f9f27a7b227fc650ec777892f789f9ee944e62b55b915

python.default_version  27
python.versions     26 27

if {$subport != $name} {
    depends_lib-append  port:py${python.version}-distribute
}

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "shove-(\\d+(?:\\.\\d+)*)${extract.suffix}"
