Bas Couwenberg pushed to branch master at Debian GIS Project / flox
Commits: 53088e97 by Bas Couwenberg at 2022-12-21T20:59:56+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +flox (0.6.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Wed, 21 Dec 2022 20:58:31 +0100 + flox (0.6.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 12), pybuild-plugin-pyproject, python3-all, python3-dask, + python3-numpy, python3-numpy-groupies, python3-netcdf4, python3-pandas, ===================================== debian/rules ===================================== @@ -12,7 +12,7 @@ export PYBUILD_AFTER_INSTALL=rm -rf \ {destdir}/{install_dir}/benchmarks %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/53088e97d464b6d36e6aab343a462337870377cd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/53088e97d464b6d36e6aab343a462337870377cd 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
