gnu: python-axolotl: Switch to pyproject. * gnu/packages/python-crypto.scm (python-axolotl): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace phase 'remove-tests by phase 'cleanup-install. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. [description]: Run guix style. Change-Id: I70bb567982555cf96b6bc84e2900b33910b05414 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
news: Add 'de' translation. * etc/news.scm: Add German translation of linux-libre 6.16 entry. Change-Id: I08aecdafaa52664572ca0390a4dc190775fd3d5a
gnu: python-robber: Switch to pyproject. * gnu/packages/python-check.scm (python-robber): [source]: Run guix style. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I52825bbefe3d4c02681e76ce0dfcc7a490d5f11d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytest-services: Switch to pyproject. * gnu/packages/python-check.scm (python-pytest-services): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Update comment. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ib5932dc71639c9f264f15702a3b318a2f39c74f1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytest-pydocstyle: Update to 2.4.0. * gnu/packages/python-check.scm (python-pytest-pydocstyle): Update to 2.4.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-pytest-isort, python-pytest-pycodestyle, python-setuptools, python-wheel. [description]: Run guix style.
gnu: python-pytest-parawtf: Switch to pyproject. * gnu/packages/python-check.scm (python-pytest-parawtf): [source, description]: Run guix style. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace it with... <#:test-flags>: ...them. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Id47b094ac260f4623d2cf85c4cc5c646d992be04 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytest-helpers-namespace: Switch to pyproject. * gnu/packages/python-check.scm (python-pytest-helpers-namespace): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Remove 'check phase replacement. Add 'set-version phase. [native-inputs]: Add python-wheel. [description]: Run guix style. Change-Id: I868b710a45d0663697354b8590667486afd9fbf7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytest-doctest-custom: Switch to pyproject. * gnu/packages/python-check.scm (python-pytest-doctest-custom): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I62c718785134be0ad13adbddeba098c05cdc472c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-eradicate: Update to 3.0.0. * gnu/packages/python-check.scm (python-eradicate): Update to 3.0.0. Change-Id: I7f823f784fc1790217ca5837aa9415279c64c45c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-eradicate: Switch to pyproject. * gnu/packages/python-check.scm (python-eradicate): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. [description]: Run guix style. Change-Id: I02b61fc9d5db59ea18fbdaa14bafe1d51da81523 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-codacy-coverage: Switch to pyproject. * gnu/packages/python-check.scm (python-codacy-coverage): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. [description]: Run guix style. Change-Id: I0d47d6bc793e70753df3b59a8b97eb739074627c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-google-crc32c: Add crc32c input. A warning highlighted that our previous version was not using the native implementation but the slower python one. This commit fixes it. * gnu/packages/python-crypto.scm (python-google-crc32c)[inputs]: Add crc32c. Change-Id: I320a63e96d3c7abe61f42b758690436f9d73f3ce Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-google-crc32c: Move to (gnu packages python-crypto). * gnu/packages/python-web.scm (python-google-crc32c): Move from here… * gnu/packages/python-crypto.scm (python-google-crc32c): …to here. Change-Id: I211f02fabaf35fcef7c5bee67675cfb3f590ea95 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-google-crc32c: Switch to pyproject. * gnu/packages/python-web.scm (python-google-crc32c): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I96f9d00b17d92568603074d92afde7824bc92e11 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: crc32c: Move to (gnu packages crypto). * gnu/packages/cpp.scm (crc32c): Move from here… * gnu/packages/crypto.scm (crc32c): …to here. Change-Id: I62bee9e02c9480646093c174dfe84ccc72e4577a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: target->hare-arch: Check for system support before target support. This fixes bug #2449. * gnu/packages/hare.scm (target->hare-arch): Only when building on a supported system check if the target is supported by hare. Change-Id: I9bb2bd32a204043ce2702a206598398fbd0541eb
gnu: ggg: Update to 0.4.16. * gnu/packages/image.scm (ggg): Update to 0.4.16. [arguments]: Modified the log.sh to log.bash due to upstream rename. Removed unneeded mkdir-p calls. [inputs]: Added imagemagick runtime dependency which was missing. Change-Id: Ie48eefc2a42396f4070d2051df6ea2521459f1e2 Signed-off-by: jgart <jgart@dismail.de>
gnu: trealla: Update to 2.82.28. * gnu/packages/prolog.scm (trealla): Update to 2.82.28. Change-Id: I6c79deaf11465c3eab90b8e0a0466b4e808b5d67
gnu: janet: Update to 1.39.1 * gnu/packages/lisp.scm (janet): Update to 1.39.1. Change-Id: I9421f93374f6ffe261b8bf93e63742aac82849bb Signed-off-by: jgart <jgart@dismail.de>
gnu: sbcl-plump: Update to 2.0.0-4.251fbe0 * gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 2.0.0-4.251fbe0 Change-Id: I2264cc751d17775970fcd74ef58572935ec238d2 Signed-off-by: jgart <jgart@dismail.de>