Bas Couwenberg pushed to branch master at Debian GIS Project / python-geotiepoints
Commits: 94eb2b54 by Bas Couwenberg at 2022-12-22T11:56:40+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-geotiepoints (1.5.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 11:56:36 +0100 + python-geotiepoints (1.5.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -26,16 +26,13 @@ Homepage: https://github.com/pytroll/python-geotiepoints Package: python3-geotiepoints Architecture: any Depends: python3-dask, - python3-numpy, python3-pandas, python3-scipy, python3-xarray, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: python3-h5py, - ${python3:Recommends} -Suggests: ${python3:Suggests} +Recommends: python3-h5py Description: Interpolation of geographic tiepoints in Python Python-geotiepoints is a Python module that interpolates (and extrapolates if needed) geographical tiepoints into a larger geographical grid. ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ export PYBUILD_NAME=geotiepoints export PYTHONPATH=$(CURDIR) %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_build: dh_auto_build @@ -19,7 +19,3 @@ override_dh_auto_clean: $(RM) geotiepoints/multilinear*.so $(RM) -r python_geotiepoints.egg-info $(RM) geotiepoints/multilinear_cython.c - -override_dh_python3: - dh_python3 - dh_numpy3 View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/commit/94eb2b540380d7d856a9ee5b22a76c362def9d31 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/commit/94eb2b540380d7d856a9ee5b22a76c362def9d31 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
