Blame python39.yaml

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