# -*- 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 PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup rhattersley pyepsg 0.3.2 v name py-epsg categories-append gis platforms darwin supported_archs noarch license LGPL-3 maintainers {petr @petrrr} openmaintainer description Easy access to the EPSG database via http://epsg.io/ long_description ${description} checksums md5 b346a082468a9eebb55673fdab987433 \ rmd160 57266fe4b146dd45ad4cbf404ff2c8fab3ea83d2 \ sha256 faa9a68c0ce089ebbe5000cdd059f6f1594367b377ed643ab7f04584b5386223 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-requests # Adding documentation post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${subport} xinstall -d ${dest_doc} xinstall -m 755 -W ${worksrcpath} \ README.rst \ COPYING \ COPYING.LESSER \ ${dest_doc} } livecheck.type none }