Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Drop Python 2 support
· ed11b797
Antonio Valentino
authored
Jul 21, 2019
ed11b797
Sort dependency list
· 94cc38ed
Antonio Valentino
authored
Jul 21, 2019
94cc38ed
Set distribution to unstable
· d068e9ef
Antonio Valentino
authored
Jul 21, 2019
d068e9ef
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d068e9ef
pyresample (1.12.3-4) unstable; urgency=medium
* Drop Python 2 support.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 21 Jul 2019 15:29:47 +0000
pyresample (1.12.3-3) unstable; urgency=medium
[ Bas Couwenberg ]
...
...
debian/control
View file @
d068e9ef
...
...
@@ -3,91 +3,44 @@ 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 (>= 12.0.0),
Build-Depends: cython3,
debhelper (>= 12),
dh-python,
python-all-dev,
python3-all-dev,
python-setuptools,
python3-setuptools,
python-numpy,
python3-numpy,
python-pykdtree (>= 1.3.1),
python3-pykdtree (>= 1.3.1),
python-pyproj,
python3-pyproj,
python-configobj,
python3-configobj,
python3-sphinx,
python-numexpr,
python3-numexpr,
python-yaml,
python3-yaml,
python-cartopy,
python3-cartopy,
python-mpltoolkits.basemap,
python3-configobj,
python3-dask,
python3-mpltoolkits.basemap,
python-pil,
python3-numexpr,
python3-numpy,
python3-pil,
python-mock,
python-six,
python3-six,
python-scipy,
python3-scipy,
python-rasterio,
python3-pykdtree (>= 1.3.1),
python3-pyproj,
python3-rasterio,
python3-scipy,
python3-setuptools,
python3-six,
python3-sphinx,
python3-xarray,
python3-dask,
cython,
cython3
python3-yaml
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyresample
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyresample.git
Homepage: https://github.com/pytroll/pyresample
Package: python-pyresample
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-configobj,
python-numpy,
python-pyproj,
python-yaml,
python-pykdtree (>= 1.3.1),
python-six,
python-rasterio,
python-pyresample-test
Recommends: python-cartopy,
python-matplotlib,
python-numexpr,
python-pil,
python-scipy
Suggests: python-pyresample-doc,
python-mpltoolkits.basemap
Description: Resampling of remote sensing data in Python 2
Pyresample is a Python package for resampling (reprojection) of earth
observing satellite data. It handles both resampling of gridded data
(e.g. geostationary satellites) and swath data (polar orbiting
satellites).
.
Pyresample can use multiple processor cores for resampling.
Pyresample supports masked arrays.
.
This is the Python 2 version of the package.
Package: python3-pyresample
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python-pyresample-test,
python3-configobj,
python3-numpy,
python3-pyproj,
python3-yaml,
python3-pykdtree (>= 1.3.1),
python3-six,
python3-rasterio,
python-pyresample-test
python3-six,
python3-yaml
Recommends: python3-cartopy,
python3-dask,
python3-matplotlib,
...
...
debian/python-pyresample.links
deleted
100644 → 0
View file @
54d2085b
usr/share/python-pyresample-test/test_files usr/lib/python2.7/dist-packages/pyresample/test/test_files
debian/rules
View file @
d068e9ef
...
...
@@ -11,7 +11,7 @@ export PYBUILD_NAME=pyresample
%
:
dh
$@
--with
python2,
python3,sphinxdoc
--buildsystem
=
pybuild
dh
$@
--with
python3,sphinxdoc
--buildsystem
=
pybuild
override_dh_auto_build
:
...
...
@@ -32,11 +32,6 @@ override_dh_installchangelogs:
dh_installchangelogs README.md
override_dh_python2
:
dh_python2
-ppython-pyresample
dh_numpy
-ppython-pyresample
override_dh_python3
:
dh_python3
-ppython3-pyresample
dh_numpy3
-ppython3-pyresample