Blame python39.yaml

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