Bas Couwenberg pushed to branch master at Debian GIS Project / pyspectral
Commits: db61b1b3 by Bas Couwenberg at 2022-12-22T11:03:09+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyspectral (0.12.3+ds-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 10:54:48 +0100 + pyspectral (0.12.3+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -37,20 +37,17 @@ Depends: python3-appdirs, python3-dask, python3-geotiepoints, python3-h5py, - python3-numpy, python3-requests, python3-scipy, python3-yaml, ${python3:Depends}, ${misc:Depends} Recommends: python3-matplotlib, - python3-tqdm, - ${python3:Recommends} + python3-tqdm Suggests: python3-pandas, python3-pyspectral-doc, python3-trollsift, - python3-xlrd, - ${python3:Suggests} + python3-xlrd Description: Reading and manipulaing satellite sensor spectral responses Reading and manipulaing satellite sensor spectral responses and the solar spectrum, to perform various corrections to VIS and NIR band data. @@ -107,9 +104,7 @@ Section: utils Depends: python3-pyspectral (= ${source:Version}), ${python3:Depends}, ${misc:Depends} -Recommends: ${python3:Recommends} -Suggests: python3-pyspectral-doc, - ${python3:Suggests} +Suggests: python3-pyspectral-doc Description: Reading and manipulaing satellite sensor spectral responses - scripts Reading and manipulaing satellite sensor spectral responses and the solar spectrum, to perform various corrections to VIS and NIR band data. ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ export PYBUILD_TEST_ARGS=-k 'not test_rayleigh' # export PSP_CONFIG_FILE=debian/pyspectral_testcfg.yaml %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean @@ -31,3 +31,6 @@ override_dh_auto_install: done $(RM) -r debian/tmp/usr/lib/python*/dist-packages/pyspectral/__pycache__/ + +override_dh_numpy3: + dh_numpy3 -p python3-pyspectral View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/db61b1b3884407f628d1ed74c0472024771c2b89 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/db61b1b3884407f628d1ed74c0472024771c2b89 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
