<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chuix.git/gnu/packages/admin.scm, branch python-team-django-6</title>
<subtitle>guix
</subtitle>
<id>http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6</id>
<link rel='self' href='http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/'/>
<updated>2026-05-20T20:20:51Z</updated>
<entry>
<title>gnu: debops: Return ansible to inputs.</title>
<updated>2026-05-20T20:20:51Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-20T20:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=5c51bf955cc4cb1bb5df881ebe0685a1279d344b'/>
<id>urn:sha1:5c51bf955cc4cb1bb5df881ebe0685a1279d344b</id>
<content type='text'>
* gnu/packages/admin.scm (debops):
[inputs]: Add ansible.

Change-Id: I5537423c9d7bf34dfd83ca5bee70ad24d55ddd80
</content>
</entry>
<entry>
<title>gnu: ansible: Fix site packages path on Python@3.12.</title>
<updated>2026-05-20T20:17:47Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-20T20:16:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=60b7b99c07d1c5fe301d7ae1133401f091a405f0'/>
<id>urn:sha1:60b7b99c07d1c5fe301d7ae1133401f091a405f0</id>
<content type='text'>
* gnu/packages/admin.scm (ansible):
[native-search-paths]: Update site-packages path for Python 3.12
version.

Change-Id: Ic1fc8af7e8b72dfd8576f0ce8107d19a1b996dfc
</content>
</entry>
<entry>
<title>gnu: debops: Update to 3.3.0.</title>
<updated>2026-05-18T13:37:09Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-12T19:27:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=06f0b8b45aa011a388dc9cd1f5edaf30d45a8912'/>
<id>urn:sha1:06f0b8b45aa011a388dc9cd1f5edaf30d45a8912</id>
<content type='text'>
* gnu/packages/admin.scm (debops): Update to 3.3.0.
[inputs]: Remove ansible for now, build fails with error
"ModuleNotFoundError: No module named 'setuptools'" when present.
[phases]{wrap-script}: Unwrap "/bin/ansible" for now.

Change-Id: I0e481cf4ca37f6a3576ff75b7348e9e3eaeb3868
</content>
</entry>
<entry>
<title>gnu: thefuck: Fix build by upgrading to 3.32-0.c7e7e1d.</title>
<updated>2026-05-18T13:36:34Z</updated>
<author>
<name>Hugo Buddelmeijer</name>
<email>hugo@buddelmeijer.nl</email>
</author>
<published>2026-04-01T17:53:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=8678c1508749d8cec677510bf289542510ccb47f'/>
<id>urn:sha1:8678c1508749d8cec677510bf289542510ccb47f</id>
<content type='text'>
* gnu/patches/thefuck-remove-broken-tests.patch: Remove patch.
* gnu/packages/admin.scm (thefuck): Upgrade to 3.32-0.c7e7e1d.
[source]: Don't use patch.
[arguments]&lt;#:test-flags&gt;: Ignore broken tests.
* gnu/local.mk (dist_patch_DATA): Unregister patch.

Merges: https://codeberg.org/guix/guix/pulls/7617
Change-Id: I0bd94d7072412f73d4733af62e4577a2500db3a0
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>guix: build-system: Set pypi-uri in pyproject, drop python module.</title>
<updated>2026-05-18T13:36:29Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-03-24T12:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=511f78f2e10c82600425c39f5ea83991a385cca6'/>
<id>urn:sha1:511f78f2e10c82600425c39f5ea83991a385cca6</id>
<content type='text'>
After this commit, when both modules are imported:

- if pyproject is imported before, the warning is 'pypi-uri' is
deprecated, use '(@ (guix build-system pyproject) pypi-uri)' instead

- if python is imported before, the warning is `pypi-uri' imported from
both (guix build-system python) and (guix build-system pyproject)

This seems convenient enough to warn for deprecation in the short term,
while avoiding any breaking changes.

* guix/build-system/pyproject.scm (pypi-uri): Move the procedure from
(guix build-system python) here.

* guix/build-system/python (pypi-uri): Drop definition, import it
from (guix build-system pyproject) and deprecate it.

* gnu/packages/openldap.scm: Reorder modules to get the right warning.

* gnu/packages/pypy.scm: Likewise.

* gnu/packages/*.scm : Drop module (guix build-system python).

* tests/import/pypi.scm: Likewise.

Merges: https://codeberg.org/guix/guix/pulls/7448
Change-Id: Ib42f53bc545052eb7918a25afe9db6d5fc2cb834
Reviewed-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: nmap: Fix tests under python@3.12.</title>
<updated>2026-05-18T13:35:57Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-02-07T20:33:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=22f3668ddfb9466e834edcb334421cf0dbc39448'/>
<id>urn:sha1:22f3668ddfb9466e834edcb334421cf0dbc39448</id>
<content type='text'>
* gnu/packages/admin.scm (nmap)[arguments]&lt;#:phases&gt;:
Add phase 'fix-tests-for-python-3.12.

Change-Id: I9f4aa9fceca2d922e00b6305878e137644c2a39f
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: dhcpcd: Update to 10.3.2</title>
<updated>2026-05-06T01:54:30Z</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-05-03T01:20:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=96195363d994df00fb55b1b2dded2037991570d3'/>
<id>urn:sha1:96195363d994df00fb55b1b2dded2037991570d3</id>
<content type='text'>
* gnu/packages/admin.scm (dhcpcd): Update to 10.3.2.

Change-Id: I261e7c110422c84a129d0c3cc99284945998db1b
Merges: https://codeberg.org/guix/guix/pulls/8314
Reviewed-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
</entry>
<entry>
<title>gnu: witr: Update to 0.3.1.</title>
<updated>2026-05-03T10:35:31Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2026-05-03T10:35:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=94832f118262c5a090c2d48aaafa5ba7479179a0'/>
<id>urn:sha1:94832f118262c5a090c2d48aaafa5ba7479179a0</id>
<content type='text'>
* gnu/packages/admin.scm (witr): Update to 0.3.1.

Change-Id: I7c55c9b5a0d7c29d47f6ed6462cdc70530c92a00
</content>
</entry>
<entry>
<title>gnu: htop: Update to 3.5.1.</title>
<updated>2026-05-03T10:35:31Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2026-05-03T10:33:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=3c54dd67fa280e8e22b36f645d34ab108c07e924'/>
<id>urn:sha1:3c54dd67fa280e8e22b36f645d34ab108c07e924</id>
<content type='text'>
* gnu/packages/admin.scm (htop): Update to 3.5.1.

Change-Id: I12adb4d1a2dfc731ed5fd1517bce67829e93fbd9
</content>
</entry>
<entry>
<title>gnu: munge: Build the shared library only.</title>
<updated>2026-04-27T08:03:05Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-04-24T14:51:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=48ab37e8ba15faf818d1dff5ef03bd8bdcb3df04'/>
<id>urn:sha1:48ab37e8ba15faf818d1dff5ef03bd8bdcb3df04</id>
<content type='text'>
* gnu/packages/admin.scm (munge)[arguments]: Pass ‘--disable-static’.

Change-Id: I6383514166460262e4f964b635250ee0c4510119
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #8046
</content>
</entry>
</feed>
