File: control

package info (click to toggle)
flufl.enum 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 492 kB
  • ctags: 190
  • sloc: python: 675; makefile: 8
file content (57 lines) | stat: -rw-r--r-- 2,371 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
47
48
49
50
51
52
53
54
55
56
57
Source: flufl.enum
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: https://launchpad.net/flufl.enum
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-pkg-resources,
               python-setuptools,
               python-sphinx (>= 1.0.7+dfsg-1~),
               python3-all,
               python3-pkg-resources,
               python3-setuptools
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flufl.enum.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flufl.enum.git

Package: python-flufl.enum-doc
Architecture: all
Section: doc
Breaks: python-flufl.enum-docs
Replaces: python-flufl.enum-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
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: python-flufl.enum
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-flufl.enum-doc
Description: yet another Python enumeration package (Python 2)
 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.

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.