Fourth bootstrap of the bootstrap module for c8s

stream-python39-3.9_bootstrap-rhel-8.9.0 imports/c8-stream-3.9_bootstrap/python39-3.9_bootstrap-820230808101511.17377f89
Charalampos Stratakis 1 year ago
parent 04a258e340
commit 6012a225c4

@ -66,9 +66,11 @@ data:
# # setuptools, pip, ... # # setuptools, pip, ...
# %_without_tests 1 # %_without_tests 1
# === Bootstrap phase 4 === # === Bootstrap phase 3 ===
# #
# %python3_pkgversion 39 # %python3_pkgversion 39
# # scipy needs pybind11 to build and pybind11 needs scipy for tests
# %_without_tests 1
# Macros bootstrapping info: # Macros bootstrapping info:
@ -83,11 +85,9 @@ data:
# therefore it's safer to just move them out of the macros # therefore it's safer to just move them out of the macros
# section entirely to avoid possible issues. # section entirely to avoid possible issues.
macros: | macros: |
# === Bootstrap phase 3 === # === Bootstrap phase 4 ===
# #
%python3_pkgversion 39 %python3_pkgversion 39
# scipy needs pybind11 to build and pybind11 needs scipy for tests
%_without_tests 1
components: components:
rpms: rpms:
@ -264,45 +264,45 @@ data:
python-requests: python-requests:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
buildorder: 10 # buildorder: 10
numpy: numpy:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
buildorder: 10 # buildorder: 10
PyYAML: PyYAML:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
buildorder: 10 # buildorder: 10
python-pycparser: python-pycparser:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
buildorder: 10 # buildorder: 10
python-lxml: python-lxml:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
buildorder: 10 # buildorder: 10
python-cffi: python-cffi:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
buildorder: 20 # buildorder: 20
pybind11: pybind11:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
# needs numpy # needs numpy
buildorder: 20 # buildorder: 20
scipy: scipy:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
# needs pybind11 # needs pybind11
buildorder: 30 # buildorder: 30
python-cryptography: python-cryptography:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
# needs cffi # needs cffi
buildorder: 30 # buildorder: 30
python-PyMySQL: python-PyMySQL:
rationale: Python component rationale: Python component
ref: stream-python39-3.9-rhel-8.9.0 ref: stream-python39-3.9-rhel-8.9.0
# needs cryptography # needs cryptography
buildorder: 40 # buildorder: 40
... ...

Loading…
Cancel
Save