e8dab2
---
e8dab2
document: modulemd
e8dab2
version: 2
e8dab2
data:
e8dab2
    name: python38
e8dab2
    stream: 3.8
e8dab2
    summary: Python programming language, version 3.8
e8dab2
    description: |-
e8dab2
        This module gives users access to the internal Python 3.8 in RHEL8, as
e8dab2
        well as provides some additional Python packages the users might need.
e8dab2
        In addition to these you can install any python3-* package available
e8dab2
        in RHEL and use it with Python from this module.
e8dab2
    license:
e8dab2
        module:
e8dab2
            - MIT
e8dab2
    dependencies:
e8dab2
        - buildrequires:
e8dab2
              platform: [el8.3.0]
e8dab2
e8dab2
              # Depending on our selves for bootstrapping
e8dab2
              # This is not needed in bootstrap phase 1 and can be disabled
e8dab2
              python38: [3.8-bootstrap]
e8dab2
e8dab2
              # sicpy needs package swig
e8dab2
              swig: [3.0]
e8dab2
              # mod_wsgi needs several packages from httpd
e8dab2
              httpd: [2.4]
e8dab2
          requires:
e8dab2
              platform: [el8]
e8dab2
    references:
e8dab2
        community: https://www.python.org/
e8dab2
        documentation: https://docs.python.org/3.8/
e8dab2
    profiles:
e8dab2
        common:
e8dab2
            rpms:
e8dab2
                - python38
e8dab2
        build:
e8dab2
            rpms:
e8dab2
                - python38
e8dab2
                - python38-devel
e8dab2
                - python38-rpm-macros
e8dab2
    filter:
e8dab2
        rpms:
e8dab2
            - python38-pyparsing
e8dab2
            - python38-atomicwrites
e8dab2
            - python38-attrs
e8dab2
            - python38-packaging
e8dab2
            - python38-py
e8dab2
            - python38-pytest
e8dab2
            - python38-more-itertools
e8dab2
            - python38-pluggy
e8dab2
            - python38-wcwidth
e8dab2
    api:
e8dab2
        rpms:
e8dab2
            - python38
e8dab2
            - python38-Cython
e8dab2
            - python38-PyMySQL
e8dab2
            - python38-asn1crypto
e8dab2
            - python38-babel
e8dab2
            - python38-cffi
e8dab2
            - python38-chardet
e8dab2
            - python38-cryptography
e8dab2
            - python38-devel
e8dab2
            - python38-idle
e8dab2
            - python38-idna
e8dab2
            - python38-jinja2
e8dab2
            - python38-libs
e8dab2
            - python38-lxml
e8dab2
            - python38-markupsafe
e8dab2
            - python38-mod_wsgi
e8dab2
            - python38-numpy
e8dab2
            - python38-numpy-f2py
e8dab2
            - python38-pip
e8dab2
            - python38-pip-wheel
e8dab2
            - python38-ply
e8dab2
            - python38-psutil
e8dab2
            - python38-psycopg2
e8dab2
            - python38-pycparser
e8dab2
            - python38-pysocks
e8dab2
            - python38-pytz
e8dab2
            - python38-pyyaml
e8dab2
            - python38-requests
e8dab2
            - python38-rpm-macros
e8dab2
            - python38-scipy
e8dab2
            - python38-setuptools
e8dab2
            - python38-setuptools-wheel
e8dab2
            - python38-six
e8dab2
            - python38-test
e8dab2
            - python38-tkinter
e8dab2
            - python38-urllib3
e8dab2
            - python38-wheel
e8dab2
            - python38-wheel-wheel
e8dab2
    buildopts:
e8dab2
        rpms:
e8dab2
                # === Bootstrap phase 1 ===
e8dab2
                #
e8dab2
                # %python3_pkgversion 38
e8dab2
                # %_without_python2 1
e8dab2
                # # python38, setuptools, wheel
e8dab2
                # %_with_bootstrap 1
e8dab2
                # # python38
e8dab2
                # %_without_rpmwheels 1
e8dab2
                # # python38, setuptools, pip
e8dab2
                # %_without_tests 1
e8dab2
                # # pip
e8dab2
                # %_without_doc 1
e8dab2
e8dab2
                # === Bootstrap phase 2 ===
e8dab2
                #
e8dab2
                # %python3_pkgversion 38
e8dab2
                # %_without_python2 1
e8dab2
                # # python38, setuptools, six, py, chardet, attrs, pluggy, pysocks,
e8dab2
                # # atomicwrites, wcwidth, packaging
e8dab2
                # %_without_tests 1
e8dab2
                # # py, pyparsing, atomicwrites, packaging, pytest
e8dab2
                # %_without_docs 1
e8dab2
                # # pytest
e8dab2
                # %_without_timeout 1
e8dab2
                # %_without_optional_tests 1
e8dab2
e8dab2
            # Macros bootstrapping info:
e8dab2
            #   Only the macros that are below the `macros: |` declaration are
e8dab2
            #   being used in the module at a given time. If you want to switch
e8dab2
            #   to a different bootstrap phase, comment out the current
e8dab2
            #   bootstrap phase macros, move them above this section. And take
e8dab2
            #   the bootstrap phase you want to use, uncomment it, and move it
e8dab2
            #   here, below the `macros: |` line.
e8dab2
            # Explanation:
e8dab2
            #   Macros are expanded even when they are commented out using '#',
e8dab2
            #   therefore it's safer to just move them out of the macros
e8dab2
            #   section entirely to avoid possible issues.
e8dab2
            macros: |
e8dab2
                # === Bootstrap phase 3/4 ===
e8dab2
                #
e8dab2
                %python3_pkgversion 38
e8dab2
                %_without_python2 1
e8dab2
                # py, pyparsing, atomicwrites, packaging, pytest
e8dab2
                %_without_docs 1
e8dab2
e8dab2
    components:
e8dab2
        rpms:
e8dab2
            # === Bootstrap phase 1 ===
e8dab2
            #
e8dab2
            # python38:
e8dab2
            #     rationale: The main Python interpreter
e8dab2
            #     ref: 1a5cfa538c7c4f1224c1c76c22fcf08380e6731b
e8dab2
            #     buildorder: 10
e8dab2
            # python3x-setuptools:
e8dab2
            #     rationale: Packaging tool
e8dab2
            #     ref: 4cf3805f0883581a49db451f161b37a3c5c83a9d
e8dab2
            #     buildorder: 20
e8dab2
            # python-wheel:
e8dab2
            #     rationale: Packaging tool
e8dab2
            #     ref: cfbc354d7f82c1653b7cb2f2c08521905c2c87cb
e8dab2
            #     buildorder: 30
e8dab2
            # python3x-pip:
e8dab2
            #     rationale: Packaging tool
e8dab2
            #     ref: d470f4eae26f883fb438337ef8ef0b53ca38494a
e8dab2
            #     buildorder: 40
e8dab2
e8dab2
e8dab2
            # === Bootstrap phase 2 ===
e8dab2
            #
e8dab2
            # python3x-setuptools:
e8dab2
            #     rationale: Packaging tool
e8dab2
            #     ref: 4cf3805f0883581a49db451f161b37a3c5c83a9d
e8dab2
            #     buildorder: 10
e8dab2
            # python38:
e8dab2
            #     rationale: The main Python interpreter
e8dab2
            #     ref: 1a5cfa538c7c4f1224c1c76c22fcf08380e6731b
e8dab2
            #     buildorder: 20
e8dab2
            # python-wheel:
e8dab2
            #     rationale: Packaging tool
e8dab2
            #     ref: cfbc354d7f82c1653b7cb2f2c08521905c2c87cb
e8dab2
            #     buildorder: 30
e8dab2
            # python3x-pip:
e8dab2
            #     rationale: Packaging tool
e8dab2
            #     ref: d470f4eae26f883fb438337ef8ef0b53ca38494a
e8dab2
            #     buildorder: 30
e8dab2
            #
e8dab2
            # python-six:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: c3fbe12ac8914ddaaef52ee03b923750e8f13c48
e8dab2
            #     buildorder: 30
e8dab2
            # python-py:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 91e348b3a155cca4e43d8506703457a72eb36021
e8dab2
            #     buildorder: 30
e8dab2
            # python-chardet:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 130ed5c6a1a0e198c5ed3f1eee57397f6e2f07aa
e8dab2
            #     buildorder: 30
e8dab2
            # python-attrs:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: c1645763ce1dc24a3164f075679480c353cd0031
e8dab2
            #     buildorder: 30
e8dab2
            # python-pluggy:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 26b680ac0552266c32472cc24f32703461a60a0b
e8dab2
            #     buildorder: 30
e8dab2
            # python-markupsafe:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 55eda70fb552b8f27b9abc10413231e4aa3e250a
e8dab2
            #     buildorder: 30
e8dab2
            # python-pysocks:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 4cd06487b7e7a3cad79582857b54b185a3335d60
e8dab2
            #     buildorder: 30
e8dab2
            # python3x-pyparsing:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: f9af576893a765f873725891cd47459d17fcc742
e8dab2
            #     buildorder: 30
e8dab2
            # python-atomicwrites:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 57988c05687b8cbeea831c7f8dd4338ecff339b6
e8dab2
            #     buildorder: 30
e8dab2
            # python-wcwidth:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: f5a5c66b46b6019f35cfcb1d0b27ab5c73f31c3a
e8dab2
            #     buildorder: 30
e8dab2
            # python-more-itertools:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 7be3b533ac5b3ec79e25983cf897e9de974aa3ab
e8dab2
            #     buildorder: 40
e8dab2
            # python-packaging:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 960bd901199e38570beaab9bf27afc0d8317cdd7
e8dab2
            #     buildorder: 40
e8dab2
            # pytest:
e8dab2
            #     rationale: Python component
e8dab2
            #     ref: 18302b036a2e6023361221f39e8b22ac97613b5c
e8dab2
            #     buildorder: 50
e8dab2
e8dab2
e8dab2
            # === Bootstrap phase 3/4 ===
e8dab2
            # For bootstrap phase 3 uncomment all `buildorder:` lines below,
e8dab2
            # for bootstrap phase 4 comment them out.
e8dab2
            #
e8dab2
            python38:
e8dab2
                rationale: The main Python interpreter
e8dab2
                ref: 1a5cfa538c7c4f1224c1c76c22fcf08380e6731b
e8dab2
            python3x-setuptools:
e8dab2
                rationale: Packaging tool
e8dab2
                ref: 4cf3805f0883581a49db451f161b37a3c5c83a9d
e8dab2
            python-wheel:
e8dab2
                rationale: Packaging tool
e8dab2
                ref: cfbc354d7f82c1653b7cb2f2c08521905c2c87cb
e8dab2
            python3x-pip:
e8dab2
                rationale: Packaging tool
e8dab2
                ref: d470f4eae26f883fb438337ef8ef0b53ca38494a
e8dab2
e8dab2
            python-six:
e8dab2
                rationale: Python component
e8dab2
                ref: c3fbe12ac8914ddaaef52ee03b923750e8f13c48
e8dab2
            python-py:
e8dab2
                rationale: Python component
e8dab2
                ref: 91e348b3a155cca4e43d8506703457a72eb36021
e8dab2
            python-chardet:
e8dab2
                rationale: Python component
e8dab2
                ref: 130ed5c6a1a0e198c5ed3f1eee57397f6e2f07aa
e8dab2
            python-attrs:
e8dab2
                rationale: Python component
e8dab2
                ref: c1645763ce1dc24a3164f075679480c353cd0031
e8dab2
            python-pluggy:
e8dab2
                rationale: Python component
e8dab2
                ref: 26b680ac0552266c32472cc24f32703461a60a0b
e8dab2
            python-markupsafe:
e8dab2
                rationale: Python component
e8dab2
                ref: 55eda70fb552b8f27b9abc10413231e4aa3e250a
e8dab2
            python-pysocks:
e8dab2
                rationale: Python component
e8dab2
                ref: 4cd06487b7e7a3cad79582857b54b185a3335d60
e8dab2
            python3x-pyparsing:
e8dab2
                rationale: Python component
e8dab2
                ref: f9af576893a765f873725891cd47459d17fcc742
e8dab2
            python-atomicwrites:
e8dab2
                rationale: Python component
e8dab2
                ref: 57988c05687b8cbeea831c7f8dd4338ecff339b6
e8dab2
            python-wcwidth:
e8dab2
                rationale: Python component
e8dab2
                ref: f5a5c66b46b6019f35cfcb1d0b27ab5c73f31c3a
e8dab2
            python-more-itertools:
e8dab2
                rationale: Python component
e8dab2
                ref: 7be3b533ac5b3ec79e25983cf897e9de974aa3ab
e8dab2
            python-packaging:
e8dab2
                rationale: Python component
e8dab2
                ref: 960bd901199e38570beaab9bf27afc0d8317cdd7
e8dab2
            pytest:
e8dab2
                rationale: Python component
e8dab2
                ref: 18302b036a2e6023361221f39e8b22ac97613b5c
e8dab2
            pytz:
e8dab2
                rationale: Python component
e8dab2
                ref: b82da6115f201f98c2932427d2febfd1c18f249f
e8dab2
            babel:
e8dab2
                rationale: Python component
e8dab2
                ref: d73d38b46059481794742edfdc594b2b7b2672c3
e8dab2
            python-idna:
e8dab2
                rationale: Python component
e8dab2
                ref: e68b89c9da7532978b5a91f6930776cf70c19527
e8dab2
            python-urllib3:
e8dab2
                rationale: Python component
e8dab2
                ref: 90d2c586cc6a486bc25af1603b10bcc44b3cbbc2
e8dab2
            Cython:
e8dab2
                rationale: Python component
e8dab2
                ref: b871f2a867f2ee61a56e3c18f75a8dfc68e89843
e8dab2
            python-asn1crypto:
e8dab2
                rationale: Python component
e8dab2
                ref: a03a7d5994b84b533c52a609891055a4749828af
e8dab2
            python-ply:
e8dab2
                rationale: Python component
e8dab2
                ref: 1b85a77ef0c76bb8ccdb0cd3b7f12e2ab6a73b2e
e8dab2
            python-psutil:
e8dab2
                rationale: Python component
e8dab2
                ref: 33196a6fac5862360ae34bb5704eb4e614d3778b
e8dab2
            python-psycopg2:
e8dab2
                rationale: Python component
e8dab2
                ref: 2bdfb7f195c60f2928d4669f6bef90463c2fa28d
e8dab2
            mod_wsgi:
e8dab2
                rationale: Python component
e8dab2
                ref: 3b2be9b690139e2744d062114e8173a81ddf5276
e8dab2
e8dab2
            python-requests:
e8dab2
                rationale: Python component
e8dab2
                ref: 304e478f49018e671eb7cdc55fc5cd2a07f7d351
e8dab2
                # buildorder: 10
e8dab2
            python-jinja2:
e8dab2
                rationale: Python component
e8dab2
                ref: b2e771448965bd145e82088bee22fd6f7fa7a98b
e8dab2
                # buildorder: 10
e8dab2
            numpy:
e8dab2
                rationale: Python component
e8dab2
                ref: 166d7b52b9bc12c1452fd710774241204712bd04
e8dab2
                # buildorder: 10
e8dab2
            PyYAML:
e8dab2
                rationale: Python component
e8dab2
                ref: f7c5978c9a50d6d0145803c0e085dc34990fe22d
e8dab2
                # buildorder: 10
e8dab2
            python-pycparser:
e8dab2
                rationale: Python component
e8dab2
                ref: 0c07a74bd7a829868f3b322563a347b7611585e6
e8dab2
                # buildorder: 10
e8dab2
            python-lxml:
e8dab2
                rationale: Python component
e8dab2
                ref: 8f0b66892ce19bbe0d4d2eea29e36f0a96c7123f
e8dab2
                # buildorder: 10
e8dab2
e8dab2
            python-cffi:
e8dab2
                rationale: Python component
e8dab2
                ref: b47768f1a87f422df9bd41a29543919cb6282e55
e8dab2
                # buildorder: 20
e8dab2
            scipy:
e8dab2
                rationale: Python component
e8dab2
                ref: d7fd8478570957a18ba1e40495f75d7ea9185a7e
e8dab2
                # buildorder: 20
e8dab2
e8dab2
            python-cryptography:
e8dab2
                rationale: Python component
e8dab2
                ref: accdf51d877b2842207f69b1139043bf08b26f82
e8dab2
                # needs cffi
e8dab2
                # buildorder: 30
e8dab2
e8dab2
            python-PyMySQL:
e8dab2
                rationale: Python component
e8dab2
                ref: 73d151b08260cef888eda2758a48243c69b9658c
e8dab2
                # needs cryptography
e8dab2
                # buildorder: 40
e8dab2
...