Commits
Andrew Stromnov authored ec981427e7f
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-decorator |
7 - | version 4.3.2 |
7 + | version 4.4.0 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Decorator factory for signature-preserving decorators. |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/micheles/decorator |
22 22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 23 | |
24 24 | distname decorator-${version} |
25 25 | |
26 - | checksums rmd160 afbebd4187598113ba3f54b047325c44fecac71d \ |
27 - | sha256 33cd704aea07b4c28b3eb2c97d288a06918275dac0ecebdaf1bc8a48d98adb9e \ |
28 - | size 34892 |
26 + | checksums rmd160 92f783db41a586cbdffcc8e07851f098bf24da29 \ |
27 + | sha256 86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de \ |
28 + | size 34559 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | |
34 34 | livecheck.type none |
35 35 | } |