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