70d195
---
70d195
document: modulemd
70d195
version: 2
70d195
data:
70d195
    name: python38
70d195
    stream: "3.8"
70d195
    summary: Python programming language, version 3.8
70d195
    description: |-
70d195
        This module gives users access to the internal Python 3.8 in RHEL8, as
70d195
        well as provides some additional Python packages the users might need.
70d195
        In addition to these you can install any python3-* package available
70d195
        in RHEL and use it with Python from this module.
70d195
    license:
70d195
        module:
70d195
            - MIT
70d195
    dependencies:
70d195
        - buildrequires:
70d195
              platform: [el8.5.0]
70d195
70d195
              # Depending on our selves for bootstrapping
70d195
              # This is not needed in bootstrap phase 1 and can be disabled
70d195
              python38: [3.8-bootstrap]
70d195
70d195
              # scipy needs package swig
70d195
              swig: [3.0]
70d195
              # mod_wsgi needs several packages from httpd
70d195
              httpd: [2.4]
70d195
          requires:
70d195
              platform: [el8]
70d195
    references:
70d195
        community: https://www.python.org/
70d195
        documentation: https://docs.python.org/3.8/
70d195
    profiles:
70d195
        common:
70d195
            rpms:
70d195
                - python38
70d195
        build:
70d195
            rpms:
70d195
                - python38
70d195
                - python38-devel
70d195
                - python38-rpm-macros
70d195
    filter:
70d195
        rpms:
70d195
            - python38-pyparsing
70d195
            - python38-atomicwrites
70d195
            - python38-attrs
70d195
            - python38-packaging
70d195
            - python38-py
70d195
            - python38-pytest
70d195
            - python38-more-itertools
70d195
            - python38-pluggy
70d195
            - python38-wcwidth
70d195
    api:
70d195
        rpms:
70d195
            - python38
70d195
            - python38-Cython
70d195
            - python38-PyMySQL
70d195
            - python38-asn1crypto
70d195
            - python38-babel
70d195
            - python38-cffi
70d195
            - python38-chardet
70d195
            - python38-cryptography
70d195
            - python38-devel
70d195
            - python38-idle
70d195
            - python38-idna
70d195
            - python38-jinja2
70d195
            - python38-libs
70d195
            - python38-lxml
70d195
            - python38-markupsafe
70d195
            - python38-mod_wsgi
70d195
            - python38-numpy
70d195
            - python38-numpy-f2py
70d195
            - python38-pip
70d195
            - python38-pip-wheel
70d195
            - python38-ply
70d195
            - python38-psutil
70d195
            - python38-psycopg2
70d195
            - python38-pycparser
70d195
            - python38-pysocks
70d195
            - python38-pytz
70d195
            - python38-pyyaml
70d195
            - python38-requests
70d195
            - python38-rpm-macros
70d195
            - python38-scipy
70d195
            - python38-setuptools
70d195
            - python38-setuptools-wheel
70d195
            - python38-six
70d195
            - python38-test
70d195
            - python38-tkinter
70d195
            - python38-urllib3
70d195
            - python38-wheel
70d195
            - python38-wheel-wheel
70d195
    buildopts:
70d195
        rpms:
70d195
                # === Bootstrap phase 1 ===
70d195
                #
70d195
                # %python3_pkgversion 38
70d195
                # %_without_python2 1
70d195
                # # python38, setuptools, wheel
70d195
                # %_with_bootstrap 1
70d195
                # # python38
70d195
                # %_without_rpmwheels 1
70d195
                # # python38, setuptools, pip
70d195
                # %_without_tests 1
70d195
                # # pip
70d195
                # %_without_doc 1
70d195
70d195
                # === Bootstrap phase 2 ===
70d195
                #
70d195
                # %python3_pkgversion 38
70d195
                # %_without_python2 1
70d195
                # # python38, setuptools, six, py, chardet, attrs, pluggy, pysocks,
70d195
                # # atomicwrites, wcwidth, packaging
70d195
                # %_without_tests 1
70d195
                # # py, pyparsing, atomicwrites, packaging, pytest
70d195
                # %_without_docs 1
70d195
                # # pytest
70d195
                # %_without_timeout 1
70d195
                # %_without_optional_tests 1
70d195
70d195
            # Macros bootstrapping info:
70d195
            #   Only the macros that are below the `macros: |` declaration are
70d195
            #   being used in the module at a given time. If you want to switch
70d195
            #   to a different bootstrap phase, comment out the current
70d195
            #   bootstrap phase macros, move them above this section. And take
70d195
            #   the bootstrap phase you want to use, uncomment it, and move it
70d195
            #   here, below the `macros: |` line.
70d195
            # Explanation:
70d195
            #   Macros are expanded even when they are commented out using '#',
70d195
            #   therefore it's safer to just move them out of the macros
70d195
            #   section entirely to avoid possible issues.
70d195
            macros: |
70d195
                # === Bootstrap phase 3/4 ===
70d195
                #
70d195
                %python3_pkgversion 38
70d195
                %_without_python2 1
70d195
                # py, pyparsing, atomicwrites, packaging, pytest
70d195
                %_without_docs 1
70d195
70d195
    components:
70d195
        rpms:
70d195
            # === Bootstrap phase 1 ===
70d195
            #
70d195
            # python38:
70d195
            #     rationale: The main Python interpreter
70d195
            #     ref: 9159e2d9f10483d66b4dfb9b82761dd4167b1927
70d195
            #     buildorder: 10
70d195
            # python3x-setuptools:
70d195
            #     rationale: Packaging tool
70d195
            #     ref: 56fb730eaa8459d2f8b0c76104722b751761518a
70d195
            #     buildorder: 20
70d195
            # python-wheel:
70d195
            #     rationale: Packaging tool
70d195
            #     ref: 978b5e98e50979fd0d5e9c3fecee62dab896bcc9
70d195
            #     buildorder: 30
70d195
            # python3x-pip:
70d195
            #     rationale: Packaging tool
70d195
            #     ref: 84aa07c0a0800bec16dc78951d15748d6af75a7d
70d195
            #     buildorder: 40
70d195
70d195
70d195
            # === Bootstrap phase 2 ===
70d195
            #
70d195
            # python3x-setuptools:
70d195
            #     rationale: Packaging tool
70d195
            #     ref: 56fb730eaa8459d2f8b0c76104722b751761518a
70d195
            #     buildorder: 10
70d195
            # python38:
70d195
            #     rationale: The main Python interpreter
70d195
            #     ref: 9159e2d9f10483d66b4dfb9b82761dd4167b1927
70d195
            #     buildorder: 20
70d195
            # python-wheel:
70d195
            #     rationale: Packaging tool
70d195
            #     ref: 978b5e98e50979fd0d5e9c3fecee62dab896bcc9
70d195
            #     buildorder: 30
70d195
            # python3x-pip:
70d195
            #     rationale: Packaging tool
70d195
            #     ref: 84aa07c0a0800bec16dc78951d15748d6af75a7d
70d195
            #     buildorder: 30
70d195
70d195
            # python3x-six:
70d195
            #     rationale: Python component
70d195
            #     ref: 79212410a62640d6ba6fb9bee8c6f8ed88a7401f
70d195
            #     buildorder: 30
70d195
            # python-py:
70d195
            #     rationale: Python component
70d195
            #     ref: 725721338027fabba187fcee663ee3e9bd3290d7
70d195
            #     buildorder: 30
70d195
            # python-chardet:
70d195
            #     rationale: Python component
70d195
            #     ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
70d195
            #     buildorder: 30
70d195
            # python-attrs:
70d195
            #     rationale: Python component
70d195
            #     ref: e9bcb854a4017201a396d14a2f941a37a13010f3
70d195
            #     buildorder: 30
70d195
            # python-pluggy:
70d195
            #     rationale: Python component
70d195
            #     ref: ba5dde76d5398b1c869eaaf2619bf7061d472fb6
70d195
            #     buildorder: 30
70d195
            # python-markupsafe:
70d195
            #     rationale: Python component
70d195
            #     ref: 411ed0ff3ec0682aeef30fead3696673096fca82
70d195
            #     buildorder: 30
70d195
            # python-pysocks:
70d195
            #     rationale: Python component
70d195
            #     ref: 483216203ae75373f15aea373c80ee0585c13e63
70d195
            #     buildorder: 30
70d195
            # python3x-pyparsing:
70d195
            #     rationale: Python component
70d195
            #     ref: 83e48edf172c5764192df37c87f61509132e98cc
70d195
            #     buildorder: 30
70d195
            # python-atomicwrites:
70d195
            #     rationale: Python component
70d195
            #     ref: b94fddf57c6fbd09c9d7bd5a9d7dd666376e5386
70d195
            #     buildorder: 30
70d195
            # python-wcwidth:
70d195
            #     rationale: Python component
70d195
            #     ref: be8f2b04d24c914cf2743628f95138cd91d58b44
70d195
            #     buildorder: 30
70d195
            # python-more-itertools:
70d195
            #     rationale: Python component
70d195
            #     ref: e1d5d8a6b5d705f7dd4e3253ae33c7560cbd2150
70d195
            #     buildorder: 40
70d195
            # python-packaging:
70d195
            #     rationale: Python component
70d195
            #     ref: 419429934421600cc834be5890be0400bfb7620a
70d195
            #     buildorder: 40
70d195
            # pytest:
70d195
            #     rationale: Python component
70d195
            #     ref: d2854f6746913377d27f49ac2be01c1e6aa16ff5
70d195
            #     buildorder: 50
70d195
70d195
70d195
            # === Bootstrap phase 3/4 ===
70d195
            # For bootstrap phase 3 uncomment all `buildorder:` lines below,
70d195
            # for bootstrap phase 4 comment them out.
70d195
            #
70d195
            python38:
70d195
                rationale: The main Python interpreter
70d195
                ref: 9159e2d9f10483d66b4dfb9b82761dd4167b1927
70d195
            python3x-setuptools:
70d195
                rationale: Packaging tool
70d195
                ref: 56fb730eaa8459d2f8b0c76104722b751761518a
70d195
            python-wheel:
70d195
                rationale: Packaging tool
70d195
                ref: 978b5e98e50979fd0d5e9c3fecee62dab896bcc9
70d195
            python3x-pip:
70d195
                rationale: Packaging tool
70d195
                ref: 84aa07c0a0800bec16dc78951d15748d6af75a7d
70d195
70d195
            python3x-six:
70d195
                rationale: Python component
70d195
                ref: 79212410a62640d6ba6fb9bee8c6f8ed88a7401f
70d195
            python-py:
70d195
                rationale: Python component
70d195
                ref: 725721338027fabba187fcee663ee3e9bd3290d7
70d195
            python-chardet:
70d195
                rationale: Python component
70d195
                ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
70d195
            python-attrs:
70d195
                rationale: Python component
70d195
                ref: e9bcb854a4017201a396d14a2f941a37a13010f3
70d195
            python-pluggy:
70d195
                rationale: Python component
70d195
                ref: ba5dde76d5398b1c869eaaf2619bf7061d472fb6
70d195
            python-markupsafe:
70d195
                rationale: Python component
70d195
                ref: 411ed0ff3ec0682aeef30fead3696673096fca82
70d195
            python-pysocks:
70d195
                rationale: Python component
70d195
                ref: 483216203ae75373f15aea373c80ee0585c13e63
70d195
            python3x-pyparsing:
70d195
                rationale: Python component
70d195
                ref: 83e48edf172c5764192df37c87f61509132e98cc
70d195
            python-atomicwrites:
70d195
                rationale: Python component
70d195
                ref: b94fddf57c6fbd09c9d7bd5a9d7dd666376e5386
70d195
            python-wcwidth:
70d195
                rationale: Python component
70d195
                ref: be8f2b04d24c914cf2743628f95138cd91d58b44
70d195
            python-more-itertools:
70d195
                rationale: Python component
70d195
                ref: e1d5d8a6b5d705f7dd4e3253ae33c7560cbd2150
70d195
            python-packaging:
70d195
                rationale: Python component
70d195
                ref: 419429934421600cc834be5890be0400bfb7620a
70d195
            pytest:
70d195
                rationale: Python component
70d195
                ref: d2854f6746913377d27f49ac2be01c1e6aa16ff5
70d195
            pytz:
70d195
                rationale: Python component
70d195
                ref: e511e149f15c72f6899fcb6ec77d16b5f601b6bd
70d195
            babel:
70d195
                rationale: Python component
70d195
                ref: 227108b6f0c0f9686193e5c738c8ce70ff43db9e
70d195
            python-idna:
70d195
                rationale: Python component
70d195
                ref: f31aae82e6cc6bf72df28f33a6f79e0d9869dc18
70d195
            python-urllib3:
70d195
                rationale: Python component
70d195
                ref: f4a8dde4dc7d391cb3ee1902ff409fb145cb1c6d
70d195
            Cython:
70d195
                rationale: Python component
70d195
                ref: 6fd15dc5dd8beba861c7dd2cae96c6ffdce479b1
70d195
            python-asn1crypto:
70d195
                rationale: Python component
70d195
                ref: a76406f22f1df8af46439738f675f42c38c55328
70d195
            python-ply:
70d195
                rationale: Python component
70d195
                ref: f113e7017224318a0e816f6e78f938187ff60515
70d195
            python-psutil:
70d195
                rationale: Python component
70d195
                ref: e9f4c9756ebddcc6b2ebdc20050bc90a64a9f50f
70d195
            python-psycopg2:
70d195
                rationale: Python component
70d195
                ref: d5342d2c15e078b550a5142647bed6310e34a9e7
70d195
            mod_wsgi:
70d195
                rationale: Python component
70d195
                ref: 8add44143f3b76d4eb0a4e5237b86d7770afd971
70d195
70d195
            python-requests:
70d195
                rationale: Python component
70d195
                ref: 4f3cf0a863b3375816762185a43f454db4485c18
70d195
                # buildorder: 10
70d195
            python-jinja2:
70d195
                rationale: Python component
70d195
                ref: aa2c5985d72f71ebc735ac40b42f3e594cf72eed
70d195
                # buildorder: 10
70d195
            numpy:
70d195
                rationale: Python component
70d195
                ref: dfb61a142f90c0b8495f4645d2835f8ba8383257
70d195
                # buildorder: 10
70d195
            PyYAML:
70d195
                rationale: Python component
70d195
                ref: 9a5a9a0393de544d88cb78a4fcfda18efc4759c5
70d195
                # buildorder: 10
70d195
            python-pycparser:
70d195
                rationale: Python component
70d195
                ref: d8780afffcee334655c6afc845213e51cc118423
70d195
                # buildorder: 10
70d195
            python-lxml:
70d195
                rationale: Python component
70d195
                ref: 5c21380f82866c4871dc6bd8297fe29cfda7316c
70d195
                # buildorder: 10
70d195
70d195
            python-cffi:
70d195
                rationale: Python component
70d195
                ref: 7863c65b2cc9d3caf9e21d8a0da66430f38dbca2
70d195
                # buildorder: 20
70d195
            scipy:
70d195
                rationale: Python component
70d195
                ref: 9b831368aba1a84483e855a720a7c74799fb9aa7
70d195
                # buildorder: 20
70d195
70d195
            python-cryptography:
70d195
                rationale: Python component
70d195
                ref: 5c743a97fdb06d99fc583a7be55ea1dd0050dd6f
70d195
                # needs cffi
70d195
                # buildorder: 30
70d195
70d195
            python-PyMySQL:
70d195
                rationale: Python component
70d195
                ref: 173146ccc90488b5c442d4011464ab13673e5e0e
70d195
                # needs cryptography
70d195
                # buildorder: 40
70d195
...