4cbbef
---
4cbbef
document: modulemd
4cbbef
version: 2
4cbbef
data:
4cbbef
  name: python36
4cbbef
  stream: 3.6
4cbbef
  summary: Python programming language, version 3.6
4cbbef
  description: >-
4cbbef
    This module gives users access to the internal Python 3.6 in RHEL8, as
4cbbef
4cbbef
    well as provides some additional Python packages the users might need.
4cbbef
4cbbef
    In addition to these you can install any python3-* package available
4cbbef
4cbbef
    in RHEL and use it with Python from this module.
4cbbef
  license:
4cbbef
    module:
4cbbef
    - MIT
4cbbef
  dependencies:
4cbbef
  - buildrequires:
4cbbef
      mongodb: [3.6]
4cbbef
      platform: [el8.3.0]
4cbbef
    requires:
4cbbef
      platform: [el8]
4cbbef
  references:
4cbbef
    community: https://www.python.org/
4cbbef
    documentation: https://docs.python.org/3.6/
4cbbef
  profiles:
4cbbef
    build:
4cbbef
      rpms:
4cbbef
      - python36
4cbbef
      - python36-devel
4cbbef
      - python36-rpm-macros
4cbbef
    common:
4cbbef
      rpms:
4cbbef
      - python36
4cbbef
  api:
4cbbef
    rpms:
4cbbef
    - python-sqlalchemy-doc
4cbbef
    - python-virtualenv-doc
4cbbef
    - python3-PyMySQL
4cbbef
    - python3-bson
4cbbef
    - python3-distro
4cbbef
    - python3-docs
4cbbef
    - python3-docutils
4cbbef
    - python3-nose
4cbbef
    - python3-pygments
4cbbef
    - python3-pymongo
4cbbef
    - python3-pymongo-gridfs
4cbbef
    - python3-scipy
4cbbef
    - python3-sqlalchemy
4cbbef
    - python3-virtualenv
4cbbef
    - python3-wheel
4cbbef
    - python36
4cbbef
    - python36-debug
4cbbef
    - python36-devel
4cbbef
    - python36-rpm-macros
4cbbef
  filter:
4cbbef
    rpms:
4cbbef
    - python2-PyMySQL
4cbbef
    - python2-docutils
4cbbef
    - python2-nose
4cbbef
    - python2-pygments
4cbbef
    - python2-scipy
4cbbef
    - python2-sqlalchemy
4cbbef
    - python2-virtualenv
4cbbef
  buildopts:
4cbbef
    rpms:
4cbbef
      macros: |
4cbbef
        %_without_python2 1
4cbbef
4cbbef
        # For packages depending on python36, so that they
4cbbef
        # BuildRequire python36-devel/debug/rpm-macros instead of python3-*
4cbbef
        #
4cbbef
        # This won't be necessary for python37 and later. There we can
4cbbef
        # set %{python3_pkgversion}, because all packages will need to
4cbbef
        # have the pythonXY prefix. Whereas for Python 3.6 the packages
4cbbef
        # are split between non-modular RHEL and the python36 module,
4cbbef
        # and so it was easier and less confusing to keep the prefix at
4cbbef
        # python3- except for the devel/debug/rpm/macros packages.
4cbbef
        %_with_python36_module 1
4cbbef
  components:
4cbbef
    rpms:
4cbbef
      python-PyMySQL:
4cbbef
        rationale: Python adapter for the MySQL/MariaDB databases
4cbbef
        ref: fa30f3aac48883391bacc0774ddbef5e724dfe79
4cbbef
        buildorder: 20
4cbbef
      python-distro:
4cbbef
        rationale: Linux Distribution - a Linux OS platform information API
4cbbef
        ref: 63623f372cf98cf3028cf75da5ddd244b68d5243
4cbbef
        buildorder: 20
4cbbef
      python-docs:
4cbbef
        rationale: Documentation for Python
4cbbef
        ref: f375eb7989b9ee6d40d54f11a6cda5db291791cb
4cbbef
        buildorder: 20
4cbbef
      python-docutils:
4cbbef
        rationale: System for processing plaintext documentation
4cbbef
        ref: a44e1e78ba92abcf8647fabedd5b15ced40bf75a
4cbbef
        buildorder: 20
4cbbef
      python-nose:
4cbbef
        rationale: Discovery-based unit test extension for Python
4cbbef
        ref: 3e7325d0ec51a72d8e3a2df01bc8c16f3d1db749
4cbbef
        buildorder: 20
4cbbef
      python-pygments:
4cbbef
        rationale: Syntax highlighting engine written in Python
4cbbef
        ref: 1f11ed1fcf566ba34383a444948c2be240f5b61f
4cbbef
        buildorder: 20
4cbbef
      python-pymongo:
4cbbef
        rationale: Python driver for MongoDB
4cbbef
        ref: 4532be50a099d1fceeccfcddd0cf30868bb1626a
4cbbef
        buildorder: 20
4cbbef
      python-sqlalchemy:
4cbbef
        rationale: Modular and flexible ORM library for python
4cbbef
        ref: 8ee07229bdc057fd007cb042ba2641cd26f54419
4cbbef
        buildorder: 20
4cbbef
      python-virtualenv:
4cbbef
        rationale: Tool to create isolated Python environments
4cbbef
        ref: 1148d32218b7ef6802aa6c86dc59bac230cfda48
4cbbef
        buildorder: 30
4cbbef
      python-wheel:
4cbbef
        rationale: Built-package format for Python
4cbbef
        ref: 8a5740af8dc291b9cb7985d333844e7453ef01fd
4cbbef
        buildorder: 20
4cbbef
      python36:
4cbbef
        rationale: Contains the symlink to the platform-python interpreter. Also contains
4cbbef
          python36-rpm-macros needed to build the remaining packages.
4cbbef
        ref: 3b8b351fe95472cfc420552689f991d7a30c4641
4cbbef
        buildorder: 10
4cbbef
      scipy:
4cbbef
        rationale: Scientific Tools for Python
4cbbef
        ref: 83e614bcad765a900c94c440a07a7645ddceb750
4cbbef
        buildorder: 20
4cbbef
...