[Python-modules-commits] r18598 - in packages/basemap/trunk (13 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Sep 18 14:21:44 UTC 2011


    Date: Sunday, September 18, 2011 @ 14:21:43
  Author: morph
Revision: 18598

[svn-inject] Applying Debian modifications (1.0.1-1) to trunk

Added:
  packages/basemap/trunk/debian/
  packages/basemap/trunk/debian/changelog
  packages/basemap/trunk/debian/compat
  packages/basemap/trunk/debian/control
  packages/basemap/trunk/debian/copyright
  packages/basemap/trunk/debian/docs
  packages/basemap/trunk/debian/patches/
  packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean
  packages/basemap/trunk/debian/patches/series
  packages/basemap/trunk/debian/rules
  packages/basemap/trunk/debian/source/
  packages/basemap/trunk/debian/source/format
  packages/basemap/trunk/debian/watch


Property changes on: packages/basemap/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/basemap/trunk/debian/changelog
===================================================================
--- packages/basemap/trunk/debian/changelog	                        (rev 0)
+++ packages/basemap/trunk/debian/changelog	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,5 @@
+basemap (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #389638)
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 31 Aug 2011 18:57:03 +0200

Added: packages/basemap/trunk/debian/compat
===================================================================
--- packages/basemap/trunk/debian/compat	                        (rev 0)
+++ packages/basemap/trunk/debian/compat	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1 @@
+8

Added: packages/basemap/trunk/debian/control
===================================================================
--- packages/basemap/trunk/debian/control	                        (rev 0)
+++ packages/basemap/trunk/debian/control	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,37 @@
+Source: basemap
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 8.0.0), libgeos-dev, python-httplib2
+Standards-Version: 3.9.2
+Homepage: http://matplotlib.sourceforge.net/toolkits.html
+
+Package: python-mpltoolkits.basemap
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: matplotlib toolkit to plot on map projections
+ The matplotlib basemap toolkit is a library for plotting 2D data on maps in
+ Python. It is similar in functionality to the matlab mapping toolbox, the IDL
+ mapping facilities, GrADS, or the Generic Mapping Tools. PyNGL and CDAT are
+ other libraries that provide similar capabilities in Python.
+ .
+ Basemap does not do any plotting on its own, but provides the facilities to
+ transform coordinates to one of 23 different map projections (using the PROJ.4
+ C library). Matplotlib is then used to plot contours, images, vectors, lines or
+ points in the transformed coordinates. Shoreline, river and political boundary
+ datasets (from Generic Mapping Tools) are provided, along with methods for
+ plotting them. The GEOS library is used internally to clip the coastline and
+ polticial boundary features to the desired map projection region.
+ .
+ Basemap provides facilities for reading data in netCDF and Shapefile formats,
+ as well as directly over http using OPeNDAP. This functionality is provided
+ through the PyDAP client, and a python interface to the Shapefile C library.
+ .
+ Basemap is geared toward the needs of earth scientists, particular
+ oceanographers and meteorologists. The author originally wrote Basemap to help
+ in his research (climate and weather forecasting), since at the time CDAT was
+ the only other tool in python for plotting data on map projections. Over the
+ years, the capabilities of Basemap have evolved as scientists in other
+ disciplines (such as biology, geology and geophysics) requested and contributed
+ new features.

Added: packages/basemap/trunk/debian/copyright
===================================================================
--- packages/basemap/trunk/debian/copyright	                        (rev 0)
+++ packages/basemap/trunk/debian/copyright	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,262 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: basemap
+Source: http://sourceforge.net/projects/matplotlib
+
+Files: *
+Copyright: <years> Jeff Whitaker <jeffrey.s.whitaker at noaa.gov>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+Files: debian/*
+Copyright: 2011 Sandro Tosi <morph at debian.org>
+License: GPL-2+
+
+Files: examples/allskymap.py
+Author: Tom Loredo (based on Jeff Whitaker's code in Basemap's __init__.py module)
+
+Files: examples/allskymap_cr_example.py
+Author: Tom Loredo
+
+Files: geos-3.2.0/*
+Copyright:
+ Copyright (C) 2005-2007 Refractions Research Inc.
+ Copyright (C) 2001-2004 Vivid Solutions Inc.
+ Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ Copyright (c) Olivier Devillers <Olivier.Devillers at sophia.inria.fr>
+ Copyright (C) 2009   Ragi Y. Burhum <ragi at burhum.com>
+License: LGPL-2.1
+
+Files: geos-3.2.0/source/headers/geos/timeval.h
+Copyright: Copyright (C) 2006 Wu Yongwei
+License: LGPL-2.1
+
+Files: geos-3.2.0/source/io/CLocalizer.cpp
+Copyright: Copyright (C) 2008 Sean Gillies
+License: LGPL-2.1
+
+Files: geos-3.2.0/swig/geos.i*, geos-3.2.0/swig/python/python.i
+Copyright: Copyright 2005-2007 Charlie Savage, cfis at interserv.com
+License: LGPL-2.1
+
+Files: geos-3.2.0/swig/python/tests/runtests.py
+Copyright: Copyright 2004 Sean Gillies, sgillies at frii.com
+License: LGPL-2.1
+
+Files: geos-3.2.0/tests/xmltester/tests/fme.xml
+Comment:
+ Test case provided by Dale Lutz (dale dot lutz at safe dot com).
+ Written permission to use the data for tests has been given
+ by email on the 22 Dec 2006.
+
+Files: geos-3.2.0/tests/xmltester/tests/stmlf/{stmlf-cases-20061020.xml, stmlf-cases-20070119.xml}
+Comment:
+ The test cases have been taken from the robustness improvement project
+ funded by the Bavarian State Ministry of Agriculture and Forestry
+ (StMLF) and the State Survey of Bavaria (LVG). Written permission
+ to use the data for tests has been given by email on the 22 Nov 2006.
+
+Files: geos-3.2.0/tests/xmltester/tinyxml/{tinystr.cpp, tinystr.h)
+Author: Yves Berquin
+License:
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any
+ damages arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any
+ purpose, including commercial applications, and to alter it and
+ redistribute it freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product documentation
+ would be appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and
+ must not be misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source
+ distribution.
+
+Files: geos-3.2.0/tests/xmltester/tinyxml/tinyxml*
+Copyright: copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com)
+License:
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any
+ damages arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any
+ purpose, including commercial applications, and to alter it and
+ redistribute it freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product documentation
+ would be appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and
+ must not be misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source
+ distribution.
+
+Files: geos-3.2.0/build/*
+Author: Mateusz Loskot <mateusz at loskot.net>
+
+Files: lib/dap/*
+Copyright: Copyright (c) 2003-2007 Roberto De Almeida <rob at pydap.org>
+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: lib/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/
+
+Files: lib/httplib2/*
+Copyright: Copyright 2006, Joe Gregorio <joe at bitworking.org>
+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: lib/mpl_toolkits/basemap/data/*
+License: GPL-2+
+
+Files: pyshapelib/*
+Copyright: Copyright (c) 2001-2003 by Intevation GmbH
+License: LIBRARY GPL-2+
+
+Files: pyshapelib/shapelib/*
+Copyright: Copyright (c) 1999, 2001 Frank Warmerdam
+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: src/c_numpy.pxd
+Author: Travis Oliphant
+
+Files: src/geocent.*
+License: None apply to this component.
+
+Files: src/{nad_init.c, pj_apply_gridshift.c, pj_datum_set.c, pj_datums.c, pj_geocent.c, pj_gridinfo.c, pj_gridlist.c, pj_initcache.c, pj_latlong.c, pj_mutex.c, pj_transform.c, pj_utils.c, proj_api.h, projects.h}
+Copyright: Copyright (c) 2000-2002, 2009 Frank Warmerdam
+License: MIT
+Comment: Part of PROJ.4
+
+Files: src/{PJ_aea.c, PJ_aeqd.c, PJ_airy.c, PJ_aitoff.c, PJ_nzmg.c}
+Copyright: Copyright (c) 1995, Gerald Evenden
+License: MIT
+Comment: Part of PROJ.4
+
+Files: src/{pj_gauss.c, PJ_geos.c, PJ_sterea.c, proj_mdist.c, proj_rouss.c}
+Copyright: Copyright (c) 2003, 2004, 2006 Gerald I. Evenden
+License: MIT
+Comment: Part of PROJ.4
+
+Files: src/{pj_init.c, pj_open_lib.c, pj_open_lib.c.orig}
+Copyright:
+ Copyright (c) 1995, Gerald Evenden
+ Copyright (c) 2002, Frank Warmerdam <warmerdam at pobox.com>
+License: MIT
+Comment: Part of PROJ.4
+
+Files: src/PJ_krovak.c
+Copyright: Copyright (c) 2001, Thomas Flemming, tf at ttqv.com
+License: MIT
+Comment: Part of PROJ.4
+

Added: packages/basemap/trunk/debian/docs
===================================================================
--- packages/basemap/trunk/debian/docs	                        (rev 0)
+++ packages/basemap/trunk/debian/docs	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,2 @@
+FAQ
+README

Added: packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean
===================================================================
--- packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean	                        (rev 0)
+++ packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,15 @@
+Description: avoid compilation of nad2bin when running setup.py clean
+Author: Sandro Tosi <morph at debian.org>
+Index: basemap-1.0.1/setup.py
+===================================================================
+--- basemap-1.0.1.orig/setup.py	2011-09-18 16:06:17.840220727 +0200
++++ basemap-1.0.1/setup.py	2011-09-18 16:06:40.664972005 +0200
+@@ -220,7 +220,7 @@
+ # create pyproj binary datum shift grid files.
+ pathout =\
+ os.path.join('lib',os.path.join('mpl_toolkits',os.path.join('basemap','data')))
+-if sys.argv[1] != 'sdist':
++if sys.argv[1] not in ('sdist', 'clean'):
+     cc = ccompiler.new_compiler()
+     sysconfig.customize_compiler(cc)
+     cc.set_include_dirs(['src'])

Added: packages/basemap/trunk/debian/patches/series
===================================================================
--- packages/basemap/trunk/debian/patches/series	                        (rev 0)
+++ packages/basemap/trunk/debian/patches/series	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1 @@
+dont_compile_nad2bin_on_clean

Added: packages/basemap/trunk/debian/rules
===================================================================
--- packages/basemap/trunk/debian/rules	                        (rev 0)
+++ packages/basemap/trunk/debian/rules	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ 


Property changes on: packages/basemap/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/basemap/trunk/debian/source/format
===================================================================
--- packages/basemap/trunk/debian/source/format	                        (rev 0)
+++ packages/basemap/trunk/debian/source/format	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/basemap/trunk/debian/watch
===================================================================
--- packages/basemap/trunk/debian/watch	                        (rev 0)
+++ packages/basemap/trunk/debian/watch	2011-09-18 14:21:43 UTC (rev 18598)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/matplotlib/basemap-([\d.]*)\.tar\.gz




More information about the Python-modules-commits mailing list