[python-geopandas] 02/03: Initial debian files

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Dec 17 22:35:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository python-geopandas.

commit 19aaeffb33207ead6cec818db564f6961d7906c3
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Dec 17 23:27:26 2014 +0100

    Initial debian files
---
 debian/changelog                 |  5 ++++
 debian/compat                    |  1 +
 debian/control                   | 61 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright                 | 35 +++++++++++++++++++++++
 debian/geopandas-docbase         |  9 ++++++
 debian/python-geopandas-doc.docs |  1 +
 debian/rules                     | 10 +++++++
 debian/source/format             |  1 +
 8 files changed, 123 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1680518
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+geopandas (0.1.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #773394)
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Wed, 17 Dec 2014 23:16:38 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0ff4360
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,61 @@
+Source: geopandas
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python3-all,
+               python-sphinx, 
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/geopandas.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/geopandas.git
+Homepage: http://www.geopandas.org
+
+Package: python-geopandas
+Architecture: all 
+Depends:  ${misc:Depends}, ${python:Depends}
+Description: Python tools for geographic data
+ GeoPandas is a project to add support for geographic data to
+ [pandas](http://pandas.pydata.org) objects.  It currently implements
+ `GeoSeries` and `GeoDataFrame` types which are subclasses of
+ `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
+ objects can act on [shapely](http://toblerity.github.io/shapely)
+ geometry objects and perform geometric operations.
+ .
+ GeoPandas geometry operations are cartesian.  The coordinate reference
+ system (crs) can be stored as an attribute on an object, and is
+ automatically set when loading from a file.  Objects may be
+ transformed to new coordinate systems with the `to_crs()` method.
+ There is currently no enforcement of like coordinates for operations,
+ but that may change in the future.
+
+
+Package: python3-geopandas
+Architecture: all
+Depends:  ${misc:Depends}, ${python3:Depends}
+Description: Python3 tools for geographic data
+ GeoPandas is a project to add support for geographic data to
+ [pandas](http://pandas.pydata.org) objects.  It currently implements
+ `GeoSeries` and `GeoDataFrame` types which are subclasses of
+ `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
+ objects can act on [shapely](http://toblerity.github.io/shapely)
+ geometry objects and perform geometric operations.
+ .
+ GeoPandas geometry operations are cartesian.  The coordinate reference
+ system (crs) can be stored as an attribute on an object, and is
+ automatically set when loading from a file.  Objects may be
+ transformed to new coordinate systems with the `to_crs()` method.
+ There is currently no enforcement of like coordinates for operations,
+ but that may change in the future.
+ .
+ This package contains the Python3 version of the library
+
+Package: python-geopandas-doc
+Architecture: all
+Depends: ${sphinxdoc:Depends},
+         ${misc:Depends}
+Description: Documentation for the geopandas library
+Section: doc 
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a95cecf
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: geopandas
+Source: https://github.com/geopandas/geopandas
+
+Files: *
+Copyright: 2013-2014 Geopandas developers
+License: BSD-3
+
+Files: debian/*
+Copyright: © 2014, Johan Van de Wauw <johan.vandewauw at gmail.com> 
+License: BSD-3
+
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+  * Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+  * 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.
+  * Neither the name of Enthought, Inc. nor the names of its contributors may
+    be used to endorse or promote products derived from this software without
+    specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 THE COPYRIGHT OWNER OR 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, WHETHER IN CONTRACT, STRICT 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 DAMAGE.
diff --git a/debian/geopandas-docbase b/debian/geopandas-docbase
new file mode 100644
index 0000000..5a8e48d
--- /dev/null
+++ b/debian/geopandas-docbase
@@ -0,0 +1,9 @@
+Document: geopandas-docbase
+Title: geopandas Documentation
+Author: Geopandas developers
+Abstract: Geopandas manual
+Section: Science/Geoscience
+
+Format: HTML
+Index: /usr/share/doc/python-geopandas-doc/index.html
+Files: /usr/share/doc/python-geopandas-doc/*.html
diff --git a/debian/python-geopandas-doc.docs b/debian/python-geopandas-doc.docs
new file mode 100644
index 0000000..0eec335
--- /dev/null
+++ b/debian/python-geopandas-doc.docs
@@ -0,0 +1 @@
+build/html/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c233fd3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=geopandas
+
+%:
+	dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/source build/html # HTML generator
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geopandas.git



More information about the Pkg-grass-devel mailing list