~ruther/guix-local

67199d9f — Cayetano Santos 10 months ago
gnu: python-find-libpython: Update to 0.4.1.

* gnu/packages/python-xyz.scm (python-find-libpython): Update to 0.4.1.

Change-Id: I1979d8e3e39bef589522b674b213b91901d465ab
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6ae7acb2 — Sharlatan Hellseher 10 months ago
gnu: vinagre: Improve style.

* gnu/packages/gnome.scm (vinagre): Use G-expressions, remove traling #t
  from lambdas, use list style.
  [native-inputs]: Remove lables.

Change-Id: Ia9b33b605930fda497d2018acb862034d49ba2a6
c5091996 — Ashish SHUKLA 10 months ago
gnu: vinagre: Fix build with GCC 14.

* gnu/packages/gnome.scm (vinagre)[#:configure-flags]: Add flags to ignore
warnings.

Change-Id: Id26380eaaf14c5c19d79383d099d5fc13f76895c
Signed-off-by: Andreas Enge <andreas@enge.fr>
0ba01dd0 — Nicolas Graves 10 months ago
gnu: scilab: Fix build with gcc@14.

* gnu/packages/maths.scm (scilab)[arguments]<#:phases>: Add phase
'fix-call-scilab-examples phase to fix build with gcc@14.

Signed-off-by: Andreas Enge <andreas@enge.fr>
f2e4c9d4 — Cayetano Santos 10 months ago
gnu: python-cocotb: Update to 2.0.0b1.

* gnu/packages/electronics.scm (python-cocotb): Update to 2.0.0b1.
  [arguments] <:#test-flags>: Update.
  <:#phases>: Remove 'check-vhdl.

Change-Id: I3c4faf4eb1c332246b9417ecd30a5c681ae61789
2dc99272 — Andreas Enge 10 months ago
gnu: perl-dbd-mysql: Fix build with gcc@14.

* gnu/packages/databases.scm (perl-dbd-mysql)[arguments]<#:phases>:
{'add-cflags}: New phase.
{'skip-library-detection}: Drop #t.

Change-Id: I07e98481d9b9dc8bdc4e3bdf24c9c7b7d63d2bcf
0bae6e35 — Zheng Junjie 10 months ago
gnu: recutils: Fix build with GCC 14.

Fixes: guix/guix#1353.

* gnu/packages/databases.scm (recutils)[arguments]<#:configure-flags>:
Add -Wno-error=implicit-function-declaration and
-Wno-error=incompatible-pointer-types.

Change-Id: Id9169dec7fc02c181125986960a9d6be657c8517
30cc0436 — Janneke Nieuwenhuizen 10 months ago
gnu: tcc: Fix build with gcc-14.

Reported by <andreas-e> (Andreas Enge <andreas@enge.fr>) via IRC.

* gnu/packages/c.scm (tcc)[arguments]: Add "--extra-cflags" to #:configure-flags
to relax gcc-14's strictness.

Change-Id: Icefe269036b97fb59c49f8c881964c15a7171ab1
adcaab5c — Andreas Enge 10 months ago
gnu: mcrypt: Fix build with gcc@14.

* gnu/packages/mcrypt.scm (mcrypt)[arguments]<#:phases>:
Add phase to set CFLAGS.

Change-Id: Iccc88356eb41e0ac36c5c2122376a7aa74255e2c
43d3a991 — Andreas Enge 10 months ago
gnu: libmcrypt: Fix build with gcc@14.

* gnu/packages/mcrypt.scm (libmcrypt)[arguments]<#:phases>:
Add phase to set CFLAGS.

Change-Id: Ia6c4ba4156930fb9b7a9a08937deb9b1938cde89
5dc7e7a7 — Danny Milosavljevic 10 months ago
gnu: pnet-git: Fix build with gcc 14.

* /gnu/packages/dotnet.scm (pnet-git)[arguments]<#:make-flags>: Add
-Wno-error=implicit-function-declaration and
-Wno-error=incompatible-pointer-types.

Change-Id: Ifbeb5e07f1063d96a0bb9393dcc44daf5ee3f680
Signed-off-by: Zheng Junjie <z572@z572.online>
9bff5e0e — Vinicius Monego 10 months ago
gnu: python-xmlsec: Update to 1.3.16.

* gnu/packages/python-xyz.scm (python-xmlsec): Update to 1.3.16.
[home-page]: Follow redirect.

Change-Id: Ib5e95ec24c98156d614f1a903c0d9fe6c11a3cfa
be287b3e — Vinicius Monego 10 months ago
gnu: python-django-picklefield: Update to 3.3.0.

* gnu/packages/django.scm (python-django-picklefield): Update to 3.3.0.
[home-page]: Move below propagated-inputs.
[source]: Set repository url for URL instead of home-page.
[build-system]: Use pyproject-build-system.
[arguments]: Use Gexp.
<#:phases>: Respect '#:tests?' in the custom 'check' phase.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I9b26c6976edcddbe72c07f695f2ea82b444c82ac
0d203001 — Vinicius Monego 10 months ago
gnu: python-django-extensions: Enable tests.

* gnu/packages/django.scm (python-django-extensions)[arguments]: Remove
'#:tests? #f'.
<#:test-flags>: Ignore failing tests.
[native-inputs]: Add python-aiosmtpd, python-pygments.

Change-Id: Ibf4e76f1714b97d9ba6184f4f08bca851c52f78d
ed0ee731 — Vinicius Monego 10 months ago
gnu: python-django-extensions: Update to 4.1.

* gnu/packages/django.scm (python-django-extensions): Update to 4.1.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-dateutil, python-six, python-vobject,
python-werkzeug.
[native-inputs]: Remove python-mock, python-tox. Add
python-setuptools-next, python-wheel.
[home-page]: Don't break line.

Change-Id: Ib8234deeabf95638b5a21048b47d12ef216d0fd6
a2972392 — Vinicius Monego 10 months ago
gnu: python-django-contact-form: Update to 5.2.0.

* gnu/packages/django.scm (python-django-contact-form): Update to 5.2.0.
[source]: Update URI.
[build-system]: Use pyproject-build-system.
[arguments]<#:phases>: In the custom 'check' phase, respect '#:tests?',
delete a file and use a more standard Django testing procedure.
[native-inputs]: Remove python-coverage. Add python-pdm-backend,
python-tzdata.

Change-Id: I4a3209e45eb506bf24cac3e1b5ad80c0ca47c463
821a42d2 — Vinicius Monego 10 months ago
gnu: python-django-appconf: Update to 1.1.0.

* gnu/packages/django.scm (python-django-appconf): Update to 1.1.0.
[build-system]: Use pyproject-build-system.
[arguments]: Use Gexp.
<#:phases>: Respect '#:tests?' in the custom 'check' phase.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I524f49ec28dc9dafa75d8e1d53c28e0c2b998f48
d1a9c842 — Vinicius Monego 10 months ago
gnu: python-django-sekizai: Enable tests.

* gnu/packages/django.scm (python-django-sekizai)[build-system]: Use
pyproject-build-system.
[arguments]: Use Gexp. Remove '#:tests? #f' and override the 'check'
phase.
[home-page]: Follow redirect.

Change-Id: I1fbb7c1eb06ab51082239f28e973a15064fbb6d5
4a94bcba — Vinicius Monego 10 months ago
gnu: python-django-cleanup: Update to 9.0.0.

* gnu/packages/django.scm (python-django-cleanup): Update to 9.0.0.
[build-system]: Use pyproject-build-system.
[arguments]: Delete phase 'patch-tests-settings'. Do not override the
'check' phase.
[native-inputs]: Remove python-easythumbnails, python-pillow,
python-pytest-xdist. Add python-setuptools, python-wheel.

Change-Id: I192983ee4bab95d1643c2f7e62473605b3097e88
e6ca7ea0 — Vinicius Monego 10 months ago
gnu: python-django-ninja: Update to 1.4.3.

* gnu/packages/django.scm (python-django-ninja): Update to 1.4.3.
[arguments]<#:test-flags>: Enable all tests.
[propagated-inputs]: Replace python-pydantic by python-pydantic-2.

Change-Id: I64c50d8cbbec7f26bd50d4649d8d9e50febc05f7
Next