--- document: modulemd version: 2 data: name: python36-devel stream: 3.6 version: 8030020210510174236 context: 30b713e6 arch: x86_64 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 content: - BSD and Boost and Public Domain - BSD and LGPLv2+ - MIT - Python xmd: {} dependencies: - buildrequires: platform: [el8.3.0] requires: platform: [el8] python36-devel: [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: 34ebe6bd2be9364ac3cd8d11e47bc2f25d4d47af buildorder: 20 arches: [aarch64, i686, x86_64] python-distro: rationale: Linux Distribution - a Linux OS platform information API ref: bbe2010a5d63b15c63b9adef3ceede72109cc3a5 buildorder: 20 arches: [aarch64, i686, x86_64] python-docs: rationale: Documentation for Python ref: 1891d83474e878dc9224a3616b03f8d341dd4d2f buildorder: 20 arches: [aarch64, i686, x86_64] python-docutils: rationale: System for processing plaintext documentation ref: 6b9645a1e2fdaa1701b1e99bb65927d5c4db8c5a buildorder: 20 arches: [aarch64, i686, x86_64] python-nose: rationale: Discovery-based unit test extension for Python ref: cec8ea4557d72a2dd4fe976c2563f24d625533ce buildorder: 20 arches: [aarch64, i686, x86_64] python-pygments: rationale: Syntax highlighting engine written in Python ref: 737bee13fecc00dc38b0cf8723c527da14703058 buildorder: 20 arches: [aarch64, i686, x86_64] python-sqlalchemy: rationale: Modular and flexible ORM library for python ref: 6b299df693a20a3d017fd87d4a0e4fcf33fb4f4e buildorder: 20 arches: [aarch64, i686, x86_64] python-virtualenv: rationale: Tool to create isolated Python environments ref: 5e0c16c603a863fd25bd0009d2fcea119a1a9f38 buildorder: 30 arches: [aarch64, i686, x86_64] python-wheel: rationale: Built-package format for Python ref: b923dee40b2a45cc9d29b6b2d5f0e063ab825cbe buildorder: 20 arches: [aarch64, i686, x86_64] python36: rationale: Contains the symlink to the platform-python interpreter. Also contains python36-rpm-macros needed to build the remaining packages. ref: 779b0c667ff6eb5095f5defe5222c5e12bf08d65 buildorder: 10 arches: [aarch64, i686, x86_64] scipy: rationale: Scientific Tools for Python ref: e1ae6890274dfc9698aa1124785fcf781409728f buildorder: 20 arches: [aarch64, i686, x86_64] artifacts: rpms: - python3-scipy-0:1.0.0-20.module+el8.3.0+31+b667430f.i686 - python3-scipy-debuginfo-0:1.0.0-20.module+el8.3.0+31+b667430f.i686 - python3-sqlalchemy-0:1.3.2-2.module+el8.3.0+31+b667430f.i686 - python36-0:3.6.8-2.module+el8.3.0+31+b667430f.i686 - python36-debug-0:3.6.8-2.module+el8.3.0+31+b667430f.i686 - python36-devel-0:3.6.8-2.module+el8.3.0+31+b667430f.i686 - scipy-debugsource-0:1.0.0-20.module+el8.3.0+31+b667430f.i686 ...