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