diff --git a/trunk/dports/python/py-decorator/Portfile b/trunk/dports/python/py-decorator/Portfile
a
|
b
|
|
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-decorator |
8 | | version 3.3.2 |
| 8 | version 3.4.0 |
9 | 9 | python.versions 25 26 27 |
10 | 10 | python.default_version 27 |
11 | 11 | categories python |
12 | 12 | license BSD |
13 | | maintainers nomaintainer |
| 13 | maintainers gmail.com:larry.velazquez |
14 | 14 | description Provides a decorator factory that makes creating signature preserving decorators dead simple. |
15 | 15 | long_description ${description} By Michele Simionato. |
16 | 16 | platforms darwin |
… |
… |
|
19 | 19 | master_sites http://pypi.python.org/packages/source/d/decorator/ |
20 | 20 | distname decorator-${version} |
21 | 21 | |
22 | | checksums rmd160 21c2e2feef997a42781dc17a20092b570325a121 \ |
23 | | sha256 c878e3c9a4015893fddcc7a145017bd54bd51cda0eb234cab6a20fa02540cb1f |
| 22 | checksums rmd160 57b014f5fb2a1750910364882d430a85f94a8b85 \ |
| 23 | sha256 c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783 |
24 | 24 | |
25 | 25 | livecheck.type regex |
26 | 26 | livecheck.regex {decorator/(\d+(?:\.\d+)*)<} |