Bas Couwenberg pushed to branch master at Debian GIS Project / pyaps3
Commits: a52589f7 by Bas Couwenberg at 2022-12-22T08:55:45+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyaps3 (0.3.1-4) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 08:55:41 +0100 + pyaps3 (0.3.1-3) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -29,7 +29,6 @@ Depends: ${python3:Depends}, python3-cdsapi, python3-grib, python3-matplotlib, - python3-numpy, python3-scipy, python3-urllib3 Suggests: python3-hdf4, ===================================== debian/rules ===================================== @@ -3,4 +3,4 @@ export PYBUILD_NAME=pyaps3 %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/pyaps3/-/commit/a52589f7e47e38f1e5b9984a8628ff79650836a5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyaps3/-/commit/a52589f7e47e38f1e5b9984a8628ff79650836a5 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
