# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 set _name OWSLib set _n [string index ${_name} 0] name py-owslib version 0.11.0 categories-append gis science net platforms darwin supported_archs noarch license BSD maintainers petr openmaintainer description OGC Web Service utility library long_description \ OWSLib is a Python package for client programming with Open Geospatial \ Consortium (OGC) web service (hence OWS) interface standards, and their \ related content models. OWSLib provides a common API for accessing \ service metadata and wrappers for numerous OGC Web Service interfaces. homepage https://pypi.python.org/pypi/${_name}/${version} master_sites pypi:${_n}/${_name}/ distname ${_name}-${version} checksums md5 72437afa6e0eda059194ac2eae0b113b \ rmd160 00993c3f3ad74eb0251d8f9d139913bc952f8a1f \ sha256 5d97f84e0083186f025ebf9a3b9f45118a3521f6e62b3d350d58044a8722cac7 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-dateutil \ port:py${python.version}-pyproj \ port:py${python.version}-tz \ port:py${python.version}-requests # Adding documentation and examples post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${subport} xinstall -d ${dest_doc} xinstall -m 755 -W ${worksrcpath} \ CHANGES.txt \ CREDITS.txt \ FAQ.txt \ HISTORY.txt \ INSTALL.txt \ LICENSE.txt \ README.txt \ ${dest_doc} } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${_name}/json livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\"" }