- 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
This commit is contained in:
parent
b19d234f12
commit
37b71248f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368113
4 changed files with 29 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
|||
SUBDIR += psychopy
|
||||
SUBDIR += pulseview
|
||||
SUBDIR += py-DendroPy
|
||||
SUBDIR += py-cdo
|
||||
SUBDIR += py-coards
|
||||
SUBDIR += py-h5py
|
||||
SUBDIR += py-hcluster
|
||||
|
|
20
science/py-cdo/Makefile
Normal file
20
science/py-cdo/Makefile
Normal file
|
@ -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>
|
2
science/py-cdo/distinfo
Normal file
2
science/py-cdo/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cdo-1.2.3.tar.gz) = 4d035f3647a17bf6ee7092a07c298c3a1b7e8864242c7cb03b3d546dd381c3ed
|
||||
SIZE (cdo-1.2.3.tar.gz) = 8781
|
6
science/py-cdo/pkg-descr
Normal file
6
science/py-cdo/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue