<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chuix.git/gnu/packages/python-build.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-18T13:36:57Z</updated>
<entry>
<title>gnu: hatch: Update to 1.16.4.</title>
<updated>2026-05-18T13:36:57Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-08T09:59:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=e5c4155c60f4b1169df39cbbb23d3de03b807244'/>
<id>urn:sha1:e5c4155c60f4b1169df39cbbb23d3de03b807244</id>
<content type='text'>
* gnu/packages/package-management.scm (hatch): Update to 1.16.4.
[arguments] &lt;test-flags&gt;: Rework skipped tests.
[inputs]: Remove python-hatchling-for-hatch, python-virtualenv-for-hatch, and
python-zstandard; add python-backports-zstd, python-hatchling,
python-pyproject-hooks, python-virtualenv, and uv.
[native-inputs]: Remove git-minimal; add git-minimal/pinned, python-editables,
python-filelock, python-flit-core, and python-trustme.

* gnu/packages/python-build.scm (python-hatchling-for-hatch): Delete variable.
* gnu/packages/python-xyz.scm (python-virtualenv-for-hatch): Delete variable.

Change-Id: I48df4c5c5f3e6feb5e5cd02aed02ab368b68e349
</content>
</entry>
<entry>
<title>gnu: python-poetry-core: Update to 2.3.2.</title>
<updated>2026-05-18T13:36:48Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-05-02T23:36:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=ceea0583253ef42e21b83109d5138869277dea52'/>
<id>urn:sha1:ceea0583253ef42e21b83109d5138869277dea52</id>
<content type='text'>
* gnu/packages/python-build.scm (python-poetry-core): Update to 2.3.2.

Change-Id: Ia0103d9295544ec692e9fa6ca4325f8baadb25d1
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: packages: Remove python-build-system comments.</title>
<updated>2026-05-18T13:36:29Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-03-25T23:28:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=ac7ff369c03e1d2b29b039ac7fbc2d0ec3a1df17'/>
<id>urn:sha1:ac7ff369c03e1d2b29b039ac7fbc2d0ec3a1df17</id>
<content type='text'>
Rephrase or remove comments completely mentioning python-build-system to
prepare it for depreciation. It helps to search code for the rest
relevant entries of python-build-system.

Change-Id: I98ee81b4b0e0f826fd236fec20e77546e1567f80
</content>
</entry>
<entry>
<title>gnu: python-pygments: Update to 2.19.2.</title>
<updated>2026-05-18T13:36:28Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-03-25T21:05:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=e58e4215137865a1459e4e4404c217ed5f4163a7'/>
<id>urn:sha1:e58e4215137865a1459e4e4404c217ed5f4163a7</id>
<content type='text'>
* gnu/packages/python-build.scm (python-pygments): Update to 2.19.2.

Change-Id: I494bc99b8c0af2316b7a0269fc320b417986d917
</content>
</entry>
<entry>
<title>gnu: python-pathspec: Update to 1.0.4.</title>
<updated>2026-05-18T13:36:06Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-03-13T22:57:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=cc0d9ceddb507ce64478493dce239ac2155e0444'/>
<id>urn:sha1:cc0d9ceddb507ce64478493dce239ac2155e0444</id>
<content type='text'>
* gnu/packages/python-build.scm (python-pathspec): Update to 1.0.4.
[source]: Switch to git-fetch.
[native-inputs]: Remove python-setuptools-bootstrap; add
python-packaging-bootstrap.

Change-Id: I02bab3eab782a735bd22f34e9667748c393c3fdf
</content>
</entry>
<entry>
<title>gnu: python-pluggy: Switch to git-fetch.</title>
<updated>2026-05-18T13:35:59Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-02-07T17:13:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=d46d89a6a6dcf5621aecfd949185bfc0718aed96'/>
<id>urn:sha1:d46d89a6a6dcf5621aecfd949185bfc0718aed96</id>
<content type='text'>
* gnu/packages/python-build.scm (python-pluggy):
[source]: Switch to git-fetch.
[arguments] &lt;tests?&gt;: Disable to break cycle with Pytest.
[native-inputs]: Remove python-wheel.
[home-page]: Use the URL mentioned on GitHub.

Change-Id: I81b053c7de9e57598e2172e6b5c001a15b770e45
</content>
</entry>
<entry>
<title>gnu: python-pypa-installer: Deprecate aliased python-installer.</title>
<updated>2026-03-28T22:00:01Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-03-22T21:13:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=3050f813011533ff7f8ed364bf9093110ec568f5'/>
<id>urn:sha1:3050f813011533ff7f8ed364bf9093110ec568f5</id>
<content type='text'>
* gnu/packages/python-build.scm (python-pypa-installer): Drop
variable, and redefine it as a deprecated version of python-installer.

Change-Id: I97467c9832eb7e23ffe67aea90fbf017864f312b
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: Remove python-flit-scm.</title>
<updated>2026-03-25T13:54:39Z</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-03-25T13:53:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=20aaf45aca3b5eafb84604b186324d5e29d2d99a'/>
<id>urn:sha1:20aaf45aca3b5eafb84604b186324d5e29d2d99a</id>
<content type='text'>
* gnu/packages/python-build.scm (python-flit-scm): Delete variable.
* guix/lint.scm (%python-native-inputs): Remove entry.

Fixes: guix/guix#2360
Change-Id: I38040bdff8cd7d74c272abf466897a446ce6d045
</content>
</entry>
<entry>
<title>gnu: Remove python-exceptiongroup.</title>
<updated>2026-03-25T13:52:42Z</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-03-25T13:52:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=230222f384a8f3aa00186e1b4e81677c5888e5f6'/>
<id>urn:sha1:230222f384a8f3aa00186e1b4e81677c5888e5f6</id>
<content type='text'>
* gnu/packages/python-build.scm (python-exceptiongroup): Delete variable.

Change-Id: Ia1fbd4890028bbeeb5afb884182a061be18648ef
</content>
</entry>
</feed>
