[Git][debian-gis-team/python-geopandas][master] 2 commits: Only build for Python 3.

Bas Couwenberg gitlab at salsa.debian.org
Sat Jul 13 21:34:53 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas


Commits:
219411ab by Bas Couwenberg at 2019-07-13T20:26:59Z
Only build for Python 3.

- - - - -
d540e32c by Bas Couwenberg at 2019-07-13T20:26:59Z
Set distribution to unstable.

- - - - -


6 changed files:

- debian/changelog
- debian/control
- − debian/python-geopandas-doc.doc-base
- − debian/python-geopandas-doc.docs
- − debian/python-geopandas-doc.examples
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-geopandas (0.5.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Only build for Python 3.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 13 Jul 2019 22:09:15 +0200
+
 python-geopandas (0.5.1-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -6,88 +6,34 @@ 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-cartopy,
                python3-cartopy,
-               python-descartes,
                python3-descartes,
-               python-pyepsg,
                python3-pyepsg,
-               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-numpydoc,
                python3-numpydoc,
-               python-pandas,
                python3-pandas,
-               python-psycopg2,
                python3-psycopg2,
-               python-pyproj,
                python3-pyproj,
-               python-pysal (>= 1.11.2-3~),
                python3-pysal (>= 1.11.2-3~),
-               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
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geopandas/
 Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geopandas.git
 Homepage: http://www.geopandas.org
 
-Package: python-geopandas
-Architecture: all
-Depends: python-fiona,
-         python-pandas,
-         python-pyproj,
-         python-shapely,
-         python-six,
-         ${python:Depends},
-         ${misc:Depends}
-Recommends: python-descartes,
-            python-geopy,
-            python-matplotlib,
-            python-psycopg2,
-            python-pysal,
-            python-rtree
-Description: Python tools for geographic data
- GeoPandas is a project to add support for geographic data to
- pandas objects.  It currently implements
- `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 Python 2 version of the library.
-
 Package: python3-geopandas
 Architecture: all
 Depends: python3-fiona,


=====================================
debian/python-geopandas-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: geopandas
-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


=====================================
debian/python-geopandas-doc.docs deleted
=====================================
@@ -1 +0,0 @@
-build/html/*


=====================================
debian/python-geopandas-doc.examples deleted
=====================================
@@ -1,2 +0,0 @@
-examples/*
-debian/nybb_*.zip


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 export PYBUILD_NAME=geopandas
 
 %:
-	dh  $@ --with python2,python3 --buildsystem pybuild --parallel
+	dh  $@ --with python3 --buildsystem pybuild --parallel
 
 override_dh_clean:
 	dh_clean
@@ -26,10 +26,6 @@ override_dh_auto_install:
 	# Remove README with privacy-breach issues
 	$(RM) debian/*/usr/lib/python*/dist-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.README.html
 
-override_dh_python2:
-	dh_python2 -ppython-geopandas
-	dh_numpy -ppython-geopandas
-
 override_dh_python3:
 	dh_python3 -ppython3-geopandas
 	dh_numpy3 -ppython3-geopandas



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/compare/dda5f02ce0942b93b05e6a1c5837047600c19f2c...d540e32c2c9d13b61ef9ba7cd22ff48718999eac

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/compare/dda5f02ce0942b93b05e6a1c5837047600c19f2c...d540e32c2c9d13b61ef9ba7cd22ff48718999eac
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190713/8ef6dfdc/attachment-0001.html>


More information about the Pkg-grass-devel mailing list