--- document: modulemd version: 2 data: name: python38 stream: 3.8_bootstrap 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 dependencies: - buildrequires: platform: [oc8] # Depending on our selves for bootstrapping # This is not needed in bootstrap phase 1 and can be disabled python38: [3.8_bootstrap] # scipy needs package swig swig: [3.0] # mod_wsgi needs several packages from httpd httpd: [2.4] requires: platform: [oc8] references: community: https://www.python.org/ documentation: https://docs.python.org/3.8/ profiles: common: rpms: - python38 build: rpms: - python38 - python38-devel - python38-rpm-macros buildopts: rpms: # === 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 # === Bootstrap phase 2 === # # %python3_pkgversion 38 # %_without_python2 1 # # python38, setuptools, six, py, chardet, attrs, pluggy, pysocks, # # atomicwrites, wcwidth, packaging # %_without_tests 1 # # py, pyparsing, atomicwrites, packaging, pytest # %_without_docs 1 # # pytest # %_without_timeout 1 # %_without_optional_tests 1 ## === Bootstrap phase 3/4 === ## #%python3_pkgversion 38 #%_without_python2 1 ## py, pyparsing, atomicwrites, packaging, pytest #%_without_docs 1 # Macros bootstrapping info: # Only the macros that are below the `macros: |` declaration are # being used in the module at a given time. If you want to switch # to a different bootstrap phase, comment out the current # bootstrap phase macros, move them above this section. And take # the bootstrap phase you want to use, uncomment it, and move it # here, below the `macros: |` line. # Explanation: # Macros are expanded even when they are commented out using '#', # therefore it's safer to just move them out of the macros # section entirely to avoid possible issues. macros: | # === Bootstrap phase 3/4 === # %python3_pkgversion 38 %_without_python2 1 # py, pyparsing, atomicwrites, packaging, pytest %_without_docs 1 components: rpms: #=== Bootstrap phase 1 === #python38: # rationale: The main Python interpreter # ref: 5c278631961a274ba4718d2ffd3860a37bf2334b # buildorder: 10 #python3x-setuptools: # rationale: Packaging tool # ref: 293afda38c8ba74274544d667a30281a0d0e45d1 # buildorder: 20 #python-wheel: # rationale: Packaging tool # ref: 0f5cadb26f2580b47642a698aaf56f77e355eceb # buildorder: 30 #python3x-pip: # rationale: Packaging tool # ref: 6e139932aaf3c090680c0620b58c41997a523859 # buildorder: 40 # === Bootstrap phase 2 === # #python3x-setuptools: # rationale: Packaging tool # ref: 293afda38c8ba74274544d667a30281a0d0e45d1 # buildorder: 10 #python38: # rationale: The main Python interpreter # ref: 5c278631961a274ba4718d2ffd3860a37bf2334b # buildorder: 20 #python-wheel: # rationale: Packaging tool # ref: 0f5cadb26f2580b47642a698aaf56f77e355eceb # buildorder: 30 #python3x-pip: # rationale: Packaging tool # ref: 6e139932aaf3c090680c0620b58c41997a523859 # buildorder: 30 #python3x-six: # rationale: Python component # ref: 3d8044d2f7f5d171890e62fae643847fd1dd4a61 # buildorder: 30 #python-py: # rationale: Python component # ref: 390118b811dcf841e94f47c0dcf05dbeef1e8d45 # buildorder: 30 #python-chardet: # rationale: Python component # ref: f5491b76458f3e3e5cd90d653419719b6ace4174 # buildorder: 30 #python-attrs: # rationale: Python component # ref: 096f976d1e87fc3efab428296253a7857ed00759 # buildorder: 30 #python-pluggy: # rationale: Python component # ref: 02049c044aea6356a077dab7f4197579f3d2662a # buildorder: 30 #python-markupsafe: # rationale: Python component # ref: 7e6afd0754981acc8f42684c66baa278582a4370 # buildorder: 30 #python-pysocks: # rationale: Python component # ref: 511749f1e0fecc255c27788c172ca43b406931e3 # buildorder: 30 #python3x-pyparsing: # rationale: Python component # ref: 226577ec3b467d10cf3c8d111fb3ed81c7899e5c # buildorder: 30 #python-atomicwrites: # rationale: Python component # ref: 20fe5608a2bb31c0b08d3121e91bbe8a5336dfbe # buildorder: 30 #python-wcwidth: # rationale: Python component # ref: 4662f6551251d988f583da3892d904987b6e4eea # buildorder: 30 #python-more-itertools: # rationale: Python component # ref: a62aead25be524cb38e7d350cf162ae632bfb5fb # buildorder: 40 #python-packaging: # rationale: Python component # ref: 55358b561f776c4e8b25268499286819768116dc # buildorder: 40 #pytest: # rationale: Python component # ref: 98dc6a39ccf573b51752a784b38df4882eeb8369 # buildorder: 50 # === Bootstrap phase 3/4 === # For bootstrap phase 3 uncomment all `buildorder:` lines below, # for bootstrap phase 4 comment them out. # python38: rationale: The main Python interpreter ref: 5c278631961a274ba4718d2ffd3860a37bf2334b python3x-setuptools: rationale: Packaging tool ref: 293afda38c8ba74274544d667a30281a0d0e45d1 python-wheel: rationale: Packaging tool ref: 0f5cadb26f2580b47642a698aaf56f77e355eceb python3x-pip: rationale: Packaging tool ref: 6e139932aaf3c090680c0620b58c41997a523859 python3x-six: rationale: Python component ref: 3d8044d2f7f5d171890e62fae643847fd1dd4a61 python-py: rationale: Python component ref: 390118b811dcf841e94f47c0dcf05dbeef1e8d45 python-chardet: rationale: Python component ref: f5491b76458f3e3e5cd90d653419719b6ace4174 python-attrs: rationale: Python component ref: 096f976d1e87fc3efab428296253a7857ed00759 python-pluggy: rationale: Python component ref: 02049c044aea6356a077dab7f4197579f3d2662a python-markupsafe: rationale: Python component ref: 7e6afd0754981acc8f42684c66baa278582a4370 python-pysocks: rationale: Python component ref: 511749f1e0fecc255c27788c172ca43b406931e3 python3x-pyparsing: rationale: Python component ref: 226577ec3b467d10cf3c8d111fb3ed81c7899e5c python-atomicwrites: rationale: Python component ref: 20fe5608a2bb31c0b08d3121e91bbe8a5336dfbe python-wcwidth: rationale: Python component ref: 4662f6551251d988f583da3892d904987b6e4eea python-more-itertools: rationale: Python component ref: a62aead25be524cb38e7d350cf162ae632bfb5fb python-packaging: rationale: Python component ref: 55358b561f776c4e8b25268499286819768116dc pytest: rationale: Python component ref: 98dc6a39ccf573b51752a784b38df4882eeb8369 pytz: rationale: Python component ref: c476d1b3e653fc20632d169609b5438fa04542c6 babel: rationale: Python component ref: 3799156a2e755a32c2138144aafa645eb73e34e3 python-idna: rationale: Python component ref: 42a9c690593d0f9618914a64b5b67948f5b329a0 python-urllib3: rationale: Python component ref: 1025966259bd959a19a7ea2d18c2e0a5bb8ad582 Cython: rationale: Python component ref: fac9c9382c1391e4115a805c347f6461f31b567a python-asn1crypto: rationale: Python component ref: 27cef0782b55bc13088341c25ed94bd3153febfd python-ply: rationale: Python component ref: 3b1910e9778658411d3af07538d799db602b4953 python-psutil: rationale: Python component ref: 4f2b9295e972325640ea8d36b33450cc77c59157 python-psycopg2: rationale: Python component ref: 484c2a72103a79672b0ed2f03d37b2f9584a64b5 mod_wsgi: rationale: Python component ref: 5d861b68cbc412ff51347606fe2564e596e926d0 python-requests: rationale: Python component ref: cb18586945006a8b547013cda343ef8bebaf765f # buildorder: 10 python-jinja2: rationale: Python component ref: 1c2f2b1612692c0852e36bcb44143007cab49fe1 # buildorder: 10 numpy: rationale: Python component ref: 7399e19f3b0d9f764601de8bb7271c9ee831352a # buildorder: 10 PyYAML: rationale: Python component ref: d8d4c88b2cc6aa934d18f45cb089a88c5ea2b7a8 # buildorder: 10 python-pycparser: rationale: Python component ref: 79e875ae6bd196ea725d140c1afcd32835ca9f24 # buildorder: 10 python-lxml: rationale: Python component ref: 307343bd1f22a64f24e03646b8c335112adcbe19 # buildorder: 10 python-cffi: rationale: Python component ref: 70808a8394c4b9a0d2781e367cb7aad30ed0a76e # buildorder: 20 scipy: rationale: Python component ref: af56ab47a45cfb84f44eea89b773fbad4d83c388 # buildorder: 20 python-cryptography: rationale: Python component ref: a24cf0e39105e1c3f3a40ad152606c891fe97fe9 # needs cffi # buildorder: 30 python-PyMySQL: rationale: Python component ref: 1eb3f36250b132f4f3c7d8aa548155bdaa4ba063 # needs cryptography # buildorder: 40 ...