Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 20:46:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534419 - in head/graphics: . py-rasterio
Message-ID:  <202005082046.048KkYuT099940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  8 20:46:34 2020
New Revision: 534419
URL: https://svnweb.freebsd.org/changeset/ports/534419

Log:
  Add py-rasterio 1.1.4
  
  Rasterio reads and writes geospatial raster data.
  
  Geographic information systems use GeoTIFF and other formats to organize and
  store gridded, or raster, datasets. Rasterio reads and writes these formats and
  provides a Python API based on N-D arrays.
  
  WWW: https://github.com/mapbox/rasterio

Added:
  head/graphics/py-rasterio/
  head/graphics/py-rasterio/Makefile   (contents, props changed)
  head/graphics/py-rasterio/distinfo   (contents, props changed)
  head/graphics/py-rasterio/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri May  8 20:46:28 2020	(r534418)
+++ head/graphics/Makefile	Fri May  8 20:46:34 2020	(r534419)
@@ -865,6 +865,7 @@
     SUBDIR += py-pyx
     SUBDIR += py-qrencode
     SUBDIR += py-qt5-svg
+    SUBDIR += py-rasterio
     SUBDIR += py-rawkit
     SUBDIR += py-sane
     SUBDIR += py-scikit-image

Added: head/graphics/py-rasterio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-rasterio/Makefile	Fri May  8 20:46:34 2020	(r534419)
@@ -0,0 +1,31 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rasterio
+PORTVERSION=	1.1.4
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Fast and direct raster I/O for use with Numpy and SciPy
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	gdal>=1.11:graphics/gdal \
+		${PYNUMPY}
+RUN_DEPENDS=	gdal>=1.11:graphics/gdal \
+		${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}click>=4.0<8:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}click-plugins>=0:devel/py-click-plugins@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cligj>=0.5:devel/py-cligj@${PY_FLAVOR} \
+		${PY_ENUM34} \
+		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent cython distutils
+
+.include <bsd.port.mk>

Added: head/graphics/py-rasterio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-rasterio/distinfo	Fri May  8 20:46:34 2020	(r534419)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588930303
+SHA256 (rasterio-1.1.4.tar.gz) = 5d7393f3a690a91813022452022df1d5a3a2c732019f24f2bd0b051fd47a03c1
+SIZE (rasterio-1.1.4.tar.gz) = 2176246

Added: head/graphics/py-rasterio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-rasterio/pkg-descr	Fri May  8 20:46:34 2020	(r534419)
@@ -0,0 +1,7 @@
+Rasterio reads and writes geospatial raster data.
+
+Geographic information systems use GeoTIFF and other formats to organize and
+store gridded, or raster, datasets. Rasterio reads and writes these formats and
+provides a Python API based on N-D arrays.
+
+WWW: https://github.com/mapbox/rasterio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005082046.048KkYuT099940>