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