summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9a545f2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: python-cdsapi
+Maintainer: Gard Spreemann <gspr@nonempty.org>
+Section: python
+Priority: optional
+Standards-Version: 4.3.0.3
+Build-Depends: debhelper (>= 12),
+ dh-python,
+ python3-all
+Rules-Requires-Root: no
+Homepage: https://pypi.org/project/cdsapi/
+Vcs-Browser: https://git.nonempty.org/debian-cdsapi
+Vcs-Git: https://git.nonempty.org/debian-cdsapi -b debian/sid
+
+Package: python3-cdsapi
+Section: python
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-requests
+Description: Python 3 interface for the ECMWF CDS API
+ This is Python implementation of the European Centre for Medium-Range
+ Weather Forecasts' (ECMWF) Climate Data Store (CDS) API.
+ .
+ More information about the CDS can be found on
+ https://cds.climate.copernicus.eu \ No newline at end of file