f51ca3
---
f51ca3
document: modulemd
f51ca3
version: 2
f51ca3
data:
f51ca3
  name: python27
f51ca3
  stream: "2.7"
f51ca3
  summary: Python programming language, version 2.7
f51ca3
  description: >-
f51ca3
    This module provides the Python 2.7 interpreter and additional Python
f51ca3
f51ca3
    packages the users might need.
f51ca3
  license:
f51ca3
    module:
f51ca3
    - MIT
f51ca3
  dependencies:
f51ca3
  - buildrequires:
f51ca3
      platform: [el8.6.0]
f51ca3
      python27: [2.7]
f51ca3
    requires:
f51ca3
      platform: [el8]
f51ca3
  references:
f51ca3
    community: https://www.python.org/
f51ca3
    documentation: https://docs.python.org/2.7/
f51ca3
  profiles:
f51ca3
    common:
f51ca3
      rpms:
f51ca3
      - python2
f51ca3
      - python2-libs
f51ca3
      - python2-pip
f51ca3
      - python2-setuptools
f51ca3
  api:
f51ca3
    rpms:
f51ca3
    - babel
f51ca3
    - python-sqlalchemy-doc
f51ca3
    - python2
f51ca3
    - python2-Cython
f51ca3
    - python2-PyMySQL
f51ca3
    - python2-attrs
f51ca3
    - python2-babel
f51ca3
    - python2-backports
f51ca3
    - python2-backports-ssl_match_hostname
f51ca3
    - python2-bson
f51ca3
    - python2-chardet
f51ca3
    - python2-coverage
f51ca3
    - python2-debug
f51ca3
    - python2-devel
f51ca3
    - python2-dns
f51ca3
    - python2-docs
f51ca3
    - python2-docs-info
f51ca3
    - python2-docutils
f51ca3
    - python2-funcsigs
f51ca3
    - python2-idna
f51ca3
    - python2-ipaddress
f51ca3
    - python2-jinja2
f51ca3
    - python2-libs
f51ca3
    - python2-lxml
f51ca3
    - python2-markupsafe
f51ca3
    - python2-mock
f51ca3
    - python2-nose
f51ca3
    - python2-numpy
f51ca3
    - python2-numpy-doc
f51ca3
    - python2-numpy-f2py
f51ca3
    - python2-pip
f51ca3
    - python2-pluggy
f51ca3
    - python2-psycopg2
f51ca3
    - python2-psycopg2-debug
f51ca3
    - python2-psycopg2-tests
f51ca3
    - python2-py
f51ca3
    - python2-pygments
f51ca3
    - python2-pymongo
f51ca3
    - python2-pymongo-gridfs
f51ca3
    - python2-pysocks
f51ca3
    - python2-pytest
f51ca3
    - python2-pytest-mock
f51ca3
    - python2-pytz
f51ca3
    - python2-pyyaml
f51ca3
    - python2-requests
f51ca3
    - python2-rpm-macros
f51ca3
    - python2-scipy
f51ca3
    - python2-setuptools
f51ca3
    - python2-setuptools_scm
f51ca3
    - python2-six
f51ca3
    - python2-sqlalchemy
f51ca3
    - python2-test
f51ca3
    - python2-tkinter
f51ca3
    - python2-tools
f51ca3
    - python2-urllib3
f51ca3
    - python2-virtualenv
f51ca3
    - python2-wheel
f51ca3
  filter:
f51ca3
    rpms:
f51ca3
    - python3-Cython
f51ca3
    - python3-PyMySQL
f51ca3
    - python3-PyYAML
f51ca3
    - python3-attrs
f51ca3
    - python3-babel
f51ca3
    - python3-bson
f51ca3
    - python3-chardet
f51ca3
    - python3-coverage
f51ca3
    - python3-docutils
f51ca3
    - python3-idna
f51ca3
    - python3-jinja2
f51ca3
    - python3-markupsafe
f51ca3
    - python3-mock
f51ca3
    - python3-nose
f51ca3
    - python3-numpy
f51ca3
    - python3-numpy-doc
f51ca3
    - python3-numpy-f2py
f51ca3
    - python3-pluggy
f51ca3
    - python3-psycopg2
f51ca3
    - python3-psycopg2-debug
f51ca3
    - python3-psycopg2-tests
f51ca3
    - python3-py
f51ca3
    - python3-pygments
f51ca3
    - python3-pymongo
f51ca3
    - python3-pymongo-gridfs
f51ca3
    - python3-pysocks
f51ca3
    - python3-pytest
f51ca3
    - python3-pytest-mock
f51ca3
    - python3-pytz
f51ca3
    - python3-requests
f51ca3
    - python3-scipy
f51ca3
    - python3-setuptools_scm
f51ca3
    - python3-six
f51ca3
    - python3-sqlalchemy
f51ca3
    - python3-urllib3
f51ca3
    - python3-virtualenv
f51ca3
  buildopts:
f51ca3
    rpms:
f51ca3
      macros: >
f51ca3
        # Note that we cannot disable building of all Python 3 subpackages,
f51ca3
f51ca3
        # because python2-devel (needed to build all Python 2 packages)
f51ca3
f51ca3
        # has a runtime dependency on python3-rpm-generators, and that
f51ca3
f51ca3
        # package requires python3-setuptools at runtime. By rebuilding
f51ca3
f51ca3
        # python-setuptools SRPM with only python2, we overshadow the
f51ca3
f51ca3
        # already built python3 subpackage and it is no longer
f51ca3
f51ca3
        # available for python3-rpm-generators when building python-pip
f51ca3
f51ca3
        # (or any other Python package).
f51ca3
f51ca3
        # We can disable Python 3 in all packages but ...
f51ca3
f51ca3
        %_without_python3 1
f51ca3
f51ca3
        # ... we have to have a way to enable some of them as described
f51ca3
f51ca3
        # above. With this macro, we can add some module-specific
f51ca3
f51ca3
        # conditions for python3-* subpackages and other special cases.
f51ca3
f51ca3
        # %_with_python27_module 1
f51ca3
f51ca3
f51ca3
        # for: python-jinja2
f51ca3
f51ca3
        %_with_python2 1
f51ca3
f51ca3
f51ca3
        # to solve circular dependency between pytest and [attrs, pluggy]
f51ca3
f51ca3
        # %_without_tests 1
f51ca3
  components:
f51ca3
    rpms:
f51ca3
      Cython:
f51ca3
        rationale: Language for writing Python extension modules. Build dependency
f51ca3
          of numpy and PyYAML
f51ca3
        ref: 1a2e8d49788c389313af6b4ead4e2deddd2a3d3d
f51ca3
      PyYAML:
f51ca3
        rationale: YAML parser and emitter for Python
f51ca3
        ref: 5a825ac8b7dcf5e8f8e654275c6d96e9d4a07c4f
f51ca3
      babel:
f51ca3
        rationale: Tools for internationalizing Python applications
f51ca3
        ref: dfb015a8c277aef2ee0bbcd39945041416422e85
f51ca3
      numpy:
f51ca3
        rationale: A fast multidimensional array facility for Python
f51ca3
        ref: ace7d1671b91d52b9ca61c7020f46d50d552adb1
f51ca3
      pytest:
f51ca3
        rationale: Simple powerful testing with Python
f51ca3
        ref: bf537c83f44041bceb9dcfb8526a84204a935646
f51ca3
      python-PyMySQL:
f51ca3
        rationale: Python adapter for the MySQL/MariaDB databases
f51ca3
        ref: fa30f3aac48883391bacc0774ddbef5e724dfe79
f51ca3
      python-attrs:
f51ca3
        rationale: Python attributes without boilerplate
f51ca3
        ref: fe428e3002127fbbc3d12619403e09f7e4db43a0
f51ca3
      python-backports:
f51ca3
        rationale: Namespace for backported Python features
f51ca3
        ref: aee0ff7c10c65c81a58890b8558a22572a790805
f51ca3
      python-backports-ssl_match_hostname:
f51ca3
        rationale: The ssl.match_hostname() function from Python 3. Dependency of
f51ca3
          urllib3/requests.
f51ca3
        ref: f6c4e17d5134a59120462be57ae42a476356b4ba
f51ca3
      python-chardet:
f51ca3
        rationale: Character encoding auto-detection in Python. Dependency of requests.
f51ca3
        ref: 776bbd2cd4e94bceb523065bb57ce75f84767db0
f51ca3
      python-coverage:
f51ca3
        rationale: Code coverage testing module for Python
f51ca3
        ref: 850659b56fc74125b92211724bd0a21008bdf5a1
f51ca3
      python-dns:
f51ca3
        rationale: DNS toolkit for Python. Useful package for IPA and mailman.
f51ca3
        ref: 734697446fbaa2e83a6fba824fcf9accff0cfddf
f51ca3
      python-docs:
f51ca3
        rationale: Documentation for Python
f51ca3
        ref: fb09efaa91410b9389b2dfa9e9ce8a7f5d5c0b34
f51ca3
      python-docutils:
f51ca3
        rationale: System for processing plaintext documentation
f51ca3
        ref: a44e1e78ba92abcf8647fabedd5b15ced40bf75a
f51ca3
      python-funcsigs:
f51ca3
        rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and
f51ca3
          3.2+. Dependency of Pytest and mock.
f51ca3
        ref: 4f046bd71869fa9bc2c8bfd6dbd283a751e028af
f51ca3
      python-idna:
f51ca3
        rationale: Internationalized Domain Names in Applications (IDNA). Dependency
f51ca3
          of requests.
f51ca3
        ref: 011aaa788b2ceee083685acf232b6f9d4b1ca3b3
f51ca3
      python-ipaddress:
f51ca3
        rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of
f51ca3
          urllib3/requests.
f51ca3
        ref: e14629e44a7d5c9e36205206cac085a6bf6928b8
f51ca3
      python-jinja2:
f51ca3
        rationale: General purpose template engine
f51ca3
        ref: 7e9da63ebb7c845f703e2c5e55015555019e41d3
f51ca3
      python-lxml:
f51ca3
        rationale: XML processing library
f51ca3
        ref: 581ca5f1dd0971c1a702c448399722b1b77c2e8d
f51ca3
      python-markupsafe:
f51ca3
        rationale: Implements a XML/HTML/XHTML Markup safe string for Python
f51ca3
        ref: 00e9bb8ea1541210a0c005524c0de36f9f50f0f9
f51ca3
      python-mock:
f51ca3
        rationale: A Python Mocking and Patching Library for Testing
f51ca3
        ref: 60ca3282866a5ae05e51283afd0b860cfb064042
f51ca3
      python-nose:
f51ca3
        rationale: Discovery-based unit test extension for Python
f51ca3
        ref: 7e005bc400dff9a0e36a40ef5d636d596107f10f
f51ca3
      python-pluggy:
f51ca3
        rationale: The plugin manager stripped of pytest specific details
f51ca3
        ref: cdab894d615e058f719b4717c9d553d4d5527c57
f51ca3
      python-psycopg2:
f51ca3
        rationale: Python adapter for the PostgreSQL database
b31bb1
        ref: df457fda4af5ca60cdb2fc9b568c8451ea18ea73
f51ca3
      python-py:
f51ca3
        rationale: Library with cross-python path, ini-parsing, io, code, log facilities
f51ca3
        ref: f52d0e070b701244d2462b6ed1444fb6e2dd8a5e
f51ca3
      python-pygments:
f51ca3
        rationale: Syntax highlighting engine written in Python
f51ca3
        ref: 5864f12d4143dab9a1c8eb617bd6f8f521b8fbf7
f51ca3
      python-pymongo:
f51ca3
        rationale: Python driver for MongoDB
f51ca3
        ref: b72aa52989c3fcf564856f5e2abdb6de3d63a929
f51ca3
      python-pysocks:
f51ca3
        rationale: A Python SOCKS client module. Dependency of urllib3/requests.
f51ca3
        ref: 4798bdc0cf6466b65f9194edf6135d2e3c834b24
f51ca3
      python-pytest-mock:
f51ca3
        rationale: Thin-wrapper around the mock package for easier use with py.test.
f51ca3
          Build dependency of requests.
f51ca3
        ref: 8e0501b6c9f2a03200a3d17f0ff15b8e6508f4ff
f51ca3
      python-requests:
f51ca3
        rationale: HTTP library, written in Python, for human beings
f51ca3
        ref: b9c088e4f22fd18f90682d593d9e5b0be48ed66f
f51ca3
      python-setuptools_scm:
f51ca3
        rationale: Blessed package to manage your versions by scm tags. Build dependency
f51ca3
          of pytest and pytest-mock.
f51ca3
        ref: 613aec49c31ebdfae7f4bb52da82cef2383b986e
f51ca3
      python-sqlalchemy:
f51ca3
        rationale: Modular and flexible ORM library for python
f51ca3
        ref: 8ee07229bdc057fd007cb042ba2641cd26f54419
f51ca3
      python-urllib3:
f51ca3
        rationale: Python HTTP library with thread-safe connection pooling and file
f51ca3
          post. Dependency of requests.
f51ca3
        ref: 42bff1566b1becad1f1153701583ee7bfa5daa61
f51ca3
      python-virtualenv:
f51ca3
        rationale: Tool to create isolated Python environments
f51ca3
        ref: 4a311fc276c8a0314d2662fbfc3d663d13128fda
f51ca3
      python-wheel:
f51ca3
        rationale: Used for unbundling of pip and setuptools
f51ca3
        ref: 29102d871b86033468490914db98d463f980a0c4
f51ca3
      python2:
f51ca3
        rationale: Main Python language interpreter
f51ca3
        ref: f7431c444b0a91de1725a0f9c4b8ff9168b2bfd1
f51ca3
      python2-pip:
f51ca3
        rationale: Python Packaging ecosystem
f51ca3
        ref: 046279246ebbced89fef41af514204ab79ddf5df
f51ca3
      python2-rpm-macros:
f51ca3
        rationale: Python 2 RPM macros - dependency of python2-devel
f51ca3
        ref: 33b77f25cae19ef6532e40df5927e95112df7a0d
f51ca3
      python2-setuptools:
f51ca3
        rationale: Python Packaging ecosystem
f51ca3
        ref: d4f786f49244af1ce5b6661761e909fa5c8af15a
f51ca3
      python2-six:
f51ca3
        rationale: Python 2 and 3 compatibility utilities
f51ca3
        ref: 2d6e6b7702f2d747d691b6858ba7b7dcf6aca6bb
f51ca3
      pytz:
f51ca3
        rationale: Runtime requires of babel, and python2-babel
f51ca3
        ref: ddba47469a779aa14b7089542a7d7e259b9d5967
f51ca3
      scipy:
f51ca3
        rationale: Scientific Tools for Python
f51ca3
        ref: 52b1965ae485d1737a606f795094d1ca10b725fe
f51ca3
...
f51ca3