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