2014-09-13 15:18:32 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cdo
|
2020-12-24 13:53:55 +00:00
|
|
|
PORTVERSION= 1.5.4
|
2014-09-13 15:18:32 +00:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Python binding to CDO (Climate Data Operators)
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2017-02-25 09:55:24 +00:00
|
|
|
RUN_DEPENDS= cdo:science/cdo \
|
2018-06-20 17:05:41 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
2014-09-13 15:18:32 +00:00
|
|
|
|
2020-12-28 23:02:12 +00:00
|
|
|
USES= python:3.6+
|
2018-09-20 19:27:39 +00:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2014-09-13 15:18:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|