~ruther/guix-local

580d1f52 — Nicolas Graves 11 months ago
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>
162d72fe — Nicolas Graves 11 months ago
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.
1bba49c7 — Nicolas Graves 11 months ago
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>
df3d8bdd — Nicolas Graves 11 months ago
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>
3fa2014c — Nicolas Graves 11 months ago
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>
db1c4b85 — Nicolas Graves 11 months ago
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>
943ea457 — Nicolas Graves 11 months ago
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>
194312d6 — Nicolas Graves 11 months ago
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>
96fdd95d — Nicolas Graves 11 months ago
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>
d0cc8f6e — Nicolas Graves 11 months ago
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>
6df869cd — Nicolas Graves 11 months ago
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>
83f234a5 — Nicolas Graves 11 months ago
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>
520ba1b9 — Efraim Flashner 11 months ago
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
a407d3f8 — Josep Bigorra 11 months ago
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
105757fa — Ashish SHUKLA 11 months ago
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>
5b06f051 — Omar Bassam 11 months ago
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>
f8a96f0b — Omar Bassam 11 months ago
gnu: sbcl-lquery: Update to 3.2.1-2.08c9cb6

* gnu/packages/lisp-xyz.scm (sbcl-lquery): Update to 3.2.1-2.08c9cb6

Change-Id: I3ef9bf1d87b280943238e5445064990dd664f293
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
8a8a31fa — Gabriel Santos 11 months ago
docs: Fix module reference in guix-home-service-type.

* doc/guix.texi (Guix Services): Use (gnu services guix) module instead of the
outdated (gnu home) module in the example.

Closes #2369.

Change-Id: I19eeeffbaeb150db68510c90b0f7c8ef23bdfeb6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
0c458e27 — Cayetano Santos 11 months ago
gnu: qucs-s: Move to electronics.

* gnu/packages/engineering.scm (qucs-s): Move from here ...
* gnu/packages/electronics.scm: ... to here.

Change-Id: I6a4827b674a4eab9668cacea9fa0076bc9f887cf
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Next