Blame python39.yaml

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