Blame python39.yaml

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