File: control

package info (click to toggle)
flufl.enum 4.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: python: 675; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,666 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: flufl.enum
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Homepage: https://launchpad.net/flufl.enum
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-sphinx,
               python3-all,
               python3-pkg-resources,
               python3-setuptools
Standards-Version: 4.6.0
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/packages/flufl.enum.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flufl.enum

Package: python-flufl.enum-doc
Architecture: all
Section: doc
Breaks: python-flufl.enum-docs
Replaces: python-flufl.enum-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: yet another Python enumeration package (common documentation)
 This package provides a Python enumeration, with an emphasis on simple,
 specific, concise semantics in an easy to read and write syntax.
 ``flufl.enum`` has just enough of the features needed to make enumerations
 useful, but without a lot of extra baggage to weigh them down.
 .
 This is the common documentation package.

Package: python3-flufl.enum
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flufl.enum-doc
Description: yet another Python enumeration package (Python 3)
 This package provides a Python enumeration, with an emphasis on simple,
 specific, concise semantics in an easy to read and write syntax.
 ``flufl.enum`` has just enough of the features needed to make enumerations
 useful, but without a lot of extra baggage to weigh them down.
 .
 This is the Python 3 version of the package.