# -*- 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 64749 2010-03-15 13:16:11Z nox@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-decorator
version             3.1.2
categories          python
maintainers         nodamage.com:nodamage openmaintainer
description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
long_description    ${description} By Michele Simionato.
platforms           darwin
homepage            http://pypi.python.org/pypi/decorator
master_sites        http://pypi.python.org/packages/source/d/decorator/
distname            decorator-${version}

checksums           md5 9ebbe8d0f0c42495561b8e79fd0d8e56 \
                    sha1 daa9d392dd2169d96888d7d776dd8beb90d2581a \
                    rmd160 16599d7089e1ff1f4ec8d24ce8a59822ae8d62af

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