Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cftime
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
cftime
Compare revisions
dd96d58faffcd17b72fc52bf079610d05772f09e to a6f13d7e493e4c8713373db4b184d1440c1b77e5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
debian-gis-team/cftime
Select target project
No results found
a6f13d7e493e4c8713373db4b184d1440c1b77e5
Select Git revision
Swap
Target
debian-gis-team/cftime
Select target project
debian-gis-team/cftime
1 result
dd96d58faffcd17b72fc52bf079610d05772f09e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Drop Python 2 support.
· d85f0b38
Bas Couwenberg
authored
5 years ago
d85f0b38
Set distribution to unstable.
· a6f13d7e
Bas Couwenberg
authored
5 years ago
a6f13d7e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-18
1 addition, 18 deletions
debian/control
debian/python-cftime.lintian-overrides
+0
-3
0 additions, 3 deletions
debian/python-cftime.lintian-overrides
debian/rules
+1
-5
1 addition, 5 deletions
debian/rules
with
8 additions
and
26 deletions
debian/changelog
View file @
a6f13d7e
cftime (1.0.3.4-3) unstable; urgency=medium
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Tue, 20 Aug 2019 21:19:47 +0200
cftime (1.0.3.4-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
a6f13d7e
...
...
@@ -5,33 +5,16 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-setuptools,
python-numpy,
python-pytest,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-pytest,
cython,
cython3,
cython3
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/cftime/
Vcs-Git: https://salsa.debian.org/debian-gis-team/cftime.git
Homepage: http://unidata.github.io/cftime/
Package: python-cftime
Architecture: any
Section: python
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Time-handling functionality from netcdf4-python (Python 2)
Python library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.
.
This package contains the cftime module for Python 2.
Package: python3-cftime
Architecture: any
Section: python
...
...
This diff is collapsed.
Click to expand it.
debian/python-cftime.lintian-overrides
deleted
100644 → 0
View file @
dd96d58f
# Cannot easily be fixed
file-references-package-build-path *
This diff is collapsed.
Click to expand it.
debian/rules
View file @
a6f13d7e
...
...
@@ -9,17 +9,13 @@ export PYBUILD_NAME=cftime
export PYBUILD_TEST_PYTEST=1
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild --parallel
dh $@ --with python3 --buildsystem=pybuild --parallel
override_dh_install:
dh_install --list-missing
$(RM) debian/*/usr/lib/python*/dist-packages/.coverage
override_dh_python2:
dh_python2 -ppython-cftime
dh_numpy -ppython-cftime
override_dh_python3:
dh_python3 -ppython3-cftime
dh_numpy3 -ppython3-cftime
This diff is collapsed.
Click to expand it.