Blame SOURCES/modulemd.src.txt

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