# -*- 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 90811 2012-03-15 01:01:47Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pss
version             0.35
categories          python devel
maintainers         nomaintainer
platforms           darwin
license             GPL-2+
supported_archs     noarch

description         pss is a tool for grepping through source code

long_description    ${description}

homepage            https://bitbucket.org/eliben/pss
master_sites        http://pypi.python.org/packages/source/p/pss

distname            pss-${version}

checksums           rmd160  305e7b93e3cb8cb788ffc16569bc83fda3e5819e \
                    sha256  acda704cc061954d8f878561b73257cec6ce1f9e3f403c73f40519e738d6787d

python.versions     26 27 31 32
python.default_version  27

if {${name} == ${subport}} {
    livecheck.url   [lindex ${master_sites} 0]
    livecheck.regex pss-(\[0-9.\]+)${extract.suffix}
} else {
    livecheck.type  none
}
