Date: Wed, 13 Nov 2019 23:47:21 +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: r517536 - in head/graphics: . py-pyrsgis Message-ID: <201911132347.xADNlLiF059635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 13 23:47:20 2019 New Revision: 517536 URL: https://svnweb.freebsd.org/changeset/ports/517536 Log: Add py-pyrsgis 0.2.4 PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The module is built on the GDAL library, and is very efficient for various geospatial analysis. WWW: https://github.com/PratyushTripathy/pyrsgis - While I'm here, use PYNUMPY PR: 241509 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Added: head/graphics/py-pyrsgis/ head/graphics/py-pyrsgis/Makefile (contents, props changed) head/graphics/py-pyrsgis/distinfo (contents, props changed) head/graphics/py-pyrsgis/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 13 23:47:15 2019 (r517535) +++ head/graphics/Makefile Wed Nov 13 23:47:20 2019 (r517536) @@ -866,6 +866,7 @@ SUBDIR += py-pyproj SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph + SUBDIR += py-pyrsgis SUBDIR += py-python-poppler-qt5 SUBDIR += py-pyvips SUBDIR += py-qt5-svg Added: head/graphics/py-pyrsgis/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyrsgis/Makefile Wed Nov 13 23:47:20 2019 (r517536) @@ -0,0 +1,25 @@ +# Created by: Rainer Hurling <rhurlin@gwdg.de> +# $FreeBSD$ + +PORTNAME= pyrsgis +PORTVERSION= 0.2.4 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rhurlin@gwdg.de +COMMENT= Processing satellite data directly from TAR files + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=0:graphics/py-gdal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib-scalebar>=0:math/py-matplotlib-scalebar@${PY_FLAVOR} \ + ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/graphics/py-pyrsgis/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyrsgis/distinfo Wed Nov 13 23:47:20 2019 (r517536) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572077334 +SHA256 (pyrsgis-0.2.4.tar.gz) = 57fe10940dbab3ad1c03235a1c56c9069c1d2f6473485da793b67d4e4052394b +SIZE (pyrsgis-0.2.4.tar.gz) = 8004 Added: head/graphics/py-pyrsgis/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyrsgis/pkg-descr Wed Nov 13 23:47:20 2019 (r517536) @@ -0,0 +1,5 @@ +PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The +module is built on the GDAL library, and is very efficient for various +geospatial analysis. + +WWW: https://github.com/PratyushTripathy/pyrsgis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911132347.xADNlLiF059635>