summaryrefslogtreecommitdiff
path: root/etc/teams/python
AgeCommit message (Collapse)AuthorFilesLines
10 daysgnu: Remove twitchy.Nicolas Graves1-1/+0
* gnu/packages/video.scm (twitchy): Delete variable. * etc/teams/python/python-tier-5-manifest.scm: Drop it as well here. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-14teams/python: Add more packages to python-development-manifest scope.Sharlatan Hellseher1-1/+3
* etc/teams/python/python-development-manifest.scm: Add python-tox and python-nox to the scope. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-10etc: Replace deprecated packages in Python manifest.Andreas Enge2-18/+7
* etc/teams/python/python-tier-4-manifest.scm, * etc/teams/python/python-tier-5-manifest.scm: Replace python-decoupler-py by python-decoupler, python-pyega3 by python-ega-download-client, python-waf by waf, python-parted by python-pyparted, python-vtraag-louvain by python-louvain-igraph, kconfig-hardened-check by kernel-hardening-checker, python-onnx by onnx, gajim-omemo by gajim, beets-bandcamp by beets-beetcamp, python-flask-restplus by python-flask-restx, bazaar by breezy, or drop them if the replacement is already there.
2026-07-01etc: teams/python: Add tiers manifest files.Sharlatan Hellseher5-0/+3164
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-06-06* etc: teams/python: Add 2 manifests.Sharlatan Hellseher2-0/+92
* 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>
2025-12-17teams: python: Add manifest.jgart1-0/+35
* etc/teams/python/python-manifest.scm: New file. Change-Id: I1443ec2f2e5584a47dbe580caa682093e5fa1fe3 Signed-off-by: jgart <jgart@dismail.de>