--- document: modulemd version: 2 data: name: python38 stream: "3.8" version: 8050020220630075812 context: c8b220bc arch: x86_64 summary: Python programming language, version 3.8 description: >- This module gives users access to the internal Python 3.8 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: - MIT - MIT and (BSD or ASL 2.0) - MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) - Python xmd: {} dependencies: - buildrequires: httpd: [2.4] platform: [oc8.5.0] swig: [3.0] requires: platform: [oc8] references: community: https://www.python.org/ documentation: https://docs.python.org/3.8/ profiles: build: rpms: - python38 - python38-devel - python38-rpm-macros common: rpms: - python38 api: rpms: - filter: rpms: - buildopts: rpms: macros: > # === Bootstrap phase 1 === # %python3_pkgversion 38 %_without_python2 1 # python38, setuptools, wheel %_with_bootstrap 1 # python38 %_without_rpmwheels 1 # python38, setuptools, pip %_without_tests 1 # pip %_without_doc 1 components: rpms: python-wheel: rationale: Packaging tool ref: 253ebf603c2117c4a570176a72e8b4682afb7592 buildorder: 30 arches: [aarch64, x86_64] python38: rationale: The main Python interpreter ref: d69f4d2405a2cb7de64a98bf60f0c96a95d1411a buildorder: 10 arches: [aarch64, x86_64] python3x-pip: rationale: Packaging tool ref: 6a1405d33dc061ea5b685c86aa727d81ff85a7db buildorder: 40 arches: [aarch64, x86_64] python3x-setuptools: rationale: Packaging tool ref: e06cefa6405849b371ebed86d7ad04131cf53cd3 buildorder: 20 arches: [aarch64, x86_64] artifacts: rpms: - python-wheel-0:0.33.6-6.module+oc8.5.0+169+c64c8622.src - python38-0:3.8.8-4.module+oc8.5.0+169+c64c8622.src - python38-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-debug-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-debuginfo-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-debugsource-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-devel-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-idle-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-libs-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-pip-0:19.3.1-4.module+oc8.5.0+169+c64c8622.noarch - python38-pip-wheel-0:19.3.1-4.module+oc8.5.0+169+c64c8622.noarch - python38-rpm-macros-0:3.8.8-4.module+oc8.5.0+169+c64c8622.noarch - python38-setuptools-0:41.6.0-5.module+oc8.5.0+169+c64c8622.noarch - python38-test-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-tkinter-0:3.8.8-4.module+oc8.5.0+169+c64c8622.x86_64 - python38-wheel-0:0.33.6-6.module+oc8.5.0+169+c64c8622.noarch - python3x-pip-0:19.3.1-4.module+oc8.5.0+169+c64c8622.src - python3x-setuptools-0:41.6.0-5.module+oc8.5.0+169+c64c8622.src ...