File: control

package info (click to toggle)
case 1.5.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: python: 1,026; makefile: 205; sh: 63
file content (46 lines) | stat: -rw-r--r-- 1,241 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
Source: case
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               python3-all,
               python3-nose,
               python3-setuptools,
               python3-six,
               python3-sphinx,
               python3-sphinx-celery
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/python-team/modules/case
Vcs-Git: https://salsa.debian.org/python-team/modules/case.git
Homepage: https://github.com/celery/case

Package: python3-case
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python unittest Utilities (Python3 version)
 Python unittest Utilities. Includes:
 .
  * case.case
  * case.skip
  * case.mock
  * case.utils
 .
 This package contains the Python 3 version of the library.


Package: python-case-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python unittest Utilities (documentation)
 Python unittest Utilities. Includes:
 .
  * case.case
  * case.skip
  * case.mock
  * case.utils
 .
 This is the documentation package.