Bas Couwenberg pushed to branch master at Debian GIS Project / python-snuggs
Commits: 25112ba2 by Bas Couwenberg at 2022-12-22T12:40:22+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-snuggs (1.4.7-4) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 12:32:54 +0100 + python-snuggs (1.4.7-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -20,8 +20,7 @@ Rules-Requires-Root: no Package: python3-snuggs Architecture: all -Depends: python3-lxml, - ${python3:Depends}, +Depends: ${python3:Depends}, ${misc:Depends} Description: S-expressions for numpy - Python 3 version This library parses S-expressions using numpy. Available function include ===================================== debian/rules ===================================== @@ -5,8 +5,4 @@ export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS=$(CURDIR)/test_snuggs.py %: - dh $@ --with python3 --buildsystem pybuild - -override_dh_python3: - dh_python3 -ppython3-snuggs - dh_numpy3 -ppython3-snuggs + dh $@ --with python3,numpy3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/python-snuggs/-/commit/25112ba2bd4429a2a97e1b3ec15ae7bf910a246e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-snuggs/-/commit/25112ba2bd4429a2a97e1b3ec15ae7bf910a246e 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
