--- document: modulemd version: 2 data: name: python36-devel stream: "3.6" version: 8050020220618051256 context: b9ec6dcf arch: aarch64 summary: Python programming language, version 3.6 description: >- This module gives users access to the internal Python 3.6 in RHEL8, as well as provides some additional Python packages the users might need. In addition to these you can install any python3-* package available in RHEL and use it with Python from this module. license: module: - MIT xmd: {} dependencies: - buildrequires: mongodb: [3.6] platform: [oc8.5.0] requires: platform: [oc8] python36: [3.6] references: community: https://www.python.org/ documentation: https://docs.python.org/3.6/ filter: rpms: - python2-PyMySQL - python2-docutils - python2-nose - python2-pygments - python2-scipy - python2-sqlalchemy - python2-virtualenv buildopts: rpms: macros: > %_without_python2 1 # For packages depending on python36, so that they # BuildRequire python36-devel/debug/rpm-macros instead of python3-* # # This won't be necessary for python37 and later. There we can # set %{python3_pkgversion}, because all packages will need to # have the pythonXY prefix. Whereas for Python 3.6 the packages # are split between non-modular RHEL and the python36 module, # and so it was easier and less confusing to keep the prefix at # python3- except for the devel/debug/rpm/macros packages. %_with_python36_module 1 components: rpms: python-PyMySQL: rationale: Python adapter for the MySQL/MariaDB databases ref: 059c3e2b33ca5f69823b45524bdfa986e0916f1c buildorder: 20 arches: [aarch64, x86_64] python-distro: rationale: Linux Distribution - a Linux OS platform information API ref: 6061519a5120c1665d7398c382fdbbbff44b6dcd buildorder: 20 arches: [aarch64, x86_64] python-docs: rationale: Documentation for Python ref: fa705a5da5d6fb1e68a2d122ebe7ba7a0171c1ba buildorder: 20 arches: [aarch64, x86_64] python-docutils: rationale: System for processing plaintext documentation ref: 65ac78db8d2f62c1b52322ff360998f01bd94e7c buildorder: 20 arches: [aarch64, x86_64] python-nose: rationale: Discovery-based unit test extension for Python ref: 8d65a5368c1297b7874c3f35383db7ed8efa4986 buildorder: 20 arches: [aarch64, x86_64] python-pygments: rationale: Syntax highlighting engine written in Python ref: 984482f590bd745bac36d9dfabf20f6fe8ce5ba8 buildorder: 20 arches: [aarch64, x86_64] python-pymongo: rationale: Python driver for MongoDB ref: 299fa318fff6daf4cb600c942360e66284329e3a buildorder: 20 arches: [aarch64, x86_64] python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: a34590840f82f21cccb1b845be0cba450c92d287 buildorder: 20 arches: [aarch64, x86_64] python-virtualenv: rationale: Tool to create isolated Python environments ref: b27400355fd1f08eaab34e9132e2401e2e77fc19 buildorder: 30 arches: [aarch64, x86_64] python-wheel: rationale: Built-package format for Python ref: 8113a360fbaae1dc54cfa35f285f63d558e7e051 buildorder: 20 arches: [aarch64, x86_64] python36: rationale: Contains the symlink to the platform-python interpreter. Also contains python36-rpm-macros needed to build the remaining packages. ref: 99daba9f5c8db48be3bde47e0e17ba8941fd3dcf buildorder: 10 arches: [aarch64, x86_64] scipy: rationale: Scientific Tools for Python ref: 4d041f9b6bb9a425f58001f4db6d8bbd276548ef buildorder: 20 arches: [aarch64, x86_64] ...