mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
* gnu/packages/python.scm (common-python-phases): New variable, encompassing phases used both in all python packages. Add a warning comment. (common-python3-phases): New variable, encompassing phases used in all python@3 packages. Add a warning comment. (python-2.7)[arguments]<#:phases>: Modify them from (common-python-phases) base. (python-3.10)[arguments]: Avoid substituting python-2.7 arguments. <#:configure-flags>: ...except here, which is fine since it's not further inherited. <#:phases>: Modify them from (common-python3-phases) base. (python-3.11)[arguments]<#:phases>: Modify them from (common-python3-phases) base. (python-2.7)[arguments]<#:phases>: Modify them from (common-python3-phases) base.
61 KiB
61 KiB