Skip to content
Commits on Source (4)
pyorbital (1.5.0-3) UNRELEASED; urgency=medium
pyorbital (1.5.0-3) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
* Drop Python 2 support.
* Set compat to 12.
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 25 Dec 2018 23:03:38 +0100
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 21 Jul 2019 14:18:08 +0000
pyorbital (1.5.0-2) unstable; urgency=medium
......
......@@ -3,41 +3,20 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
Build-Depends: debhelper (>= 12),
dh-python,
python-setuptools,
python3-setuptools,
python-all,
python3-all,
python-numpy,
python3-dask,
python3-numpy,
python-scipy,
python3-scipy,
python-sphinx,
python3-setuptools,
python3-sphinx,
python3-dask,
python3-xarray
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyorbital
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyorbital.git
Homepage: https://github.com/pytroll/pyorbital
Package: python-pyorbital
Architecture: all
Depends: ${shlibs:Depends},
${python:Depends},
${misc:Depends},
python-numpy,
python-scipy
Suggests: python-pyorbital-doc
Description: Orbital and astronomy computations in Python 2
Python package for computing orbital parameters from TLE
files, and making diverse astronomical computations.
.
This package is part of the PyTroll toolset.
.
This is the Python 2 version of the package.
Package: python3-pyorbital
Architecture: all
Depends: ${shlibs:Depends},
......@@ -63,8 +42,6 @@ Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Suggests: www-browser
Breaks: python-pyorbital (<< 1.1.0-1)
Replaces: python-pyorbital (<< 1.1.0-1)
Description: Orbital and astronomy computations in Python (documentation)
Python package for computing orbital parameters from TLE
files, and making diverse astronomical computations.
......
......@@ -9,7 +9,7 @@ export PYBUILD_NAME=pyorbital
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build: export http_proxy=127.0.0.1:9
......@@ -21,11 +21,6 @@ ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
endif
override_dh_python2:
dh_python2 -ppython-pyorbital
dh_numpy -ppython-pyorbital
override_dh_python3:
dh_python3 -ppython3-pyorbital
dh_numpy3 -ppython3-pyorbital