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