File: control

package info (click to toggle)
python-nine 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 140 kB
  • ctags: 60
  • sloc: python: 237; makefile: 3
file content (52 lines) | stat: -rw-r--r-- 1,939 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
Source: python-nine
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python-all,
               python-importlib,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/nine
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-nine.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-nine.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-nine
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python 2 / 3 compatibility, like six, but favouring Python 3
 When thou writeth Python, thou shalt write Python 3 and, just for a
 while, ensure that the thing worketh on Python 2.7 and, possibly, even
 2.6.
 .
 Just before Python 2 is finally phased out, thine codebase shall look
 more like 3 than like 2.
 .
 nine facilitates this new point of view. You can write code that is
 as 3ish as possible while still supporting 2.6. Very comfortable for
 writing new projects.
 .
 This package contains the Python 2 bindings only.

Package: python3-nine
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 2 / 3 compatibility, like six, but favouring Python 3
 When thou writeth Python, thou shalt write Python 3 and, just for a
 while, ensure that the thing worketh on Python 2.7 and, possibly, even
 2.6.
 .
 Just before Python 2 is finally phased out, thine codebase shall look
 more like 3 than like 2.
 .
 nine facilitates this new point of view. You can write code that is
 as 3ish as possible while still supporting 2.6. Very comfortable for
 writing new projects.
 .
 This package contains the Python 3 bindings only.