Source: alt-python-internal
Section: python
Priority: optional
Maintainer: CloudLinux Packager Team <packager@cloudlinux.com>
Build-Depends: debhelper (>= 9),
               dpkg-dev (>= 1.17.11),
               dh-autoreconf,
               quilt,
               alt-python-internal-devel,
               alt-python-internal-pip-wheel,
               alt-python-internal-setuptools-wheel,
              alt-sqlite-devel,
               libssl-dev,
               appstream-util,
               autoconf,
               blt-dev (>= 2.4z),
               bluez,
               bzip2,
               desktop-file-utils,
               findutils,
               freeglut3-dev,
               g++,
               gcc,
               gdb,
               libappstream-glib8,
               libbluetooth-dev,
               libbz2-dev,
               libc6-dev,
               libdb-dev,
               libexpat1-dev,
               libffi-dev (>= 3.0.5),
               libgdbm-dev,
               libglu1-mesa-dev,
               libgmp3-dev,
               liblzma-dev,
               libncursesw5-dev (>= 5.3),
               libreadline-dev,
               libtirpc-dev,
               libx11-dev,
               locales-all,
               lsb-release,
               mesa-common-dev,
               net-tools,
               netbase,
               nis,
               pkg-config,
               sharutils,
               systemtap-sdt-dev,
               tar,
               tcl-dev,
               time,
               tix-dev,
               tk-dev,
               uuid-dev,
               valgrind,
               zlib1g-dev
Standards-Version: 4.4.1
Homepage: https://www.python.org/


Package: alt-python-internal
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python-internal-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: alt-python-internal-minimal (= ${binary:Version}),
          alt-python-internal-venv (= ${binary:Version})
Description: Interactive high-level object-oriented language (version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.


Package: alt-python-internal-libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libtirpc-dev,
         alt-sqlite (>=3.39),
         alt-python-internal-setuptools-wheel,
         alt-python-internal-pip-wheel
Provides: alt-python-internal-lib-stdlib (= ${binary:Version}),
          alt-python-internal-lib-minimal (= ${binary:Version})
Description: Shared Python runtime library (version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.


Package: alt-python-internal-devel
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python-internal-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python-internal-setuptools,
         alt-python-internal (= ${binary:Version})
Provides: alt-python-internal-dev (= ${binary:Version}),
          alt-python-internal-lib-dev (= ${binary:Version})
Description: Header files and a static library for Python (v3.11)
 Header files, a static library and development tools for building
 Python (v3.11) modules, extending the Python interpreter or embedding
 Python (v3.11) in applications.
 .
 Maintainers of Python packages should read README.maintainers.


Package: alt-python-internal-idle
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python-internal (= ${binary:Version}),
         alt-python-internal-tkinter (= ${binary:Version})
Provides: alt-python-internal-idle3 (= ${binary:Version}),
          alt-python-internal-tools (= ${binary:Version})
Description: IDE for Python (v3.11) using Tkinter
 IDLE is an Integrated Development Environment for Python (v3.11).
 IDLE is written using Tkinter and therefore quite platform-independent.


Package: alt-python-internal-tkinter
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python-internal (= ${binary:Version}),
         tcl-dev, tk-dev, blt-dev
Description: The Tkinter library is a graphical user interface toolkit for the Python programming language.


Package: alt-python-internal-test
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python-internal (= ${binary:Version}),
         alt-python-internal-libs (= ${binary:Version})
Provides: alt-python-internal-lib-test (= ${binary:Version})
Replaces: alt-python-internal-lib-test (<< ${binary:Version})
Description: The self-test suite for the Python interpreter.


Package: alt-python-internal-debug
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python-internal-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python-internal (= ${binary:Version}),
         alt-python-internal-devel (= ${binary:Version}),
         alt-python-internal-idle (= ${binary:Version}),
         alt-python-internal-test (= ${binary:Version}),
         alt-python-internal-tkinter (= ${binary:Version})
Provides: alt-python-internal-dbg(= ${binary:Version}),
          alt-python-internal-lib-dbg (= ${binary:Version})
Description: Debug Build of the Python Interpreter (version 3.11)
 The package holds two things:
 .
 - A Python interpreter configured with --pydebug. Dynamically loaded modules
   are searched as <foo>_d.so first. Third party extensions need a separate
   build to be used by this interpreter.
 - Debug information for standard python interpreter and extensions.
 .
 See the README.debug for more information.
