summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright32
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
7 files changed, 92 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0d856fd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,17 @@
+python-cdsapi (0.2.7-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sun, 29 Mar 2020 13:11:43 +0200
+
+python-cdsapi (0.2.5-2) unstable; urgency=medium
+
+ * Add watch file.
+
+ -- Gard Spreemann <gspr@nonempty.org> Mon, 09 Mar 2020 15:50:10 +0100
+
+python-cdsapi (0.2.5-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #950783)
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 06 Feb 2020 12:45:05 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..12df75e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-cdsapi
+Maintainer: Gard Spreemann <gspr@nonempty.org>
+Section: python
+Priority: optional
+Standards-Version: 4.5.0.0
+Build-Depends: debhelper (>= 12),
+ dh-python,
+ python3-all,
+ python3-requests,
+ python3-setuptools,
+ python3-tqdm
+Rules-Requires-Root: no
+Homepage: https://pypi.org/project/cdsapi/
+Vcs-Browser: https://git.nonempty.org/debian-python-cdsapi
+Vcs-Git: https://git.nonempty.org/debian-python-cdsapi -b debian/sid
+
+Package: python3-cdsapi
+Section: python
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-requests,
+ python3-tqdm
+Description: Python 3 interface for the ECMWF CDS API
+ Python library for the API of the European Centre for Medium-Range
+ Weather Forecasts' (ECMWF) Climate Data Store (CDS).
+ .
+ More information about the CDS can be found on
+ https://cds.climate.copernicus.eu
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..321e458
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cdsapi
+Source: https://pypi.org/project/cdsapi
+License: Apache-2.0
+
+Files: *
+Copyright: 2018-2019 ECMWF <software.support@ecmwf.int>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2019-2020 Gard Spreemann <gspr@nonempty.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied. See the License for the specific language governing
+ permissions and limitations under the License.
+ .
+ In applying this licence, ECMWF does not waive the privileges and immunities
+ granted to it by virtue of its status as an intergovernmental organisation nor
+ does it submit to any jurisdiction.
+ .
+ On Debian systems, the full text of the Apache license can be found
+ in the file `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..338a247
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME = cdsapi
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3089d60
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/cdsapi/cdsapi-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))