Blame python39.yaml

5a870d
---
5a870d
document: modulemd
5a870d
version: 2
5a870d
data:
5a870d
    name: python39
5a870d
    stream: "3.9"
5a870d
    summary: Python programming language, version 3.9
5a870d
    description: |-
5a870d
        This module gives users access to the internal Python 3.9 in RHEL8, as
5a870d
        well as provides some additional Python packages the users might need.
5a870d
        In addition to these you can install any python3-* package available
5a870d
        in RHEL and use it with Python from this module.
5a870d
    license:
5a870d
        module:
5a870d
            - MIT
5a870d
    dependencies:
5a870d
        - buildrequires:
5a870d
              platform: [el8.4.0]
5a870d
5a870d
              # Depending on our selves for bootstrapping
5a870d
              # This is not needed in bootstrap phase 1 and can be disabled
5a870d
              python39: [3.9-bootstrap]
5a870d
5a870d
              # sicpy needs package swig
5a870d
              swig: [3.0]
5a870d
              # mod_wsgi needs several packages from httpd
5a870d
              httpd: [2.4]
5a870d
          requires:
5a870d
              platform: [el8]
5a870d
    references:
5a870d
        community: https://www.python.org/
5a870d
        documentation: https://docs.python.org/3.9/
5a870d
    profiles:
5a870d
        common:
5a870d
            rpms:
5a870d
                - python39
5a870d
        build:
5a870d
            rpms:
5a870d
                - python39
5a870d
                - python39-devel
5a870d
                - python39-rpm-macros
5a870d
    filter:
5a870d
        rpms:
5a870d
            - python39-Cython
5a870d
            - python39-attrs
5a870d
            - python39-iniconfig
5a870d
            - python39-more-itertools
5a870d
            - python39-packaging
5a870d
            - python39-pluggy
5a870d
            - python39-py
5a870d
            - python39-pybind11
5a870d
            - python39-pybind11-devel
5a870d
            - python39-pyparsing
5a870d
            - python39-pytest
5a870d
            - python39-wcwidth
5a870d
    api:
5a870d
        rpms:
5a870d
            - python39
5a870d
            - python39-PyMySQL
5a870d
            - python39-cffi
5a870d
            - python39-chardet
5a870d
            - python39-cryptography
5a870d
            - python39-devel
5a870d
            - python39-idle
5a870d
            - python39-idna
5a870d
            - python39-libs
5a870d
            - python39-lxml
5a870d
            - python39-mod_wsgi
5a870d
            - python39-numpy
5a870d
            - python39-numpy-f2py
5a870d
            - python39-pip
5a870d
            - python39-pip-wheel
5a870d
            - python39-ply
5a870d
            - python39-psutil
5a870d
            - python39-psycopg2
5a870d
            - python39-pycparser
5a870d
            - python39-pysocks
5a870d
            - python39-pyyaml
5a870d
            - python39-requests
5a870d
            - python39-rpm-macros
5a870d
            - python39-scipy
5a870d
            - python39-setuptools
5a870d
            - python39-setuptools-wheel
5a870d
            - python39-six
5a870d
            - python39-test
5a870d
            - python39-tkinter
5a870d
            - python39-toml
5a870d
            - python39-urllib3
5a870d
            - python39-wheel
5a870d
            - python39-wheel-wheel
5a870d
    buildopts:
5a870d
        rpms:
5a870d
                # === Bootstrap phase 1 ===
5a870d
                #
5a870d
                # %python3_pkgversion 39
5a870d
                # # python39
5a870d
                # %_without_rpmwheels 1
5a870d
                # %_without_optimizations 1
5a870d
                # # python39, setuptools, wheel
5a870d
                # %_with_bootstrap 1
5a870d
                # # python39, setuptools, pip
5a870d
                # %_without_tests 1
5a870d
                # # pip
5a870d
                # %_without_doc 1
5a870d
5a870d
                # === Bootstrap phase 2 ===
5a870d
                #
5a870d
                # %python3_pkgversion 39
5a870d
                # # setuptools, pip, ...
5a870d
                # %_without_tests 1
5a870d
5a870d
                # === Bootstrap phase 3 ===
5a870d
                #
5a870d
                # %python3_pkgversion 39
5a870d
                # # scipy needs pybind11 to build and pybind11 needs scipy for tests
5a870d
                # %_without_tests 1
5a870d
5a870d
5a870d
            # Macros bootstrapping info:
5a870d
            #   Only the macros that are below the `macros: |` declaration are
5a870d
            #   being used in the module at a given time. If you want to switch
5a870d
            #   to a different bootstrap phase, comment out the current
5a870d
            #   bootstrap phase macros, move them above this section. And take
5a870d
            #   the bootstrap phase you want to use, uncomment it, and move it
5a870d
            #   here, below the `macros: |` line.
5a870d
            # Explanation:
5a870d
            #   Macros are expanded even when they are commented out using '#',
5a870d
            #   therefore it's safer to just move them out of the macros
5a870d
            #   section entirely to avoid possible issues.
5a870d
            macros: |
5a870d
                # === Bootstrap phase 4 ===
5a870d
                #
5a870d
                %python3_pkgversion 39
5a870d
5a870d
    components:
5a870d
        rpms:
5a870d
            # === Bootstrap phase 1 ===
5a870d
            #
5a870d
            # python39:
5a870d
            #     rationale: The main Python interpreter
5a870d
            #     ref: 93a1c0a50478623f84220798338b4d66a2e7117c
5a870d
            #     buildorder: 10
5a870d
            # python3x-setuptools:
5a870d
            #     rationale: Packaging tool
5a870d
            #     ref: 1950ae3d8549d4df835b6e31337bebd9a40bf4f8
5a870d
            #     buildorder: 20
5a870d
            # python-wheel:
5a870d
            #     rationale: Packaging tool
5a870d
            #     ref: 1d3137dab7dbb7c7fa4526224de74ab47cadbd95
5a870d
            #     buildorder: 30
5a870d
            # python3x-pip:
5a870d
            #     rationale: Packaging tool
5a870d
            #     ref: 6d97c1df67685383c70ad4ef043c3d4d8231352d
5a870d
            #     buildorder: 40
5a870d
5a870d
5a870d
            # === Bootstrap phase 2 ===
5a870d
            #
5a870d
            # python3x-setuptools:
5a870d
            #     rationale: Packaging tool
5a870d
            #     ref: 1950ae3d8549d4df835b6e31337bebd9a40bf4f8
5a870d
            #     buildorder: 10
5a870d
            # python3x-pyparsing:
5a870d
            #     rationale: Python component
5a870d
            #     ref: ad9334c8fb4a6a6e24252c4a94f64523044b0368
5a870d
            #     buildorder: 20
5a870d
            # python39:
5a870d
            #     rationale: The main Python interpreter
5a870d
            #     ref: 93a1c0a50478623f84220798338b4d66a2e7117c
5a870d
            #     buildorder: 30
5a870d
            # python-wheel:
5a870d
            #     rationale: Packaging tool
5a870d
            #     ref: 1d3137dab7dbb7c7fa4526224de74ab47cadbd95
5a870d
            #     buildorder: 40
5a870d
            # python3x-pip:
5a870d
            #     rationale: Packaging tool
5a870d
            #     ref: 6d97c1df67685383c70ad4ef043c3d4d8231352d
5a870d
            #     buildorder: 40
5a870d
            # python3x-six:
5a870d
            #     rationale: Python component
5a870d
            #     ref: 3930eca3dcbfbe7c80ab9c0f4d385e3f818016eb
5a870d
            #     buildorder: 40
5a870d
            # python-py:
5a870d
            #     rationale: Python component
5a870d
            #     ref: f98dc1297bfd38a5356aee346c59259cd983bfaa
5a870d
            #     buildorder: 40
5a870d
            # python-chardet:
5a870d
            #     rationale: Python component
5a870d
            #     # stream branch shared with python38 module
5a870d
            #     ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
5a870d
            #     buildorder: 40
5a870d
            # python-attrs:
5a870d
            #     rationale: Python component
5a870d
            #     ref: b68e1e37d4944f9a20e452bb3596e5f75b9506be
5a870d
            #     buildorder: 40
5a870d
            # python-pluggy:
5a870d
            #     rationale: Python component
5a870d
            #     ref: 2abffaab2ce5b6a5e0121442bdd5a49eb4c4f752
5a870d
            #     buildorder: 40
5a870d
            # python-pysocks:
5a870d
            #     rationale: Python component
5a870d
            #     # stream branch shared with python38 module
5a870d
            #     ref: 483216203ae75373f15aea373c80ee0585c13e63
5a870d
            #     buildorder: 40
5a870d
            # python-wcwidth:
5a870d
            #     rationale: Python component
5a870d
            #     ref: d45e8c1e3fcd02f21d6bdd008f877380c1dd69c1
5a870d
            #     buildorder: 40
5a870d
            # python-packaging:
5a870d
            #     rationale: Python component
5a870d
            #     ref: d6dd7925507609cedacc346a2793842dfbdcdf72
5a870d
            #     buildorder: 40
5a870d
            # python-toml:
5a870d
            #     rationale: Python component
5a870d
            #     ref: dc3e570c0f28ba1c9b9bbca871b122e0a5f8a2ff
5a870d
            #     buildorder: 40
5a870d
            # python-iniconfig:
5a870d
            #     rationale: Python component
5a870d
            #     ref: f707fca709c2a1d006dcff691dfa2b9b648ecb7f
5a870d
            #     buildorder: 40
5a870d
            # python-more-itertools:
5a870d
            #     rationale: Python component
5a870d
            #     ref: 4c7d27c844b65549cf4162977488b7b63288b377
5a870d
            #     buildorder: 50
5a870d
            # pytest:
5a870d
            #     rationale: Python component
5a870d
            #     ref: 0e0110864115c99e4e69ed78021a478fac350f33
5a870d
            #     buildorder: 60
5a870d
5a870d
5a870d
            # === Bootstrap phase 3/4 ===
5a870d
            # For bootstrap phase 3 uncomment all `buildorder:` lines below,
5a870d
            # for bootstrap phase 4 comment them out.
5a870d
            #
5a870d
            python3x-setuptools:
5a870d
                rationale: Packaging tool
5a870d
                ref: 1950ae3d8549d4df835b6e31337bebd9a40bf4f8
5a870d
            python3x-pyparsing:
5a870d
                rationale: Python component
5a870d
                ref: ad9334c8fb4a6a6e24252c4a94f64523044b0368
5a870d
            python39:
5a870d
                rationale: The main Python interpreter
5a870d
                ref: 93a1c0a50478623f84220798338b4d66a2e7117c
5a870d
            python-wheel:
5a870d
                rationale: Packaging tool
5a870d
                ref: 1d3137dab7dbb7c7fa4526224de74ab47cadbd95
5a870d
            python3x-pip:
5a870d
                rationale: Packaging tool
5a870d
                ref: 6d97c1df67685383c70ad4ef043c3d4d8231352d
5a870d
5a870d
            python3x-six:
5a870d
                rationale: Python component
5a870d
                ref: 3930eca3dcbfbe7c80ab9c0f4d385e3f818016eb
5a870d
            python-py:
5a870d
                rationale: Python component
5a870d
                ref: f98dc1297bfd38a5356aee346c59259cd983bfaa
5a870d
            python-chardet:
5a870d
                rationale: Python component
5a870d
                # stream branch shared with python38 module
5a870d
                ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
5a870d
            python-attrs:
5a870d
                rationale: Python component
5a870d
                ref: b68e1e37d4944f9a20e452bb3596e5f75b9506be
5a870d
            python-pluggy:
5a870d
                rationale: Python component
5a870d
                ref: 2abffaab2ce5b6a5e0121442bdd5a49eb4c4f752
5a870d
            python-pysocks:
5a870d
                rationale: Python component
5a870d
                # stream branch shared with python38 module
5a870d
                ref: 483216203ae75373f15aea373c80ee0585c13e63
5a870d
            python-wcwidth:
5a870d
                rationale: Python component
5a870d
                ref: d45e8c1e3fcd02f21d6bdd008f877380c1dd69c1
5a870d
            python-packaging:
5a870d
                rationale: Python component
5a870d
                ref: d6dd7925507609cedacc346a2793842dfbdcdf72
5a870d
            python-toml:
5a870d
                rationale: Python component
5a870d
                ref: dc3e570c0f28ba1c9b9bbca871b122e0a5f8a2ff
5a870d
            python-iniconfig:
5a870d
                rationale: Python component
5a870d
                ref: f707fca709c2a1d006dcff691dfa2b9b648ecb7f
5a870d
            python-more-itertools:
5a870d
                rationale: Python component
5a870d
                ref: 4c7d27c844b65549cf4162977488b7b63288b377
5a870d
            pytest:
5a870d
                rationale: Python component
5a870d
                ref: 0e0110864115c99e4e69ed78021a478fac350f33
5a870d
5a870d
            python-idna:
5a870d
                rationale: Python component
5a870d
                ref: 96079b9187a3c449211a2dc1a4e910ef9956b7e9
5a870d
            python-urllib3:
5a870d
                rationale: Python component
5a870d
                ref: 6b6e02d630b786437deed074d421051cc2acbe87
5a870d
            Cython:
5a870d
                rationale: Python component
5a870d
                ref: 8c789216e7ce6b5e929c5046a27d5d890423c750
5a870d
            python-ply:
5a870d
                rationale: Python component
5a870d
                # stream branch shared with python38 module
5a870d
                ref: f113e7017224318a0e816f6e78f938187ff60515
5a870d
            python-psutil:
5a870d
                rationale: Python component
5a870d
                ref: b24769857571306e8bb21f72c53c1ef1a6fb95f6
5a870d
            python-psycopg2:
5a870d
                rationale: Python component
5a870d
                ref: 439d6fa4527303c38f65ae247c709410adb5821a
5a870d
            mod_wsgi:
5a870d
                rationale: Python component
5a870d
                ref: 83f89e967cf6729d4e78591b29ebde950ff12aea
5a870d
            python-requests:
5a870d
                rationale: Python component
5a870d
                ref: f99a3f5bab770a5fea956ceef8e9d0cd506b6379
5a870d
                # buildorder: 10
5a870d
            numpy:
5a870d
                rationale: Python component
5a870d
                ref: 593d45b8a06077089786e5c3818950d295e85871
5a870d
                # buildorder: 10
5a870d
            PyYAML:
5a870d
                rationale: Python component
5a870d
                ref: fadfcf8207e37e3910989e51f9d2e2ebcf783051
5a870d
                # buildorder: 10
5a870d
            python-pycparser:
5a870d
                rationale: Python component
5a870d
                ref: ca7845af04898c3f98db25937fa93a58e5166cf4
5a870d
                # buildorder: 10
5a870d
            python-lxml:
5a870d
                rationale: Python component
5a870d
                ref: 594c36cb17094416e72ceb7c1b9aefa9bc2857b7
5a870d
                # buildorder: 10
5a870d
            python-cffi:
5a870d
                rationale: Python component
5a870d
                ref: b66960cca0cb1074520655088cae60899bd8fd00
5a870d
                # buildorder: 20
5a870d
            pybind11:
5a870d
                rationale: Python component
5a870d
                ref: c5ded38bf8d331512fc09d82e8621fbf288f221f
5a870d
                # needs numpy
5a870d
                # buildorder: 20
5a870d
            scipy:
5a870d
                rationale: Python component
5a870d
                ref: 0c42ffd27fafcf93fe7ca76033dedf8f4052ddcc
5a870d
                # needs pybind11
5a870d
                # buildorder: 30
5a870d
            python-cryptography:
5a870d
                rationale: Python component
5a870d
                ref: e304a6883592ff881d6396fcd4a95c9f62eab810
5a870d
                # needs cffi
5a870d
                # buildorder: 30
5a870d
            python-PyMySQL:
5a870d
                rationale: Python component
5a870d
                ref: dc5bc3753d271278f5da87a774ce58e924ed66b8
5a870d
                # needs cryptography
5a870d
                # buildorder: 40
5a870d
...