Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas
Commits: bc0de843 by Bas Couwenberg at 2022-12-22T11:24:15+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-geopandas (0.12.2-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 11:24:12 +0100 + python-geopandas (0.12.2-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) export PYBUILD_NAME=geopandas %: - dh $@ --with python3 --buildsystem pybuild + dh $@ --with python3,numpy3 --buildsystem pybuild override_dh_clean: dh_clean @@ -26,7 +26,3 @@ 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 $(RM) -r debian/*/usr/lib/python*/dist-packages/examples - -override_dh_python3: - dh_python3 -ppython3-geopandas - dh_numpy3 -ppython3-geopandas View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/bc0de843d184a9183ecd854e17d66197f239ff26 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/bc0de843d184a9183ecd854e17d66197f239ff26 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
