Commits
Kurt Hindenburg authored ea3b52e3c3a
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-tempora |
7 - | version 1.13 |
7 + | version 1.14 |
8 8 | categories-append devel |
9 9 | platforms darwin |
10 10 | supported_archs noarch |
11 11 | license MIT |
12 12 | |
13 13 | maintainers {khindenburg @kurthindenburg} openmaintainer |
14 14 | |
15 15 | description Objects and routines pertaining to date and time (tempora) |
16 16 | long_description ${description} |
17 17 | |
18 18 | homepage https://pypi.python.org/pypi/${python.rootname} |
19 19 | |
20 20 | distname ${python.rootname}-${version} |
21 21 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
22 22 | |
23 - | checksums rmd160 0e1d74d21a85a84c965364fee07620841c453004 \ |
24 - | sha256 4848df474c9d7ad9515fbeaadc88e48843176b4b90393652156ccff613bcaeb1 \ |
25 - | size 15956 |
23 + | checksums rmd160 d9753fb299c74107c10617d1b6a2cc7612c1d050 \ |
24 + | sha256 4951da790bd369f718dbe2287adbdc289dc2575a09278e77fad6131bcfe93097 \ |
25 + | size 16009 |
26 26 | |
27 27 | python.versions 27 34 35 36 37 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | depends_build-append port:py${python.version}-setuptools_scm |
31 31 | depends_lib-append port:py${python.version}-tz \ |
32 32 | port:py${python.version}-six |
33 33 | |
34 34 | livecheck.type none |
35 35 | } else { |