# -*- 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-rasterio version 0.24.1 revision 0 categories-append gis platforms darwin license BSD python.versions 27 34 maintainers stromnov openmaintainer description Fast and direct raster I/O for Python programmers who use Numpy long_description ${description} homepage https://github.com/sgillies/rasterio master_sites https://pypi.python.org/packages/source/r/rasterio/ distname rasterio-${version} checksums rmd160 3a0a4f04514055c4741f3762f31869111a439fe8 \ sha256 764adbeaf9b8abf7dde9ce0609a3321d45981a4349b9170dcfa6a75f5984675c if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-cython depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-affine \ port:py${python.version}-cligj \ port:py${python.version}-numpy \ port:py${python.version}-snuggs \ port:py${python.version}-pyproj \ port:gdal if { ${python.version} < 34 } { depends_lib-append port:py${python.version}-enum34 } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/rasterio/json livecheck.regex {rasterio-(\d+(?:\.\d+)*)\.[tz]} }