Commits

Renee Otten authored 5ab619bcc93
py-epsg: update to 0.4.0, remove py34 subport
No tags

python/py-epsg/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 PortGroup github 1.0
6 6
7 -github.setup rhattersley pyepsg 0.3.2 v
8 -
7 +github.setup rhattersley pyepsg 0.4.0 v
9 8 name py-epsg
9 +revision 0
10 +
10 11 categories-append gis
11 12 platforms darwin
12 13 supported_archs noarch
13 14 license LGPL-3
14 -
15 15 maintainers {petr @petrrr} openmaintainer
16 16
17 17 description Easy access to the EPSG database via http://epsg.io/
18 -
19 18 long_description ${description}
20 19
21 -checksums md5 b346a082468a9eebb55673fdab987433 \
22 - rmd160 57266fe4b146dd45ad4cbf404ff2c8fab3ea83d2 \
23 - sha256 faa9a68c0ce089ebbe5000cdd059f6f1594367b377ed643ab7f04584b5386223
20 +checksums rmd160 2f3635e2350ded2a7e2687bf0721a49fe53491da \
21 + sha256 207161c981d8ff979c3543c0ac66310e31868bb9d80fb2833e9872337f769c32 \
22 + size 23575
24 23
25 -python.versions 27 34 35 36 37 38
24 +python.versions 27 35 36 37 38
26 25
27 26 if {${name} ne ${subport}} {
28 - depends_build-append port:py${python.version}-setuptools
27 + depends_build-append \
28 + port:py${python.version}-setuptools
29 29
30 - depends_lib-append port:py${python.version}-requests
30 + depends_lib-append \
31 + port:py${python.version}-requests
31 32
32 - # Adding documentation
33 33 post-destroot {
34 34 set dest_doc ${destroot}${prefix}/share/doc/${subport}
35 - xinstall -d ${dest_doc}
36 - xinstall -m 755 -W ${worksrcpath} \
37 - README.rst \
38 - COPYING \
39 - COPYING.LESSER \
40 - ${dest_doc}
35 + xinstall -d ${dest_doc}
36 + xinstall -m 0644 -W ${worksrcpath} README.rst \
37 + COPYING COPYING.LESSER ${dest_doc}
41 38 }
42 39
43 40 livecheck.type none
44 41 }

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

Add shortcut