Blame python39.yaml

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