Commits

Renee Otten authored and Adam Mercer committed 3a52aaa4f80
py-tz: update to 2019.2
No tags

python/py-tz/Portfile

Modified
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-tz
7 7 set my_name pytz
8 8 conflicts py-tz-gae
9 -version 2018.9
9 +version 2019.2
10 10 revision 0
11 11
12 12 categories-append devel
13 13 platforms darwin
14 14 supported_archs noarch
15 15 license MIT
16 16 maintainers {ram @skymoo} openmaintainer
17 17
18 18 description World Timezone Definitions for Python
19 19 long_description pytz brings the Olson tz database into Python. This library allows \
20 20 accurate and cross platform timezone calculations.
21 21
22 22 homepage https://pypi.python.org/pypi/pytz
23 -master_sites pypi:1b/50/4cdc62fc0753595fc16c8f722a89740f487c6e5670c644eb8983946777be \
24 - pypi:p/pytz/
23 +master_sites pypi:p/pytz/
25 24 distname ${my_name}-${version}
26 25
27 -checksums rmd160 60a5a4de522e3a4d8bed1f8f58f7bdcf0abfb157 \
28 - sha256 d5f05e487007e29e03409f9398d074e158d920d36eb82eaf66fb1136b0c5374c \
29 - size 310705
26 +checksums rmd160 a6ef26c8a6c9d5c927a5b3f0c052b09ac963f2aa \
27 + sha256 26c0b32e437e54a18161324a2fca3c4b9846b74a8dccddd843113109e1116b32 \
28 + size 307474
30 29
31 30 python.versions 27 34 35 36 37
32 31
33 32 if {${name} ne ${subport}} {
34 33 conflicts py${python.version}-tz-gae
35 34
36 35 post-destroot {
37 36 set docdir ${prefix}/share/doc/${subport}
38 37 xinstall -d ${destroot}${docdir}
39 38 xinstall -m 0644 -W $worksrcpath LICENSE.txt README.txt \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut