From 4c49ebcd4d98f2d7b2cd38872d1cc7c097ed7021 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Wed, 30 Oct 2013 15:51:04 +0000 Subject: science/py-pydap: Implementation of the Opendap/DODS protocol Pydap is an implementation of the Opendap/DODS protocol, written from scratch. You can use Pydap to access scientific data on the internet without having to download it; instead, you work with special array and iterable objects that download data on-the-fly as necessary, saving bandwidth and time. The module also comes with a robust-but-lightweight Opendap server, implemented as a WSGI application. WWW: https://pypi.python.org/pypi/Pydap PR: ports/181687 Submitted by: Johannes Meixner --- science/py-pydap/Makefile | 24 ++++++++++++++++++++++++ science/py-pydap/distinfo | 2 ++ science/py-pydap/files/patch-pavement.py | 11 +++++++++++ science/py-pydap/pkg-descr | 8 ++++++++ 4 files changed, 45 insertions(+) create mode 100644 science/py-pydap/Makefile create mode 100644 science/py-pydap/distinfo create mode 100644 science/py-pydap/files/patch-pavement.py create mode 100644 science/py-pydap/pkg-descr (limited to 'science/py-pydap') diff --git a/science/py-pydap/Makefile b/science/py-pydap/Makefile new file mode 100644 index 000000000000..bb40c1141dce --- /dev/null +++ b/science/py-pydap/Makefile @@ -0,0 +1,24 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= pydap +PORTVERSION= 3.1 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Pydap-${PORTVERSION} + +MAINTAINER= xmj@chaot.net +COMMENT= Implementation of the Opendap/DODS protocol + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distribute>=0:${PORTSDIR}/devel/py-distribute \ + paver:${PORTSDIR}/devel/py-paver + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +PYDISTUTILS_PKGNAME= Pydap + +.include diff --git a/science/py-pydap/distinfo b/science/py-pydap/distinfo new file mode 100644 index 000000000000..0af3c10f4373 --- /dev/null +++ b/science/py-pydap/distinfo @@ -0,0 +1,2 @@ +SHA256 (Pydap-3.1.tar.gz) = 0e37ebb7755134689d34c7221a140b0b7fb8a76b213e3975e85fec3fe0c2d5f1 +SIZE (Pydap-3.1.tar.gz) = 3098212 diff --git a/science/py-pydap/files/patch-pavement.py b/science/py-pydap/files/patch-pavement.py new file mode 100644 index 000000000000..abcd03e79c80 --- /dev/null +++ b/science/py-pydap/files/patch-pavement.py @@ -0,0 +1,11 @@ +--- ./pavement.py.orig 2013-08-30 15:00:07.469952201 +0300 ++++ ./pavement.py 2013-08-30 15:00:24.309518177 +0300 +@@ -9,7 +9,7 @@ + try: + from pydap.lib import __version__ + except ImportError: +- __version__ = ('unknown',) ++ __version__ = ('3.1',) + + options = environment.options + setup(**setup_meta) diff --git a/science/py-pydap/pkg-descr b/science/py-pydap/pkg-descr new file mode 100644 index 000000000000..b34de7974240 --- /dev/null +++ b/science/py-pydap/pkg-descr @@ -0,0 +1,8 @@ +Pydap is an implementation of the Opendap/DODS protocol, written from scratch. +You can use Pydap to access scientific data on the internet without having to +download it; instead, you work with special array and iterable objects that +download data on-the-fly as necessary, saving bandwidth and time. The module +also comes with a robust-but-lightweight Opendap server, implemented as a WSGI +application. + +WWW: https://pypi.python.org/pypi/Pydap -- cgit v1.2.3