<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chuix.git/gnu/packages/electronics.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-19T15:17:46Z</updated>
<entry>
<title>gnu: librelane: Relax required python-click version.</title>
<updated>2026-05-19T15:17:46Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-19T15:17:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=672d17f184805eedc9cf7dc086146426a1f6f251'/>
<id>urn:sha1:672d17f184805eedc9cf7dc086146426a1f6f251</id>
<content type='text'>
* gnu/packages/electronics.scm (librelane):
[phases]{relax-requirements}: New phase.

Change-Id: I17745a1a81af1142c532a5a8b04710f793861953
</content>
</entry>
<entry>
<title>gnu: python-pyvcd: Fix tests.</title>
<updated>2026-05-18T13:36:54Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-05-05T21:01:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=d5876bd6240a241a9942a912a69cf328da2d000f'/>
<id>urn:sha1:d5876bd6240a241a9942a912a69cf328da2d000f</id>
<content type='text'>
* gnu/packages/electronics.scm (python-pyvcd)[source]:
  Switch to git-fetch.  [native-inputs]: Add python-pytest.

Reviewed-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
</entry>
<entry>
<title>gnu: aacircuit: Fix tests on Python@3.12.</title>
<updated>2026-05-18T13:36:52Z</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-05T14:18:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=05d8721ce0546d790534df0119c9b11023d1ce65'/>
<id>urn:sha1:05d8721ce0546d790534df0119c9b11023d1ce65</id>
<content type='text'>
* gnu/packages/electronics.scm (aacircuit):
[phases]{fix-python-incompatibilities}: New phase.

Change-Id: Iaa5c02bb5f9c4753108f0fa31af60a36e4ac7e82
</content>
</entry>
<entry>
<title>gnu: python-hdlmake: Fix tests.</title>
<updated>2026-05-18T13:36:49Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-05-03T00:07:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=3fbcfe45666b8900e54090a0e6747a01f0c4063e'/>
<id>urn:sha1:3fbcfe45666b8900e54090a0e6747a01f0c4063e</id>
<content type='text'>
* gnu/packages/electronics.scm (python-hdlmake)[native-inputs]: Add python-pytest.

Change-Id: I95462272c9f1944a06cc730075445f4c1413c43f
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-pytest-cov native-inputs.</title>
<updated>2026-05-18T13:36:22Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-03-16T14:04:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=8b51a0cc1a4b0431805aa17826f0e2fff1050a65'/>
<id>urn:sha1:8b51a0cc1a4b0431805aa17826f0e2fff1050a65</id>
<content type='text'>
Obtained with
./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov
on top of https://codeberg.org/guix/guix/pulls/5862

For this reason, I don't think it's relevant to generate a GNU Style
Changelog.

Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: python-vsg: Remove pytest plugin inputs.</title>
<updated>2026-05-18T13:36:16Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-02-08T10:52:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=f72fe61d357265310690c121c04ec007e4daa23f'/>
<id>urn:sha1:f72fe61d357265310690c121c04ec007e4daa23f</id>
<content type='text'>
* gnu/packages/electronics.scm (python-vsg)
[arguments]&lt;#:phases&gt;: Drop modifications.
[inputs]: Remove python-pytest-cov and python-pytest-html, add
python-pytest.

Change-Id: I9d8519112b301a1245634746ee678be0e835cf8a
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: sby: Switch to pyproject.</title>
<updated>2026-05-18T13:35:58Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-01-29T18:22:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=c1f5fac4b87350b26e0f9b7e5db0efc76f22a54a'/>
<id>urn:sha1:c1f5fac4b87350b26e0f9b7e5db0efc76f22a54a</id>
<content type='text'>
* gnu/packages/electronics.scm (sby):
[arguments]&lt;#:imported-modules, #:modules&gt;: Switch to
pyproject-build-system.

Change-Id: I0d0ab1a192352c719a318a8383b9c77e4f979d00
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: mcy: Switch to pyproject.</title>
<updated>2026-05-18T13:35:58Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-01-29T18:21:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=ae44b2d9ec9359840df656e2b6c0bfe0ad208ae1'/>
<id>urn:sha1:ae44b2d9ec9359840df656e2b6c0bfe0ad208ae1</id>
<content type='text'>
* gnu/packages/electronics.scm (mcy):
[arguments]&lt;#:imported-modules, #:modules, #:phases&gt;: Switch to
pyproject-build-system.

Change-Id: I0f1004a7c28e88a49a5c55bccdb734d4e017b8c5
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: eqy: Switch to pyproject.</title>
<updated>2026-05-18T13:35:58Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-01-29T18:21:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=48606bea47f1c58a24879dbe1627898cd5cc885c'/>
<id>urn:sha1:48606bea47f1c58a24879dbe1627898cd5cc885c</id>
<content type='text'>
* gnu/packages/electronics.scm (eqy):
[arguments]&lt;#:imported-modules, #:modules, #:phases&gt;: Switch to
pyproject-build-system.

Change-Id: Id206edb3a75bc025b18c70fc27a7d3b40efb2852
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
</entry>
</feed>
