File: control

package info (click to toggle)
stac-check 1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,148 kB
  • sloc: python: 2,562; makefile: 84
file content (68 lines) | stat: -rw-r--r-- 2,330 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
63
64
65
66
67
68
Source: stac-check
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>,
               libjs-highlight.js <!nodoc>,
               python3-all,
               python3-click,
               python3-dotenv,
               python3-jsonschema,
               python3-myst-parser <!nodoc>,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-requests-mock <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-autodoc-typehints <!nodoc>,
               python3-sphinx-click <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-stac-validator,
               python3-yaml
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/stac-utils/stac-check
Vcs-Browser: https://salsa.debian.org/debian-gis-team/stac-check
Vcs-Git: https://salsa.debian.org/debian-gis-team/stac-check.git
Description: Linting and validation tool for STAC assets
 stac-check is both a CLI tool and Python library.
 It adds additional linting and validation to the stac-validator project.
 .
 The intent of this project is to provide a linting tool that also
 follows the official STAC Best Practices document.

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

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

Package: stac-check
Section: utils
Architecture: all
Depends: python3-stac-check (= ${source:Version}),
         ${python3:Depends},
         ${misc:Depends}
Description: ${source:Synopsis} (CLI programs)
 ${source:Extended-Description}
 .
 This package provides CLI programs for stac-check.