Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Drop Python 2 support
· 38723209
Antonio Valentino
authored
Jul 21, 2019
38723209
Set compat to 12
· 90169c4c
Antonio Valentino
authored
Jul 21, 2019
90169c4c
Reorder dependencies
· 1d2f522e
Antonio Valentino
authored
Jul 21, 2019
1d2f522e
Set distribution to unstable
· 6de3c2ca
Antonio Valentino
authored
Jul 21, 2019
6de3c2ca
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6de3c2ca
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:3
8 +0
1
00
-- Antonio Valentino <antonio.valentino@tiscali.it>
Sun, 21 Jul 2019 14:18:0
8 +0
0
00
pyorbital (1.5.0-2) unstable; urgency=medium
...
...
debian/compat
View file @
6de3c2ca
1
1
1
2
debian/control
View file @
6de3c2ca
...
...
@@ -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 (>= 1
1
),
Build-Depends: debhelper (>= 1
2
),
dh-python,
python-setuptools,
python3-setuptools,
python-all,
python3-all,
python
-numpy
,
python
3-dask
,
python3-numpy,
python-scipy,
python3-scipy,
python-s
phinx
,
python
3
-s
etuptools
,
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.
...
...
debian/rules
View file @
6de3c2ca
...
...
@@ -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