Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 15:18:33 +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: r368113 - in head/science: . py-cdo
Message-ID:  <201409131518.s8DFIXdb075080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 13 15:18:32 2014
New Revision: 368113
URL: http://svnweb.freebsd.org/changeset/ports/368113
QAT: https://qat.redports.org/buildarchive/r368113/

Log:
  - Add py-cdo 1.2.3
  
  Python binding to CDO (Climate Data Operators)
  
  GitHub repository at https://github.com/Try2Code/cdo-bindings
  
  WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D

Added:
  head/science/py-cdo/
  head/science/py-cdo/Makefile   (contents, props changed)
  head/science/py-cdo/distinfo   (contents, props changed)
  head/science/py-cdo/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sat Sep 13 15:18:27 2014	(r368112)
+++ head/science/Makefile	Sat Sep 13 15:18:32 2014	(r368113)
@@ -135,6 +135,7 @@
     SUBDIR += psychopy
     SUBDIR += pulseview
     SUBDIR += py-DendroPy
+    SUBDIR += py-cdo
     SUBDIR += py-coards
     SUBDIR += py-h5py
     SUBDIR += py-hcluster

Added: head/science/py-cdo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-cdo/Makefile	Sat Sep 13 15:18:32 2014	(r368113)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cdo
+PORTVERSION=	1.2.3
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Python binding to CDO (Climate Data Operators)
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo
+
+USE_PYTHON=	autoplist distutils
+USES=		python:2
+
+.include <bsd.port.mk>

Added: head/science/py-cdo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-cdo/distinfo	Sat Sep 13 15:18:32 2014	(r368113)
@@ -0,0 +1,2 @@
+SHA256 (cdo-1.2.3.tar.gz) = 4d035f3647a17bf6ee7092a07c298c3a1b7e8864242c7cb03b3d546dd381c3ed
+SIZE (cdo-1.2.3.tar.gz) = 8781

Added: head/science/py-cdo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-cdo/pkg-descr	Sat Sep 13 15:18:32 2014	(r368113)
@@ -0,0 +1,6 @@
+Python binding to CDO (Climate Data Operators)
+
+GitHub repository at https://github.com/Try2Code/cdo-bindings
+
+WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
+WWW: https://pypi.python.org/pypi/cdo



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