1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-decorator |
---|
8 | version 3.1.2 |
---|
9 | categories python |
---|
10 | maintainers nodamage.com:nodamage openmaintainer |
---|
11 | description Provides a decorator factory that makes creating signature preserving decorators dead simple. |
---|
12 | long_description ${description} By Michele Simionato. |
---|
13 | platforms darwin |
---|
14 | homepage http://pypi.python.org/pypi/decorator |
---|
15 | master_sites http://pypi.python.org/packages/source/d/decorator/ |
---|
16 | distname decorator-${version} |
---|
17 | |
---|
18 | checksums md5 9ebbe8d0f0c42495561b8e79fd0d8e56 \ |
---|
19 | sha1 daa9d392dd2169d96888d7d776dd8beb90d2581a \ |
---|
20 | rmd160 16599d7089e1ff1f4ec8d24ce8a59822ae8d62af |
---|