<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/etc/teams/python, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: Remove twitchy.</title>
<updated>2026-08-24T10:10:37+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-03T20:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=297f362890d6d9a55641ae17b71bfd3f5ea70d2d'/>
<id>297f362890d6d9a55641ae17b71bfd3f5ea70d2d</id>
<content type='text'>
* 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 &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>teams/python: Add more packages to python-development-manifest scope.</title>
<updated>2026-08-14T12:28:18+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-14T12:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5a17f2bf62d27d9347c97c822121377ba7357ab6'/>
<id>5a17f2bf62d27d9347c97c822121377ba7357ab6</id>
<content type='text'>
* etc/teams/python/python-development-manifest.scm: Add python-tox and
python-nox to the scope.

Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/teams/python/python-development-manifest.scm: Add python-tox and
python-nox to the scope.

Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: Replace deprecated packages in Python manifest.</title>
<updated>2026-08-10T08:54:29+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-05T09:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=edf6da576aeaeb1c3472771ddb145bb93bbf9702'/>
<id>edf6da576aeaeb1c3472771ddb145bb93bbf9702</id>
<content type='text'>
* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: teams/python: Add tiers manifest files.</title>
<updated>2026-07-01T10:59:13+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-28T19:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=52266edf4feea7398e7fc4ddfd1336c3b5fe47ab'/>
<id>52266edf4feea7398e7fc4ddfd1336c3b5fe47ab</id>
<content type='text'>
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 &lt;ngraves@ngraves.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;ngraves@ngraves.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc: teams/python: Add 2 manifests.</title>
<updated>2026-06-06T22:46:11+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-01T22:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8810c9ea9aea071f0d94b735a8027a67f7e4dc1e'/>
<id>8810c9ea9aea071f0d94b735a8027a67f7e4dc1e</id>
<content type='text'>
* 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 &lt;hugo@buddelmeijer.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;hugo@buddelmeijer.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>teams: python: Add manifest.</title>
<updated>2025-12-17T17:02:53+00:00</updated>
<author>
<name>jgart</name>
<email>jgart@dismail.de</email>
</author>
<published>2025-12-16T09:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2a59e5d3927472cf8eb030f78c80e5b8b0d7ca85'/>
<id>2a59e5d3927472cf8eb030f78c80e5b8b0d7ca85</id>
<content type='text'>
* etc/teams/python/python-manifest.scm: New file.

Change-Id: I1443ec2f2e5584a47dbe580caa682093e5fa1fe3
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/teams/python/python-manifest.scm: New file.

Change-Id: I1443ec2f2e5584a47dbe580caa682093e5fa1fe3
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
