[Git][debian-gis-team/pymap3d][master] Enable numpy3 dh helper.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 22 09:01:25 GMT 2022



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 <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221222/46e85f7b/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list