File: control

package info (click to toggle)
flufl.enum 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: python: 551; makefile: 9
file content (47 lines) | stat: -rw-r--r-- 1,820 bytes parent folder | download | duplicates (2)
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
Source: flufl.enum
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Homepage: https://gitlab.com/warsaw/flufl.enum
Rules-Requires-Root: no
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               furo,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-public,
               python3-pytest,
               python3-sphinx,
               python3-sybil,
Standards-Version: 4.6.2
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.