Commit Graph
3 Commits
Author SHA1 Message Date
Sharlatan Hellseher 52266edf4f etc: teams/python: Add tiers manifest files.
Tiers manifest files are to help planing packages update in advance.

- 1-3 :: Packages with high impact ratio and mainly updated on
         the python-team branch.
- 4 :: Packages with high number of inputs, building which ensure the
       health of large portion of the graph.
- 5 :: All leaf packages which safe to update directly on master branch.

They may be combined to query for substitute availability during work on
the branch:

    for t in $(seq 5)
    do
        guix time-machine --branch=python-team -- \
            weather --display-missing \
            --substitute-urls=https://ci.guix.gnu.org \
            --manifest="etc/teams/python/python-tier-${t}-manifest.scm"
    done

* etc/teams/python/python-tier-1-manifest.scm: New file.
* etc/teams/python/python-tier-2-manifest.scm: New file.
* etc/teams/python/python-tier-3-manifest.scm: New file.
* etc/teams/python/python-tier-4-manifest.scm: New file.
* etc/teams/python/python-tier-5-manifest.scm: New file.

Fixes: guix/guix#9584
Merges: guix/guix!9601
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
2026-07-01 11:59:13 +01:00
Sharlatan Hellseher 8810c9ea9a * etc: teams/python: Add 2 manifests.
* etc/teams/python/python-development-manifest.scm: New file.
* etc/teams/python/python-science-manifest.scm: New file.

Merges: guix/guix!9018
Change-Id: If5a07a5f3dbf3f3444201b9d9973212b5ff6a3eb
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
2026-06-06 23:46:11 +01:00
jgart 2a59e5d392 teams: python: Add manifest.
* etc/teams/python/python-manifest.scm: New file.

Change-Id: I1443ec2f2e5584a47dbe580caa682093e5fa1fe3
Signed-off-by: jgart <jgart@dismail.de>
2025-12-17 11:02:53 -06:00