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