# -*- 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.5.1 revision 0 categories-append devel platforms darwin license MIT python.versions 27 34 35 maintainers 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 f1f3008fb452ac106310f8d4c73d7143f25690a3 \ sha256 53fa54c8fa8a1dfcd6af4bf09ce1aae5d4d949da63b90570ac5ec849efaf3ea8 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 pypi }