From e0e2ecc92a364c0f4bdaae5bc09611ce26474230 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jan 20 2021 19:24:42 +0000 Subject: transmodrify/c8s-stream-3.8/python38-3.8-8040020201204105316.b1b639b6 --- diff --git a/python38.yaml b/python38.yaml new file mode 100644 index 0000000..28e4f6f --- /dev/null +++ b/python38.yaml @@ -0,0 +1,367 @@ +--- +document: modulemd +version: 2 +data: + name: python38 + stream: "3.8" + summary: Python programming language, version 3.8 + description: |- + This module gives users access to the internal Python 3.8 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 + dependencies: + - buildrequires: + platform: [el8.4.0] + + # Depending on our selves for bootstrapping + # This is not needed in bootstrap phase 1 and can be disabled + python38: [3.8-bootstrap] + + # sicpy needs package swig + swig: [3.0] + # mod_wsgi needs several packages from httpd + httpd: [2.4] + requires: + platform: [el8] + references: + community: https://www.python.org/ + documentation: https://docs.python.org/3.8/ + profiles: + common: + rpms: + - python38 + build: + rpms: + - python38 + - python38-devel + - python38-rpm-macros + filter: + rpms: + - python38-pyparsing + - python38-atomicwrites + - python38-attrs + - python38-packaging + - python38-py + - python38-pytest + - python38-more-itertools + - python38-pluggy + - python38-wcwidth + api: + rpms: + - python38 + - python38-Cython + - python38-PyMySQL + - python38-asn1crypto + - python38-babel + - python38-cffi + - python38-chardet + - python38-cryptography + - python38-devel + - python38-idle + - python38-idna + - python38-jinja2 + - python38-libs + - python38-lxml + - python38-markupsafe + - python38-mod_wsgi + - python38-numpy + - python38-numpy-f2py + - python38-pip + - python38-pip-wheel + - python38-ply + - python38-psutil + - python38-psycopg2 + - python38-pycparser + - python38-pysocks + - python38-pytz + - python38-pyyaml + - python38-requests + - python38-rpm-macros + - python38-scipy + - python38-setuptools + - python38-setuptools-wheel + - python38-six + - python38-test + - python38-tkinter + - python38-urllib3 + - python38-wheel + - python38-wheel-wheel + buildopts: + rpms: + # === Bootstrap phase 1 === + # + # %python3_pkgversion 38 + # %_without_python2 1 + # # python38, setuptools, wheel + # %_with_bootstrap 1 + # # python38 + # %_without_rpmwheels 1 + # # python38, setuptools, pip + # %_without_tests 1 + # # pip + # %_without_doc 1 + + # === Bootstrap phase 2 === + # + # %python3_pkgversion 38 + # %_without_python2 1 + # # python38, setuptools, six, py, chardet, attrs, pluggy, pysocks, + # # atomicwrites, wcwidth, packaging + # %_without_tests 1 + # # py, pyparsing, atomicwrites, packaging, pytest + # %_without_docs 1 + # # pytest + # %_without_timeout 1 + # %_without_optional_tests 1 + + # Macros bootstrapping info: + # Only the macros that are below the `macros: |` declaration are + # being used in the module at a given time. If you want to switch + # to a different bootstrap phase, comment out the current + # bootstrap phase macros, move them above this section. And take + # the bootstrap phase you want to use, uncomment it, and move it + # here, below the `macros: |` line. + # Explanation: + # Macros are expanded even when they are commented out using '#', + # therefore it's safer to just move them out of the macros + # section entirely to avoid possible issues. + macros: | + # === Bootstrap phase 3/4 === + # + %python3_pkgversion 38 + %_without_python2 1 + # py, pyparsing, atomicwrites, packaging, pytest + %_without_docs 1 + + components: + rpms: + # === Bootstrap phase 1 === + # + # python38: + # rationale: The main Python interpreter + # ref: stream-3.8-rhel-8.4.0 + # buildorder: 10 + # python3x-setuptools: + # rationale: Packaging tool + # ref: stream-41.6.0-rhel-8.4.0 + # buildorder: 20 + # python-wheel: + # rationale: Packaging tool + # ref: stream-0.33.6-rhel-8.4.0 + # buildorder: 30 + # python3x-pip: + # rationale: Packaging tool + # ref: stream-19.3.1-rhel-8.4.0 + # buildorder: 40 + + + # === Bootstrap phase 2 === + # + # python3x-setuptools: + # rationale: Packaging tool + # ref: stream-41.6.0-rhel-8.4.0 + # buildorder: 10 + # python38: + # rationale: The main Python interpreter + # ref: stream-3.8-rhel-8.4.0 + # buildorder: 20 + # python-wheel: + # rationale: Packaging tool + # ref: stream-0.33.6-rhel-8.4.0 + # buildorder: 30 + # python3x-pip: + # rationale: Packaging tool + # ref: stream-19.3.1-rhel-8.4.0 + # buildorder: 30 + + # python3x-six: + # rationale: Python component + # ref: stream-1.12.0-rhel-8.4.0 + # buildorder: 30 + # python-py: + # rationale: Python component + # ref: stream-1.8.0-rhel-8.4.0 + # buildorder: 30 + # python-chardet: + # rationale: Python component + # ref: stream-3.0.4-python38-rhel-8.4.0 + # buildorder: 30 + # python-attrs: + # rationale: Python component + # ref: stream-19.3.0-rhel-8.4.0 + # buildorder: 30 + # python-pluggy: + # rationale: Python component + # ref: stream-0.13.0-rhel-8.4.0 + # buildorder: 30 + # python-markupsafe: + # rationale: Python component + # ref: stream-1.1.1-rhel-8.4.0 + # buildorder: 30 + # python-pysocks: + # rationale: Python component + # ref: stream-1.7.1-rhel-8.4.0 + # buildorder: 30 + # python3x-pyparsing: + # rationale: Python component + # ref: stream-2.4.5-rhel-8.4.0 + # buildorder: 30 + # python-atomicwrites: + # rationale: Python component + # ref: stream-1.3.0-rhel-8.4.0 + # buildorder: 30 + # python-wcwidth: + # rationale: Python component + # ref: stream-0.1.7-rhel-8.4.0 + # buildorder: 30 + # python-more-itertools: + # rationale: Python component + # ref: stream-7.2.0-rhel-8.4.0 + # buildorder: 40 + # python-packaging: + # rationale: Python component + # ref: stream-19.2-rhel-8.4.0 + # buildorder: 40 + # pytest: + # rationale: Python component + # ref: stream-4.6.6-rhel-8.4.0 + # buildorder: 50 + + + # === Bootstrap phase 3/4 === + # For bootstrap phase 3 uncomment all `buildorder:` lines below, + # for bootstrap phase 4 comment them out. + # + python38: + rationale: The main Python interpreter + ref: bbf09ad8b3f2eb7778072eaf323c426c02a61a8e + python3x-setuptools: + rationale: Packaging tool + ref: 4cf3805f0883581a49db451f161b37a3c5c83a9d + python-wheel: + rationale: Packaging tool + ref: cfbc354d7f82c1653b7cb2f2c08521905c2c87cb + python3x-pip: + rationale: Packaging tool + ref: d470f4eae26f883fb438337ef8ef0b53ca38494a + + python3x-six: + rationale: Python component + ref: 79212410a62640d6ba6fb9bee8c6f8ed88a7401f + python-py: + rationale: Python component + ref: 725721338027fabba187fcee663ee3e9bd3290d7 + python-chardet: + rationale: Python component + ref: 9b1a7618c74677ce14bd40d08af06c4396fec593 + python-attrs: + rationale: Python component + ref: e9bcb854a4017201a396d14a2f941a37a13010f3 + python-pluggy: + rationale: Python component + ref: ba5dde76d5398b1c869eaaf2619bf7061d472fb6 + python-markupsafe: + rationale: Python component + ref: 411ed0ff3ec0682aeef30fead3696673096fca82 + python-pysocks: + rationale: Python component + ref: 6b463b3ef7eb83a13dc23f3d507e0cf5d9383817 + python3x-pyparsing: + rationale: Python component + ref: 83e48edf172c5764192df37c87f61509132e98cc + python-atomicwrites: + rationale: Python component + ref: b94fddf57c6fbd09c9d7bd5a9d7dd666376e5386 + python-wcwidth: + rationale: Python component + ref: be8f2b04d24c914cf2743628f95138cd91d58b44 + python-more-itertools: + rationale: Python component + ref: e1d5d8a6b5d705f7dd4e3253ae33c7560cbd2150 + python-packaging: + rationale: Python component + ref: 419429934421600cc834be5890be0400bfb7620a + pytest: + rationale: Python component + ref: d2854f6746913377d27f49ac2be01c1e6aa16ff5 + pytz: + rationale: Python component + ref: e511e149f15c72f6899fcb6ec77d16b5f601b6bd + babel: + rationale: Python component + ref: 949a6ec8f98be7086f5dcbc7895b5ed48a5631cf + python-idna: + rationale: Python component + ref: f31aae82e6cc6bf72df28f33a6f79e0d9869dc18 + python-urllib3: + rationale: Python component + ref: 2e756cf68ae5a65e2806edfd79ef671e54b42140 + Cython: + rationale: Python component + ref: 6fd15dc5dd8beba861c7dd2cae96c6ffdce479b1 + python-asn1crypto: + rationale: Python component + ref: a76406f22f1df8af46439738f675f42c38c55328 + python-ply: + rationale: Python component + ref: 316624ad5b7dae8873b37c5e229b03f088c0ce73 + python-psutil: + rationale: Python component + ref: 7d86f2b870e0b58ef6951bcb6a41fdf247bfdab6 + python-psycopg2: + rationale: Python component + ref: d5342d2c15e078b550a5142647bed6310e34a9e7 + mod_wsgi: + rationale: Python component + ref: 8add44143f3b76d4eb0a4e5237b86d7770afd971 + + python-requests: + rationale: Python component + ref: 4f3cf0a863b3375816762185a43f454db4485c18 + # buildorder: 10 + python-jinja2: + rationale: Python component + ref: c7cd3c7e9762cede9ff725391c03716b7dc2f0fa + # buildorder: 10 + numpy: + rationale: Python component + ref: 166d7b52b9bc12c1452fd710774241204712bd04 + # buildorder: 10 + PyYAML: + rationale: Python component + ref: f7c5978c9a50d6d0145803c0e085dc34990fe22d + # buildorder: 10 + python-pycparser: + rationale: Python component + ref: d8780afffcee334655c6afc845213e51cc118423 + # buildorder: 10 + python-lxml: + rationale: Python component + ref: cadca9ed22f6c1cb705513703d300fdb81656735 + # buildorder: 10 + + python-cffi: + rationale: Python component + ref: 7863c65b2cc9d3caf9e21d8a0da66430f38dbca2 + # buildorder: 20 + scipy: + rationale: Python component + ref: 9b831368aba1a84483e855a720a7c74799fb9aa7 + # buildorder: 20 + + python-cryptography: + rationale: Python component + ref: 5c743a97fdb06d99fc583a7be55ea1dd0050dd6f + # needs cffi + # buildorder: 30 + + python-PyMySQL: + rationale: Python component + ref: d857d6f32961c008fe3e226a7af9e844ba6fd5fa + # needs cryptography + # buildorder: 40 +...