# -*- 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 name py-pyproj version 1.9.4 revision 0 categories-append devel platforms darwin license MIT python.versions 27 34 maintainers landonf stromnov openmaintainer description Python interfaces to PROJ.4 functions. long_description Pyrex wrapper to provide python interfaces to PROJ.4 \ (http://proj.maptools.org) functions. Performs \ cartographic transformations and geodetic computations. homepage http://github.com/jswhit/pyproj master_sites https://pypi.python.org/packages/source/p/pyproj/ distname pyproj-${version} checksums rmd160 dbb6f1aedcafe13579d98eb225d7459078f3b56f \ sha256 71b4d8c52d781e2b4afe2d3609e9d700cb631ddbf51060bc702644733cc70869 if {${name} ne ${subport}} { depends_lib-append port:proj post-destroot { xinstall -m 644 -W ${worksrcpath} \ README.md PKG-INFO \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pyproj/json livecheck.regex {pyproj-(\d+(?:\.\d+)*)\.[tz]} }