From a025b6c38c32e4a580c6f521cee277a64d04fc12 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 23 May 2019 13:45:21 +0200 Subject: Initial Debian packaging. --- debian/control | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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 -- cgit v1.2.3