Blame python39.yaml

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