Commits
Andrew Stromnov authored fd92a24f28d
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-colander |
7 - | version 1.6.0 |
7 + | version 1.7.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 System for validating and deserializing data. |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage http://docs.repoze.org/colander |
22 22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 23 | |
24 24 | distname ${python.rootname}-${version} |
25 25 | |
26 - | checksums rmd160 f1e1cfe46b1bc3a04040428417883fd26e62da33 \ |
27 - | sha256 121d57ccaa17a3f035aeba74488305837ae758ec5b66b4d6a48fa140f262f974 \ |
28 - | size 129126 |
26 + | checksums rmd160 0dab298772ea78877d5af3f910fbd0dfc7a28236 \ |
27 + | sha256 d758163a22d22c39b9eaae049749a5cd503f341231a02ed95af480b1145e81f2 \ |
28 + | size 131320 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | depends_lib-append port:py${python.version}-iso8601 \ |
34 34 | port:py${python.version}-translationstring |
35 35 | |
36 36 | livecheck.type none |
37 37 | } |