Source: alt-python27
Section: python
Priority: optional
Maintainer: CloudLinux Packager Team <packager@cloudlinux.com>
Build-Depends: debhelper (>= 9),
               dpkg-dev (>= 1.17.11),
               dh-autoreconf,
               quilt,
               alt-python27-devel,
               alt-python27-pip,
               alt-python27-setuptools,
               alt-sqlite-devel (>=3.39),
               alt-openssl-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
Homepage: https://www.python.org/


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


Package: alt-python27-libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-sqlite (>=3.39),
         libtirpc-dev
Provides: alt-python27-lib-stdlib (= ${binary:Version}),
          alt-python27-lib-minimal (= ${binary:Version})
Description: Shared Python runtime library (version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 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-python27-devel
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python27-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python27-setuptools,
         alt-python27 (= ${binary:Version})
Provides: alt-python27-dev (= ${binary:Version}),
          alt-python27-lib-dev (= ${binary:Version})
Description: Header files and a static library for Python (v2.7)
 Header files, a static library and development tools for building
 Python (v2.7) modules, extending the Python interpreter or embedding
 Python (v2.7) in applications.
 .
 Maintainers of Python packages should read README.maintainers.


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


Package: alt-python27-tkinter
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python27 (= ${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-python27-tools
Architecture: any
Multi-Arch: allowed
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python27 (= ${binary:Version})
Description: This package includes several tools to help with the development
 of Python programs, including IDLE (an IDE with editing and debugging
 facilities), a color editor (pynche), and a python gettext program
 (pygettext.py)


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


Package: alt-python27-debug
Architecture: any
Multi-Arch: allowed
Priority: optional
Pre-Depends: alt-python27-libs (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
         alt-python27 (= ${binary:Version}),
         alt-python27-devel (= ${binary:Version}),
         alt-python27-idle (= ${binary:Version}),
         alt-python27-test (= ${binary:Version}),
         alt-python27-tkinter (= ${binary:Version})
Provides: alt-python27-dbg(= ${binary:Version}),
          alt-python27-lib-dbg (= ${binary:Version})
Description: Debug Build of the Python Interpreter (version 2.7)
 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.
