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