---
document: modulemd
version: 2
data:
  name: python39-devel
  stream: "3.9_bootstrap"
  version: 8060020220817090556
  context: ed5bdeb0
  summary: Python programming language, version 3.9
  description: >-
    This module gives users access to the internal Python 3.9 in RHEL8, as

    well as provides some additional Python packages the users might need.

    In addition to these you can install any python3-* package available

    in RHEL and use it with Python from this module.
  license:
    module:
    - MIT
  xmd:
    mbs:
      buildrequires:
        httpd:
          context: c7643c7d
          filtered_rpms: []
          koji_tag: module-httpd-2.4-8050020220617094858-c7643c7d
          ref: bc193837304c00808f9dc839aa7a0712f19d8d44
          stream: 2.4
          version: 8050020220617094858
        platform:
          context: 00000000
          filtered_rpms: []
          koji_tag: module-oc-8.6.0-build
          ref: virtual
          stream: oc8.6.0
          stream_collision_modules: 
          ursine_rpms: 
          version: 2
        swig:
          context: c7643c7d
          filtered_rpms: []
          koji_tag: module-swig-4.0-8050020220620021003-c7643c7d
          ref: 65103d617fcaf87890dc689e48b05378483ffec9
          stream: 4.0
          version: 8050020220620021003
      commit: 3104bc3e34954baaecce658c53e3358b2c4e3cbc
      mse: TRUE
      rpms:
        python-wheel:
          ref: 2418755b36d8053adb8f6cdd017ea374e0bcc17f
        python39:
          ref: 2abd2b806bcefc1cd4e2bd8a782a618ce4283016
        python3x-pip:
          ref: fbce91a260a803e7741085b3c35fae47c22dc558
        python3x-setuptools:
          ref: 3fbc942c5886cf63d5e62c16e3995abb3151a104
      scmurl: https://gitee.com/src-opencloudos-modules/python39.git?#3104bc3e34954baaecce658c53e3358b2c4e3cbc
      ursine_rpms:
      - swig-debuginfo-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.aarch64
      - swig-gdb-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.x86_64
      - swig-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.aarch64
      - swig-doc-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.noarch
      - swig-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.src
      - swig-debuginfo-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.x86_64
      - swig-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.x86_64
      - swig-gdb-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.aarch64
      - swig-debugsource-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.aarch64
      - swig-debugsource-0:3.0.12-19.module+oc8.5.0+89+cf8c0f03.x86_64
  dependencies:
  - buildrequires:
      httpd: [2.4]
      platform: [oc8.6.0]
      swig: [4.0]
    requires:
      platform: [oc8]
  references:
    community: https://www.python.org/
    documentation: https://docs.python.org/3.9/
  profiles:
    build:
      rpms:
      - python39
      - python39-devel
      - python39-rpm-macros
    common:
      rpms:
      - python39
  buildopts:
    rpms:
      macros: >
        # === Bootstrap phase 2 ===

        #

        # %python3_pkgversion 39

        # # setuptools, pip, ...

        # %_without_tests 1


        # === Bootstrap phase 1 ===

        #

        %python3_pkgversion 39

        # python39

        %_without_rpmwheels 1

        %_without_optimizations 1

        # python39, setuptools, wheel

        %_with_bootstrap 1

        # python39, setuptools, pip

        %_without_tests 1

        # pip

        %_without_doc 1
  components:
    rpms:
      python-wheel:
        rationale: Packaging tool
        repository: git+https://gitee.com/src-opencloudos-rpms/python-wheel
        cache: http://pkgs.fedoraproject.org/repo/pkgs/python-wheel
        ref: 2418755b36d8053adb8f6cdd017ea374e0bcc17f
        buildorder: 30
        arches: [aarch64, x86_64]
      python39:
        rationale: The main Python interpreter
        repository: git+https://gitee.com/src-opencloudos-rpms/python39
        cache: http://pkgs.fedoraproject.org/repo/pkgs/python39
        ref: 2abd2b806bcefc1cd4e2bd8a782a618ce4283016
        buildorder: 10
        arches: [aarch64, x86_64]
      python3x-pip:
        rationale: Packaging tool
        repository: git+https://gitee.com/src-opencloudos-rpms/python3x-pip
        cache: http://pkgs.fedoraproject.org/repo/pkgs/python3x-pip
        ref: fbce91a260a803e7741085b3c35fae47c22dc558
        buildorder: 40
        arches: [aarch64, x86_64]
      python3x-setuptools:
        rationale: Packaging tool
        repository: git+https://gitee.com/src-opencloudos-rpms/python3x-setuptools
        cache: http://pkgs.fedoraproject.org/repo/pkgs/python3x-setuptools
        ref: 3fbc942c5886cf63d5e62c16e3995abb3151a104
        buildorder: 20
        arches: [aarch64, x86_64]
...