[Git][debian-gis-team/flox][master] Enable numpy3 dh helper.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Dec 21 20:19:55 GMT 2022
Bas Couwenberg pushed to branch master at Debian GIS Project / flox
Commits:
53088e97 by Bas Couwenberg at 2022-12-21T20:59:56+01:00
Enable numpy3 dh helper.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+flox (0.6.1-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Enable numpy3 dh helper.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 21 Dec 2022 20:58:31 +0100
+
flox (0.6.1-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
@@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 12),
pybuild-plugin-pyproject,
python3-all,
python3-dask,
+ python3-numpy,
python3-numpy-groupies,
python3-netcdf4,
python3-pandas,
=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ export PYBUILD_AFTER_INSTALL=rm -rf \
{destdir}/{install_dir}/benchmarks
%:
- 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/flox/-/commit/53088e97d464b6d36e6aab343a462337870377cd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/53088e97d464b6d36e6aab343a462337870377cd
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/20221221/f779d9e1/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list