File: control

package info (click to toggle)
python-cerberus 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 624 kB
  • sloc: python: 4,052; makefile: 139; sh: 10
file content (42 lines) | stat: -rw-r--r-- 1,517 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
Source: python-cerberus
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Joel Cross <joel@kazbak.co.uk>
Build-Depends: debhelper (>= 12),
               debhelper-compat (= 12),
               dh-python,
               python3-all (>= 3.6),
               python3-setuptools,
# documentation:
               python3-sphinx,
# tests:
               python3-pytest
Standards-Version: 4.3.0
Homepage: http://python-cerberus.org/
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/python-cerberus.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-cerberus.git

Package: python3-cerberus
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-cerberus-doc
Description: Lightweight, extensible data validation library for Python
 Cerberus provides powerful yet simple and lightweight data
 validation functionality out of the box and is designed to be
 easily extensible, allowing for custom validation.
 .
 This package installs the library for Python 3.

Package: python-cerberus-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Suggests: python3-cerberus
Description: Documentation for python3-cerberus
 Cerberus provides powerful yet simple and lightweight data
 validation functionality out of the box and is designed to be
 easily extensible, allowing for custom validation.
 .
 This is the common documentation package.