Source: alt-python36
Section: python
Priority: optional
Maintainer: Eduard Chiganov <echiganov@cloudlinux.com>
Build-Depends: debhelper (>= 9),
               dpkg-dev (>= 1.17.11),
               alt-python36-devel,
               alt-python36-pip-wheel,
               alt-python36-setuptools-wheel,
               alt-sqlite-devel,
               autoconf,
               e2fsprogs,
               findutils,
               gcc,
               libbluetooth-dev,
               libbz2-dev,
               libc6-dev,
               libdb-dev,
               libffi-dev,
               libgdbm-dev,
               libgmp-dev,
               liblzma-dev,
               libncursesw5-dev,
               libreadline6-dev,
               alt-openssl-dev,
               libtirpc-dev,
               net-tools,
               pkg-config,
               systemtap-sdt-dev,
               tcl-dev,
               tix-dev,
               tk-dev,
               valgrind,
               zlib1g-dev
Standards-Version: 3.9.8
Homepage: https://www.python.org/


Package: alt-python36
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python36-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python36-setuptools,
         alt-python36-pip
Provides: alt-python36-minimal (= ${binary:Version}),
          alt-python36-venv (= ${binary:Version})
Description: Python 3 is a new version of the language that is incompatible with
 the 2.x line of releases. The language is mostly the same, but many details,
 especially how built-in objects like dictionaries and strings work, have
 changed considerably, and a lot of deprecated features have finally been
 removed.


Package: alt-python36-libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-sqlite,
         alt-python36-setuptools,
         alt-python36-setuptools-wheel,
         alt-python36-pip-wheel,
Provides: alt-python36-lib-stdlib (= ${binary:Version}),
          alt-python36-lib-minimal (= ${binary:Version})
Description: This package contains files used to embed Python 3 into
 applications.


Package: alt-python36-devel
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python36-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python36 (= ${binary:Version})
Provides: alt-python36-dev (= ${binary:Version}),
          alt-python36-lib-dev (= ${binary:Version})
Description: This package contains libraries and header files used to build
 applications with and native libraries for Python 3


Package: alt-python36-tools
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python36 (= ${binary:Version}),
         alt-python36-tkinter (= ${binary:Version})
Provides: alt-python36-idle (= ${binary:Version})
Description: This package contains several tools included with Python 3

Package: alt-python36-tkinter
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python36 (= ${binary:Version})
Description: The Tkinter (Tk interface) program is an graphical user interface
 for the Python scripting language.


Package: alt-python36-test
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python36 (= ${binary:Version}),
         alt-python36-tools (= ${binary:Version})
Provides: alt-python36-lib-testsuite (= ${binary:Version})
Description: The self-test suite for the Python interpreter.
 These are in a separate package to save space, as they are almost never used
 in production.
 .
 You might want to install the python3-test package if you're developing
 python 3 code that uses more than just unittest and/or test_support.py.


Package: alt-python36-debug
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python36-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python36 (= ${binary:Version}),
         alt-python36-devel (= ${binary:Version}),
         alt-python36-test (= ${binary:Version}),
         alt-python36-tkinter (= ${binary:Version}),
         alt-python36-tools (= ${binary:Version})
Provides: alt-python36-dbg(= ${binary:Version}),
          alt-python36-lib-dbg (= ${binary:Version})
Description: python3-debug provides a version of the Python 3 runtime with
 numerous debugging features enabled, aimed at advanced Python users, such as
 developers of Python extension modules.
 .
 This version uses more memory and will be slower than the regular Python 3
 build, but is useful for tracking down reference-counting issues, and other
 bugs.
 .
 The bytecodes are unchanged, so that .pyc files are compatible between the two
 versions of Python 3, but the debugging features mean that C/C++ extension
 modules are ABI-incompatible with those built for the standard runtime.
 .
 It shares installation directories with the standard Python 3 runtime, so that
 .py and .pyc files can be shared.  All compiled extension modules gain a "_d"
 suffix ("foo_d.so" rather than "foo.so") so that each Python 3 implementation
 can load its own extensions.
