Blame python39.yaml

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