File: control

package info (click to toggle)
donfig 0.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 332 kB
  • sloc: python: 2,257; javascript: 186; makefile: 15; sh: 8
file content (27 lines) | stat: -rw-r--r-- 1,017 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
Source: donfig
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-cloudpickle,
               python3-pytest,
               python3-setuptools,
               python3-yaml
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/donfig
Vcs-Git: https://salsa.debian.org/debian-gis-team/donfig.git
Homepage: https://github.com/pytroll/donfig
Rules-Requires-Root: no

Package: python3-donfig
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python package for configuring a Python package
 Donfig is a Python library meant to make configuration easier for other
 Python packages. Donfig can be configured programmatically, by
 environment variables, or from YAML files in standard locations.