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