2019-11-14 00:47:20 +01:00
|
|
|
# Created by: Rainer Hurling <rhurlin@gwdg.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pyrsgis
|
2020-11-09 14:49:44 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2019-11-14 00:47:20 +01:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2020-09-10 21:17:38 +02:00
|
|
|
MAINTAINER= rhurlin@FreeBSD.org
|
2019-11-14 00:47:20 +01:00
|
|
|
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}
|
|
|
|
|
2020-09-19 16:15:42 +02:00
|
|
|
USES= python:3.6+
|
2019-11-14 00:47:20 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|