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