Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits: 6caeeede by Bas Couwenberg at 2022-12-21T20:37:16+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +cftime (1.6.2-4) UNRELEASED; urgency=medium + + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Wed, 21 Dec 2022 20:36:52 +0100 + cftime (1.6.2-3) unstable; urgency=medium * Use pybuild-plugin-pyproject instead of python3-setuptools. ===================================== debian/rules ===================================== @@ -9,13 +9,9 @@ export PYBUILD_NAME=cftime export PYBUILD_TEST_PYTEST=1 %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_install: dh_install $(RM) debian/*/usr/lib/python*/dist-packages/.coverage - -override_dh_python3: - dh_python3 -ppython3-cftime - dh_numpy3 -ppython3-cftime View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/6caeeedef07c258fc6263f6537e964aefe574229 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/6caeeedef07c258fc6263f6537e964aefe574229 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
