From a130e412837577b42b1fbc737f2c48511ccabd02 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 May 2020 18:29:06 +0000 Subject: [PATCH] Add PLOT and S3 options --- graphics/py-rasterio/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index 740df26d1141..2dbe9eec3fca 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -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