Blame python39.yaml

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