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