Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 18:29:06 +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: r535609 - head/graphics/py-rasterio
Message-ID:  <202005171829.04HIT6Or099095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 17 18:29:06 2020
New Revision: 535609
URL: https://svnweb.freebsd.org/changeset/ports/535609

Log:
  Add PLOT and S3 options

Modified:
  head/graphics/py-rasterio/Makefile

Modified: head/graphics/py-rasterio/Makefile
==============================================================================
--- head/graphics/py-rasterio/Makefile	Sun May 17 18:29:01 2020	(r535608)
+++ head/graphics/py-rasterio/Makefile	Sun May 17 18:29:06 2020	(r535609)
@@ -28,4 +28,11 @@ RUN_DEPENDS=	gdal>=1.11:graphics/gdal \
 USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist concurrent cython distutils
 
+OPTIONS_DEFINE=	PLOT S3
+PLOT_DESC=	Plotting support
+S3_DESC=	Amazon S3 support
+
+PLOT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
+S3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}boto3>=1.2.4:www/py-boto3@${PY_FLAVOR}
+
 .include <bsd.port.mk>



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