Skip to content
Commits on Source (4)
......@@ -21,16 +21,16 @@ Homepage: https://github.com/pytroll/python-geotiepoints
Package: python3-geotiepoints
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-dask,
Depends: python3-dask,
python3-numpy,
python3-pandas,
python3-scipy,
python3-xarray
Recommends: ${python3:Recommends},
python3-h5py
python3-xarray,
${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: python3-h5py,
${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Interpolation of geographic tiepoints in Python
Python-geotiepoints is a Python module that interpolates (and extrapolates
......
......@@ -3,18 +3,20 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=geotiepoints
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=geotiepoints
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
$(RM) geotiepoints/multilinear*.so
override_dh_python3:
dh_python3
dh_numpy3
override_dh_auto_clean:
dh_auto_clean
$(RM) geotiepoints/multilinear*.so
---
Bug-Database: https://github.com/pytroll/python-geotiepoints/issues
Bug-Submit: https://github.com/pytroll/python-geotiepoints/issues/new
Name: Python-geotiepoints
Name: python-geotiepoints
Repository: https://github.com/pytroll/python-geotiepoints.git
Repository-Browse: https://github.com/pytroll/python-geotiepoints
version=4
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/python-geotiepoints/python-geotiepoints-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
#version=4
#opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-geotiepoints-$1\.tar\.gz/ \
# https://github.com/pytroll/python-geotiepoints/tags .*/v?(\d\S+)\.tar\.gz
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \
https://pypi.debian.net/python-geotiepoints/ \
python-geotiepoints-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))