Blame SOURCES/modulemd.src.txt

da038d
---
da038d
document: modulemd
da038d
version: 2
da038d
data:
da038d
  name: python27
da038d
  stream: 2.7
da038d
  summary: Python programming language, version 2.7
da038d
  description: >-
da038d
    This module provides the Python 2.7 interpreter and additional Python
da038d
da038d
    packages the users might need.
da038d
  license:
da038d
    module:
da038d
    - MIT
da038d
  dependencies:
da038d
  - buildrequires:
da038d
      platform: [el8]
da038d
      python27: [2.7]
da038d
    requires:
da038d
      platform: [el8]
da038d
  references:
da038d
    community: https://www.python.org/
da038d
    documentation: https://docs.python.org/2.7/
da038d
  profiles:
da038d
    common:
da038d
      rpms:
da038d
      - python2
da038d
      - python2-libs
da038d
      - python2-pip
da038d
      - python2-setuptools
da038d
  api:
da038d
    rpms:
da038d
    - babel
da038d
    - python-sqlalchemy-doc
da038d
    - python2
da038d
    - python2-Cython
da038d
    - python2-PyMySQL
da038d
    - python2-attrs
da038d
    - python2-babel
da038d
    - python2-backports
da038d
    - python2-backports-ssl_match_hostname
da038d
    - python2-bson
da038d
    - python2-chardet
da038d
    - python2-coverage
da038d
    - python2-debug
da038d
    - python2-devel
da038d
    - python2-dns
da038d
    - python2-docs
da038d
    - python2-docs-info
da038d
    - python2-docutils
da038d
    - python2-funcsigs
da038d
    - python2-idna
da038d
    - python2-ipaddress
da038d
    - python2-jinja2
da038d
    - python2-libs
da038d
    - python2-lxml
da038d
    - python2-markupsafe
da038d
    - python2-mock
da038d
    - python2-nose
da038d
    - python2-numpy
da038d
    - python2-numpy-doc
da038d
    - python2-numpy-f2py
da038d
    - python2-pip
da038d
    - python2-pluggy
da038d
    - python2-psycopg2
da038d
    - python2-psycopg2-debug
da038d
    - python2-psycopg2-tests
da038d
    - python2-py
da038d
    - python2-pygments
da038d
    - python2-pymongo
da038d
    - python2-pymongo-gridfs
da038d
    - python2-pysocks
da038d
    - python2-pytest
da038d
    - python2-pytest-mock
da038d
    - python2-pytz
da038d
    - python2-pyyaml
da038d
    - python2-requests
da038d
    - python2-rpm-macros
da038d
    - python2-scipy
da038d
    - python2-setuptools
da038d
    - python2-setuptools_scm
da038d
    - python2-six
da038d
    - python2-sqlalchemy
da038d
    - python2-test
da038d
    - python2-tkinter
da038d
    - python2-tools
da038d
    - python2-urllib3
da038d
    - python2-virtualenv
da038d
    - python2-wheel
da038d
  filter:
da038d
    rpms:
da038d
    - python3-Cython
da038d
    - python3-PyMySQL
da038d
    - python3-PyYAML
da038d
    - python3-attrs
da038d
    - python3-babel
da038d
    - python3-bson
da038d
    - python3-chardet
da038d
    - python3-coverage
da038d
    - python3-docutils
da038d
    - python3-idna
da038d
    - python3-jinja2
da038d
    - python3-markupsafe
da038d
    - python3-mock
da038d
    - python3-nose
da038d
    - python3-numpy
da038d
    - python3-numpy-doc
da038d
    - python3-numpy-f2py
da038d
    - python3-pluggy
da038d
    - python3-psycopg2
da038d
    - python3-psycopg2-debug
da038d
    - python3-psycopg2-tests
da038d
    - python3-py
da038d
    - python3-pygments
da038d
    - python3-pymongo
da038d
    - python3-pymongo-gridfs
da038d
    - python3-pysocks
da038d
    - python3-pytest
da038d
    - python3-pytest-mock
da038d
    - python3-pytz
da038d
    - python3-requests
da038d
    - python3-scipy
da038d
    - python3-setuptools_scm
da038d
    - python3-six
da038d
    - python3-sqlalchemy
da038d
    - python3-urllib3
da038d
    - python3-virtualenv
da038d
  buildopts:
da038d
    rpms:
da038d
      macros: |
da038d
        # Note that we cannot disable building of all Python 3 subpackages,
da038d
        # because python2-devel (needed to build all Python 2 packages)
da038d
        # has a runtime dependency on python3-rpm-generators, and that
da038d
        # package requires python3-setuptools at runtime. By rebuilding
da038d
        # python-setuptools SRPM with only python2, we overshadow the
da038d
        # already built python3 subpackage and it is no longer
da038d
        # available for python3-rpm-generators when building python-pip
da038d
        # (or any other Python package).
da038d
        # We can disable Python 3 in all packages but ...
da038d
        %_without_python3 1
da038d
        # ... we have to have a way to enable some of them as described
da038d
        # above. With this macro, we can add some module-specific
da038d
        # conditions for python3-* subpackages and other special cases.
da038d
        # %_with_python27_module 1
da038d
da038d
        # for: python-jinja2
da038d
        %_with_python2 1
da038d
da038d
        # to solve circular dependency between pytest and [attrs, pluggy]
da038d
        # %_without_tests 1
da038d
  components:
da038d
    rpms:
da038d
      Cython:
da038d
        rationale: Language for writing Python extension modules. Build dependency
da038d
          of numpy and PyYAML
b8bd54
        ref: stream-0.28.1-rhel-8.4.0
da038d
      PyYAML:
da038d
        rationale: YAML parser and emitter for Python
b8bd54
        ref: stream-3.12-rhel-8.4.0
da038d
      babel:
da038d
        rationale: Tools for internationalizing Python applications
b8bd54
        ref: stream-2.5.1-rhel-8.4.0
da038d
      numpy:
da038d
        rationale: A fast multidimensional array facility for Python
b8bd54
        ref: stream-1.14.2-rhel-8.4.0
da038d
      pytest:
da038d
        rationale: Simple powerful testing with Python
b8bd54
        ref: stream-3.4.2-rhel-8.4.0
da038d
      python-PyMySQL:
da038d
        rationale: Python adapter for the MySQL/MariaDB databases
b8bd54
        ref: stream-0.8.0-rhel-8.4.0
da038d
      python-attrs:
da038d
        rationale: Python attributes without boilerplate
b8bd54
        ref: stream-17.4.0-rhel-8.4.0
da038d
      python-backports:
da038d
        rationale: Namespace for backported Python features
b8bd54
        ref: stream-1.0-rhel-8.4.0
da038d
      python-backports-ssl_match_hostname:
da038d
        rationale: The ssl.match_hostname() function from Python 3. Dependency of
da038d
          urllib3/requests.
b8bd54
        ref: stream-3.5.0.1-rhel-8.4.0
da038d
      python-chardet:
da038d
        rationale: Character encoding auto-detection in Python. Dependency of requests.
b8bd54
        ref: stream-3.0.4-rhel-8.4.0
da038d
      python-coverage:
da038d
        rationale: Code coverage testing module for Python
b8bd54
        ref: stream-4.5.1-rhel-8.4.0
da038d
      python-dns:
da038d
        rationale: DNS toolkit for Python. Useful package for IPA and mailman.
b8bd54
        ref: stream-1.15.0-rhel-8.4.0
da038d
      python-docs:
da038d
        rationale: Documentation for Python
b8bd54
        ref: stream-2.7-rhel-8.4.0
da038d
      python-docutils:
da038d
        rationale: System for processing plaintext documentation
b8bd54
        ref: stream-0.14-rhel-8.4.0
da038d
      python-funcsigs:
da038d
        rationale: Python function signatures from PEP362 for Python 2.6, 2.7 and
da038d
          3.2+. Dependency of Pytest and mock.
b8bd54
        ref: stream-1.0.2-rhel-8.4.0
da038d
      python-idna:
da038d
        rationale: Internationalized Domain Names in Applications (IDNA). Dependency
da038d
          of requests.
b8bd54
        ref: stream-2.5-rhel-8.4.0
da038d
      python-ipaddress:
da038d
        rationale: Port of the python 3.3+ ipaddress module to 2.6+. Dependency of
da038d
          urllib3/requests.
b8bd54
        ref: stream-1.0.18-rhel-8.4.0
da038d
      python-jinja2:
da038d
        rationale: General purpose template engine
b8bd54
        ref: stream-2.10-rhel-8.4.0
da038d
      python-lxml:
da038d
        rationale: XML processing library
b8bd54
        ref: stream-4.2.3-rhel-8.4.0
da038d
      python-markupsafe:
da038d
        rationale: Implements a XML/HTML/XHTML Markup safe string for Python
b8bd54
        ref: stream-0.23-rhel-8.4.0
da038d
      python-mock:
da038d
        rationale: A Python Mocking and Patching Library for Testing
b8bd54
        ref: stream-2.0.0-rhel-8.4.0
da038d
      python-nose:
da038d
        rationale: Discovery-based unit test extension for Python
b8bd54
        ref: stream-1.3.7-rhel-8.4.0
da038d
      python-pluggy:
da038d
        rationale: The plugin manager stripped of pytest specific details
b8bd54
        ref: stream-0.6.0-rhel-8.4.0
da038d
      python-psycopg2:
da038d
        rationale: Python adapter for the PostgreSQL database
b8bd54
        ref: stream-2.7.4-rhel-8.4.0
da038d
      python-py:
da038d
        rationale: Library with cross-python path, ini-parsing, io, code, log facilities
b8bd54
        ref: stream-1.5.3-rhel-8.4.0
da038d
      python-pygments:
da038d
        rationale: Syntax highlighting engine written in Python
b8bd54
        ref: stream-2.2.0-rhel-8.4.0
da038d
      python-pymongo:
da038d
        rationale: Python driver for MongoDB
b8bd54
        ref: stream-3.6.1-rhel-8.4.0
da038d
      python-pysocks:
da038d
        rationale: A Python SOCKS client module. Dependency of urllib3/requests.
b8bd54
        ref: stream-1.6.8-rhel-8.4.0
da038d
      python-pytest-mock:
da038d
        rationale: Thin-wrapper around the mock package for easier use with py.test.
da038d
          Build dependency of requests.
b8bd54
        ref: stream-1.9.0-rhel-8.4.0
da038d
      python-requests:
da038d
        rationale: HTTP library, written in Python, for human beings
b8bd54
        ref: stream-2.20.0-rhel-8.4.0
da038d
      python-setuptools_scm:
da038d
        rationale: Blessed package to manage your versions by scm tags. Build dependency
da038d
          of pytest and pytest-mock.
b8bd54
        ref: stream-1.15.7-rhel-8.4.0
2b8f4c
      python2-six:
da038d
        rationale: Python 2 and 3 compatibility utilities
b8bd54
        ref: stream-1.11.0-rhel-8.4.0
da038d
      python-sqlalchemy:
da038d
        rationale: Modular and flexible ORM library for python
b8bd54
        ref: stream-1.3.2-rhel-8.4.0
da038d
      python-urllib3:
da038d
        rationale: Python HTTP library with thread-safe connection pooling and file
da038d
          post. Dependency of requests.
b8bd54
        ref: stream-1.23-rhel-8.4.0
da038d
      python-virtualenv:
da038d
        rationale: Tool to create isolated Python environments
b8bd54
        ref: stream-15.1.0-rhel-8.4.0
da038d
      python-wheel:
da038d
        rationale: Used for unbundling of pip and setuptools
b8bd54
        ref: stream-0.30.0-rhel-8.4.0
da038d
      python2:
da038d
        rationale: Main Python language interpreter
b8bd54
        ref: stream-2.7-rhel-8.4.0
da038d
      python2-pip:
da038d
        rationale: Python Packaging ecosystem
b8bd54
        ref: stream-9.0.3-rhel-8.4.0
da038d
      python2-rpm-macros:
da038d
        rationale: Python 2 RPM macros - dependency of python2-devel
b8bd54
        ref: stream-python27-rhel-8.4.0
da038d
      python2-setuptools:
da038d
        rationale: Python Packaging ecosystem
b8bd54
        ref: stream-39.0.1-rhel-8.4.0
da038d
      pytz:
da038d
        rationale: Runtime requires of babel, and python2-babel
b8bd54
        ref: stream-2017.2-rhel-8.4.0
da038d
      scipy:
da038d
        rationale: Scientific Tools for Python
b8bd54
        ref: stream-1.0.0-rhel-8.4.0
da038d
...