Bas Couwenberg pushed to branch master at Debian GIS Project / pymap3d
Commits: 511831e5 by Bas Couwenberg at 2022-12-22T09:54:13+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pymap3d (2.9.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 09:54:08 +0100 + pymap3d (2.9.1-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -23,14 +23,11 @@ Homepage: https://github.com/geospace-code/pymap3d Package: python3-pymap3d Architecture: all -Depends: ${misc:Depends}, - ${python3:Depends} -Recommends: ${python3:Recommends}, - python3-astropy, - python3-dateutil, - python3-numpy -Suggests: ${python3:Suggests}, - python3-xarray +Depends: ${python3:Depends}, + ${misc:Depends} +Recommends: python3-astropy, + python3-dateutil +Suggests: python3-xarray Description: pure-Python 3D coordinate conversions for geospace Pure Python (no prerequistes beyond Python itself) 3-D geographic coordinate conversions and geodesy. ===================================== debian/rules ===================================== @@ -4,7 +4,7 @@ export PYBUILD_TEST_ARGS=$(CURDIR)/src/pymap3d/tests export PYBUILD_NAME=pymap3d %: - 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/pymap3d/-/commit/511831e5436f3685fd21307d9d51f9659184b0c8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pymap3d/-/commit/511831e5436f3685fd21307d9d51f9659184b0c8 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
