zhangyixuan / modules / python38

Forked from modules/python38 3 years ago
Clone
3e0acf
---
3e0acf
document: modulemd
3e0acf
version: 2
3e0acf
data:
3e0acf
  name: python38
3e0acf
  stream: 3.8
3e0acf
  summary: Python programming language, version 3.8
3e0acf
  description: >-
3e0acf
    This module gives users access to the internal Python 3.8 in RHEL8, as
3e0acf
3e0acf
    well as provides some additional Python packages the users might need.
3e0acf
3e0acf
    In addition to these you can install any python3-* package available
3e0acf
3e0acf
    in RHEL and use it with Python from this module.
3e0acf
  license:
3e0acf
    module:
3e0acf
    - MIT
3e0acf
  dependencies:
3e0acf
  - buildrequires:
3e0acf
      mongodb: [3.6]
3e0acf
      platform: [el8.1.0]
3e0acf
    requires:
3e0acf
      platform: [el8]
3e0acf
  references:
3e0acf
    community: https://www.python.org/
3e0acf
    documentation: https://docs.python.org/3.8/
3e0acf
  profiles:
3e0acf
    build:
3e0acf
      rpms:
3e0acf
      - python38
3e0acf
      - python38-devel
3e0acf
      - python38-rpm-macros
3e0acf
    common:
3e0acf
      rpms:
3e0acf
      - python38
3e0acf
  api:
3e0acf
    rpms:
3e0acf
    - 
3e0acf
  filter:
3e0acf
    rpms:
3e0acf
    - 
3e0acf
  buildopts:
3e0acf
    rpms:
3e0acf
      macros: >
3e0acf
        # === Bootstrap phase 1 ===
3e0acf
3e0acf
        #
3e0acf
3e0acf
        %python3_pkgversion 38
3e0acf
3e0acf
        %_without_python2 1
3e0acf
3e0acf
        # python38, setuptools, wheel
3e0acf
3e0acf
        %_with_bootstrap 1
3e0acf
3e0acf
        # python38
3e0acf
3e0acf
        %_without_rpmwheels 1
3e0acf
3e0acf
        # python38, setuptools, pip
3e0acf
3e0acf
        %_without_tests 1
3e0acf
3e0acf
        # pip
3e0acf
3e0acf
        %_without_doc 1
3e0acf
  components:
3e0acf
    rpms:
3e0acf
      python-wheel:
3e0acf
        rationale: Packaging tool
3e0acf
        ref: f3f14d2af2afb451b7a29e3e0bcc51ec7f9d20cf
3e0acf
        buildorder: 30
3e0acf
      python38:
3e0acf
        rationale: The main Python interpreter
3e0acf
        ref: e336cb9a1476ad581ed1ae12b51cba7e0b0ca219
3e0acf
        buildorder: 10
3e0acf
      python3x-pip:
3e0acf
        rationale: Packaging tool
3e0acf
        ref: bcedfd39e51647ff333e1e23ce830014fa856d61
3e0acf
        buildorder: 40
3e0acf
      python3x-setuptools:
3e0acf
        rationale: Packaging tool
3e0acf
        ref: e871d8d55c2566ebc7bad9b362261eee046b4581
3e0acf
        buildorder: 20
3e0acf
...
3e0acf