[python-geopandas] 05/12: Add python{, 3}-{descartes, geopy, matplotlib, psycopg2, rtree} to Recommends.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 10 22:54:34 UTC 2016


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

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

commit 6c679e5815586a79fce182c7b6c4ff22eb020282
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 10 21:34:29 2016 +0200

    Add python{,3}-{descartes,geopy,matplotlib,psycopg2,rtree} to Recommends.
    
    Add additional build dependencies: cython{,3}, ipython{,3} & python{,3}-{geopy,mock,psycopg2,pytest-cov,rtree,six,sqlalchemy}.
---
 debian/changelog |  3 +++
 debian/control   | 47 ++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 45 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f00027..f6d0f33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ python-geopandas (0.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Override dh_python{2,3} to call dh_numpy{,3} too.
   * Update watch file to handle more tag conventions in filenamemangle.
+  * Add python{,3}-{descartes,geopy,matplotlib,psycopg2,rtree} to Recommends.
+  * Add additional build dependencies: cython{,3}, ipython{,3} &
+    python{,3}-{geopy,mock,psycopg2,pytest-cov,rtree,six,sqlalchemy}.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 10 Jun 2016 22:23:19 +0200
 
diff --git a/debian/control b/debian/control
index cc73151..8a18ef2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,26 +6,44 @@ Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
 Build-Depends: debhelper (>= 9),
                dh-python,
                gdal-bin,
+               cython,
+               cython3,
+               ipython,
+               ipython3,
                python-all,
                python3-all,
                python-descartes,
                python3-descartes,
                python-fiona,
                python3-fiona,
+               python-geopy,
+               python3-geopy,
                python-matplotlib,
                python3-matplotlib,
+               python-mock,
+               python3-mock,
                python-nose,
                python3-nose,
                python-numpy,
                python3-numpy,
                python-pandas,
                python3-pandas,
+               python-psycopg2,
+               python3-psycopg2,
                python-pyproj,
                python3-pyproj,
+               python-pytest-cov,
+               python3-pytest-cov,
                python-pytest,
                python3-pytest,
+               python-rtree,
+               python3-rtree,
+               python-six,
+               python3-six,
                python-shapely,
                python3-shapely,
+               python-sqlalchemy,
+               python3-sqlalchemy,
                python-sphinx
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-geopandas.git/
@@ -33,7 +51,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-geopandas.git
 Homepage: http://www.geopandas.org
 
 Package: python-geopandas
-Architecture: all 
+Architecture: all
 Depends: python-fiona,
          python-pandas,
          python-pyproj,
@@ -41,7 +59,11 @@ Depends: python-fiona,
          python-six,
          ${python:Depends},
          ${misc:Depends}
-Suggests: python-geopy
+Recommends: python-descartes,
+            python-geopy,
+            python-matplotlib,
+            python-psycopg2,
+            python-rtree
 Description: Python tools for geographic data
  GeoPandas is a project to add support for geographic data to
  pandas objects.  It currently implements
@@ -55,7 +77,8 @@ Description: Python tools for geographic data
  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 Python 2 version of the library.
 
 Package: python3-geopandas
 Architecture: all
@@ -66,7 +89,11 @@ Depends: python3-fiona,
          python3-six,
          ${python3:Depends},
          ${misc:Depends}
-Suggests: python3-geopy
+Recommends: python3-descartes,
+            python3-geopy,
+            python3-matplotlib,
+            python3-psycopg2,
+            python3-rtree
 Description: Python3 tools for geographic data
  GeoPandas is a project to add support for geographic data to
  pandas objects.  It currently implements
@@ -81,7 +108,7 @@ Description: Python3 tools for geographic data
  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
+ This package contains the Python 3 version of the library.
 
 Package: python-geopandas-doc
 Architecture: all
@@ -94,3 +121,13 @@ Description: Documentation for the geopandas library
  `GeoSeries` and `GeoDataFrame` types which are subclasses of
  `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
  objects can act on 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 GeoPandas documentation.
+

-- 
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