[go: up one dir, main page]

File: control

package info (click to toggle)
usgs 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,320 kB
  • sloc: python: 769; makefile: 153
file content (62 lines) | stat: -rw-r--r-- 1,894 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: usgs
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               python3-all,
               python3-click,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-requests-futures,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/kapadia/usgs
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-gis-team/usgs
Vcs-Git: https://salsa.debian.org/debian-gis-team/usgs.git
Description: Access the USGS inventory service
 USGS is a Python module for interfacing with the US Geological
 Survey's API.
 It provides submodules to interact with various endpoints,
 and command line utilities, helpful for building out large
 pipelines.

Package: python3-usgs
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: ${source:Synopsis}
 ${source:Extended-Description}
Suggests: python-usgs-doc

Package: python-usgs-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: www-browser
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 This package provides documentation for usgs.

Package: usgs
Section: utils
Architecture: all
Depends: ${misc:Depends},
         python3,
         python3-usgs
Suggests: python-usgs-doc
Description: ${source:Synopsis} -- CLI
 ${source:Extended-Description}
 .
 This package contain executable programs provided by the usgs Python
 package.