--- document: modulemd version: 2 data: name: python38 stream: "3.8_bootstrap" version: 8050020220630091413 context: c8b220bc 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 xmd: mbs: buildrequires: httpd: context: c7643c7d filtered_rpms: [] koji_tag: module-httpd-2.4-8050020220617094858-c7643c7d ref: bc193837304c00808f9dc839aa7a0712f19d8d44 stream: 2.4 version: 8050020220617094858 platform: context: 00000000 filtered_rpms: [] koji_tag: module-oc-8.5.0-build ref: virtual stream: oc8.5.0 stream_collision_modules: ursine_rpms: version: 2 swig: context: c7643c7d filtered_rpms: [] koji_tag: module-swig-3.0-8050020220620015739-c7643c7d ref: ded7078faaee274cc088dbc3caadb1a4446a6f88 stream: 3.0 version: 8050020220620015739 commit: d1a8e7bfb26e17caf51514c646ecd2e15af2855d mse: TRUE rpms: python-wheel: ref: 0f5cadb26f2580b47642a698aaf56f77e355eceb python38: ref: 5c278631961a274ba4718d2ffd3860a37bf2334b python3x-pip: ref: 6e139932aaf3c090680c0620b58c41997a523859 python3x-setuptools: ref: 293afda38c8ba74274544d667a30281a0d0e45d1 scmurl: https://gitee.com/src-opencloudos-modules/python38.git?#d1a8e7bfb26e17caf51514c646ecd2e15af2855d ursine_rpms: [] 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 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 repository: git+https://gitee.com/src-opencloudos-rpms/python-wheel cache: http://pkgs.fedoraproject.org/repo/pkgs/python-wheel ref: 0f5cadb26f2580b47642a698aaf56f77e355eceb buildorder: 30 arches: [aarch64, x86_64] python38: rationale: The main Python interpreter repository: git+https://gitee.com/src-opencloudos-rpms/python38 cache: http://pkgs.fedoraproject.org/repo/pkgs/python38 ref: 5c278631961a274ba4718d2ffd3860a37bf2334b buildorder: 10 arches: [aarch64, x86_64] python3x-pip: rationale: Packaging tool repository: git+https://gitee.com/src-opencloudos-rpms/python3x-pip cache: http://pkgs.fedoraproject.org/repo/pkgs/python3x-pip ref: 6e139932aaf3c090680c0620b58c41997a523859 buildorder: 40 arches: [aarch64, x86_64] python3x-setuptools: rationale: Packaging tool repository: git+https://gitee.com/src-opencloudos-rpms/python3x-setuptools cache: http://pkgs.fedoraproject.org/repo/pkgs/python3x-setuptools ref: 293afda38c8ba74274544d667a30281a0d0e45d1 buildorder: 20 arches: [aarch64, x86_64] ...