Bas Couwenberg pushed to branch master at Debian GIS Project / pyresample
Commits: c546b91f by Bas Couwenberg at 2022-12-22T10:20:33+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyresample (1.26.0-6) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 10:20:29 +0100 + pyresample (1.26.0-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -40,7 +40,6 @@ Package: python3-pyresample Architecture: any Depends: python-pyresample-test, python3-configobj, - python3-numpy, python3-pyproj (>= 2.3.1), python3-pykdtree, python3-rasterio, ===================================== debian/rules ===================================== @@ -12,7 +12,7 @@ export USE_CYTHON=True export PYBUILD_TEST_ARGS=-k "not test_compare_to_legacy and not legacy_dask_ewa" %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: @@ -44,4 +44,7 @@ override_dh_installchangelogs: override_dh_python3: dh_python3 -ppython3-pyresample + + +override_dh_numpy3: dh_numpy3 -ppython3-pyresample View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/c546b91f3556655e4d2a1cef33a64a93fb39e09d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/c546b91f3556655e4d2a1cef33a64a93fb39e09d 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
