debian/0000755000000000000000000000000012237411002007156 5ustar debian/rules0000755000000000000000000000015111627757064010262 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_clean: dh_auto_clean rm -rf dap.egg-info debian/copyright0000644000000000000000000001227112237410020011113 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: pydap Source: http://pydap.org/2.x/ Files: * Copyright: Copyright (c) 2003-2007 Roberto De Almeida License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011-2013 Sandro Tosi License: Same upstream license (MIT) Files: dap/util/socks.py Copyright: 2006 Dan-Haim. All rights reserved. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Dan Haim nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY DAN HAIM "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DAN HAIM OR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMANGE. Files: dap/util/safeeval.py Copyright: Sami Hangaslammi License: PSF 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation. . 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. . 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python. . 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. . 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. . 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. . 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. Comment: taken from http://code.activestate.com/recipes/286134/ debian/docs0000644000000000000000000000001411627757064010053 0ustar README TODO debian/changelog0000644000000000000000000000120512237410737011044 0ustar pydap (2.2.6.7-2) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. * Fix a typo in the package description. [ Mike Neish ] * Add "dap" to namespace_packages in setup.py (Closes: #709376) [ Sandro Tosi ] * debian/control - bump Standards-Version to 3.9.5 (no changes needed) - s/bandwith/bandwidth/ in description * debian/copyright - extended packaging copyright years -- Sandro Tosi Sat, 09 Nov 2013 11:43:39 +0100 pydap (2.2.6.7-1) unstable; urgency=low * Initial release (Closes: #640037) -- Sandro Tosi Thu, 01 Sep 2011 18:58:14 +0200 debian/patches/0000755000000000000000000000000012237410742010617 5ustar debian/patches/fix-namespace_packages.patch0000644000000000000000000000130512161135007016207 0ustar Description: Add the "dap" package to the namespace_packages list in setup.py, to fix a warning whenever "pkg_resources" is imported. Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709376#5 Author: Mike Neish Reviewed-by: Jakub Wilk Last-Update: 2013-06-21 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ url='http://pydap.org/', license='MIT', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), - namespace_packages=['dap.plugins', 'dap.responses'], + namespace_packages=['dap', 'dap.plugins', 'dap.responses'], include_package_data=True, zip_safe=False, install_requires=[ debian/patches/series0000644000000000000000000000003512161135007012024 0ustar fix-namespace_packages.patch debian/watch0000644000000000000000000000011011627757064010226 0ustar version=3 http://pypi.python.org/packages/source/d/dap/dap-(.*)\.tar.gz debian/compat0000644000000000000000000000000211627757064010403 0ustar 8 debian/control0000644000000000000000000000367612237407706010615 0ustar Source: pydap Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Sandro Tosi Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.5 Homepage: http://pydap.org/2.x/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pydap/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pydap/trunk/ Package: python-dap Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-httplib2 Recommends: python-paste, python-pastedeploy, python-pastescript, python-cheetah Description: DAP (Data Access Protocol) client and server This is a Python implementation of the Data Access Protocol, a scientific protocol for data access developed by the OPeNDAP team (http://opendap.org). This implementation is developed from scratch, following the latest specification of the protocol (DAP 2.0 Draft Community Standard 2005/04/27) and based on experience with OPeNDAP servers on the wild. . Using this module one can access hundreds of scientific datasets from Python programs, accessing data in an efficient, transparent and pythonic way. Arrays are manipulated like normal multi-dimensional arrays (like numpy.array, e.g.), with the fundamental difference that data is downloaded on-the-fly when a variable is sliced. Sequential data can be filtered on the server side before being downloaded, saving bandwidth and time. . The module also implements a DAP server, allowing datasets from a multitude of formats (netCDF, Matlab, CSV, GrADS/GRIB files, SQL RDBMS) to be served on the internet. The server specifies a plugin API for supporting new data formats in an easy way. The DAP server is implemented as a WSGI application (see PEP 333), running on a variety of servers, and can be combined with WSGI middleware to support authentication, gzip compression and much more. debian/source/0000755000000000000000000000000012237410742010470 5ustar debian/source/format0000644000000000000000000000001411627757064011713 0ustar 3.0 (quilt)