Fourth and final bootstrap of the python39 module for Centos Stream 8

This commit is contained in:
Charalampos Stratakis 2023-07-15 03:24:00 +02:00
parent 29c7d3fe95
commit 70166b1efc

View File

@ -110,9 +110,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:
@ -127,11 +129,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:
@ -308,45 +308,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
... ...