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