# -*- 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 80295 2011-07-08 18:47:23Z jmr@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-decorator
version             3.2.0
categories          python
license             BSD
maintainers         nomaintainer
description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
long_description    ${description} By Michele Simionato.
platforms           darwin
supported_archs     noarch
homepage            http://pypi.python.org/pypi/decorator
master_sites        http://pypi.python.org/packages/source/d/decorator/
distname            decorator-${version}

checksums           md5     6208cd51365083c168ab3a04426a646b \
                    sha1    6ff071eae5f87af0708855d55912e8d9a83916a8 \
                    rmd160  273ea8d3b66576e18ab74d8d7dbd5d97322dbb4f

livecheck.type      regex
livecheck.regex     {decorator/(\d+(?:\.\d+)*)<}
