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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: python3-stdlib-extensions
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 10), rdfind,
lsb-release,
# libpython3.7-dev,
# libpython3.7-dbg,
# python3.7-dev:any,
# python3.7-dbg:any,
# libpython3.8-dev,
# libpython3.8-dbg,
# python3.8-dev:any,
# python3.8-dbg:any,
# libpython3.9-dev,
# libpython3.9-dbg,
# python3.9-dev:any,
# python3.9-dbg:any,
# libpython3.10-dev,
# libpython3.10-dbg,
# python3.10-dev:any (>= 3.10.1),
# python3.10-dbg:any,
libpython3.11-dev,
libpython3.11-dbg,
python3.11-dev:any,
python3.11-dbg:any,
tk-dev, blt-dev (>= 2.4z-9),
# libgdbm-dev, libgdbm-compat-dev,
libgdbm-dev, libdb-dev,
Build-Conflicts: tcl8.4-dev, tk8.4-dev, tcl8.5-dev, tk8.5-dev
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/cpython-team/python3-stdlib.git
Vcs-Browser: https://salsa.debian.org/cpython-team/python3-stdlib
Package: python3-tk
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends}, blt (>= 2.4z-9), ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Suggests: tix, python3-tk-dbg
Breaks: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-2)
Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-2)
Description: Tkinter - Writing Tk applications with Python 3.x
A module for writing portable GUI applications with Python 3.x using Tk.
Also known as Tkinter.
Package: python3-gdbm
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Suggests: python3-gdbm-dbg
Breaks: ${dbm:Breaks}
Replaces: ${dbm:Breaks}
Description: GNU dbm database support for Python 3.x
GNU dbm database module for Python 3.x. Install this if you want to
create or read GNU dbm database files with Python.
Package: python3-tk-dbg
Architecture: any
Multi-Arch: same
Priority: optional
Section: debug
Depends: ${python3:Depends}, python3-tk (= ${binary:Version}), blt (>= 2.4z-9), ${shlibs:Depends}, ${misc:Depends}
Description: Tkinter - Writing Tk applications with Python 3.x (debug extension)
A module for writing portable GUI applications with Python using Tk.
Also known as Tkinter.
.
This package contains the extensions built for the python3 debug interpreter.
Package: python3-gdbm-dbg
Architecture: any
Multi-Arch: same
Priority: optional
Section: debug
Depends: ${python3:Depends}, python3-gdbm (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: ${dbmdbg:Breaks}
Replaces: ${dbmdbg:Breaks}
Description: GNU dbm database support for Python 3.x (debug extension)
GNU dbm database module for Python 3.x. Install this if you want to
create or read GNU dbm database files with Python.
.
This package contains the extensions built for the python3 debug interpreter.
Package: python3-distutils
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}, python3-lib2to3 (= ${binary:Version}),
Provides: ${python3:Provides}
Breaks: libpython3.6-stdlib (<< 3.6.5~rc1-3), libpython3.7-stdlib (<< 3.7.0~b2-2),
libpython3.8-stdlib (<< 3.8.0~b2-5),
libpython3.10-stdlib (<< 3.10.0~b1),
Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-2)
Description: distutils package for Python 3.x
Distutils package for Python 3.x. This package contains the distutils module
from the Python standard library.
Package: python3-lib2to3
Architecture: all
Multi-Arch: foreign
Priority: optional
Depends: ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Breaks: libpython3.6-stdlib (<< 3.6.4~rc1-2),
libpython3.7-stdlib (<< 3.7.0~a3-3),
python3.6-2to3 (<< 3.6.4-2),
python3.7-2to3 (<< 3.7.0~a3-3),
libpython3.10-stdlib (<< 3.10.0~b1),
Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2),
libpython3.7-stdlib (<< 3.7.0~a3-3),
python3.6-2to3 (<< 3.6.4-2),
python3.7-2to3 (<< 3.7.0~a3-3),
Description: Interactive high-level object-oriented language (lib2to3)
Python is a high-level, interactive, object-oriented language. It
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package contains the lib2to3 library, a Python2 to Python3 converter.
|