diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 01:59:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 01:59:16 +0800 |
commit | 0906ed3a26155ec961a96bd75c682c395757b5d8 (patch) | |
tree | e9570f763757af01a20a99f8ce4da8c1ffce4752 /science/py-cdo | |
parent | a33bf29eed0c281dff190265003dee772ecd989d (diff) | |
download | freebsd-ports-gnome-0906ed3a26155ec961a96bd75c682c395757b5d8.tar.gz freebsd-ports-gnome-0906ed3a26155ec961a96bd75c682c395757b5d8.tar.zst freebsd-ports-gnome-0906ed3a26155ec961a96bd75c682c395757b5d8.zip |
- Update to 1.2.5
- Add GitHub repository to WWW
Changes: https://github.com/Try2Code/cdo-bindings/commits/master
Diffstat (limited to 'science/py-cdo')
-rw-r--r-- | science/py-cdo/Makefile | 4 | ||||
-rw-r--r-- | science/py-cdo/distinfo | 4 | ||||
-rw-r--r-- | science/py-cdo/pkg-descr | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/science/py-cdo/Makefile b/science/py-cdo/Makefile index 132cdf079ea4..6f4ac0abcf2c 100644 --- a/science/py-cdo/Makefile +++ b/science/py-cdo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,6 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo USE_PYTHON= autoplist distutils -USES= python:2 +USES= python .include <bsd.port.mk> diff --git a/science/py-cdo/distinfo b/science/py-cdo/distinfo index f9bf9ac0b585..0e502a3c9eb7 100644 --- a/science/py-cdo/distinfo +++ b/science/py-cdo/distinfo @@ -1,2 +1,2 @@ -SHA256 (cdo-1.2.3.tar.gz) = 4d035f3647a17bf6ee7092a07c298c3a1b7e8864242c7cb03b3d546dd381c3ed -SIZE (cdo-1.2.3.tar.gz) = 8781 +SHA256 (cdo-1.2.5.tar.gz) = fa8c42aa9df61ec7c8162993cfce400a53c2d0b477633db0d71b49d306b05f8b +SIZE (cdo-1.2.5.tar.gz) = 10563 diff --git a/science/py-cdo/pkg-descr b/science/py-cdo/pkg-descr index 1b84ec9191e4..e085389039b0 100644 --- a/science/py-cdo/pkg-descr +++ b/science/py-cdo/pkg-descr @@ -1,6 +1,5 @@ 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 +WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D +WWW: https://github.com/Try2Code/cdo-bindings |