* gnu/packages/task-management.scm (blanket): Update to 0.8.0.
[source]: Fix indentation.
[arguments]: Use Gexp as well as search-input-file in phases. Remove
'#:tests? #f'.
<#:phases>: Move 'wrap-libs' after 'glib-or-gtk-wrap'.
[native-inputs]: Add blueprint-compiler.
[inputs]: Replace gtk+ by gtk. Add libadwaita.
Change-Id: I1f09ce2d93f4121b0bcfe7da7d2c13460809bfde
* gnu/packages/engineering.scm (pythonscad): Fix in-application version
display.
[arguments]<#:configure-flags>: Filter out flags "-DOPENSCAD_VERSION" and
"-DOPENSCAD_COMMIT" from inherited package. Add flags "-DOPENSCAD_VERSION" and
"-DOPENSCAD_COMMIT" locally.
Change-Id: I3d0b8e97dfb14041491cfd67baf1a9d3d15c1b86
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This is a followup to 3eb1ceac58 and
8d53a08852 to fix the old v1 docker-compose we
have until Docker is upgraded.
* gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-docker
with python-docker@5.
Change-Id: Ia53a4dad7e88901ac37b6e9a0bd734605afae9e6
This is a followup to commit 3eb1ceac58 along
with an upcoming commit to use this in docker-compose to fully fix it. This
package is added just for the old version 1 of docker-compose and should be
removed once Docker is updated (which includes "docker compose" v2 built-in).
* gnu/packages/docker.scm (python-docker-5): New variable.
Change-Id: I9e640ca3a87fb6e055524cd5acc79588ac36fe36
This is a follow-up to commit 175a368b9c .
* gnu/packages/game-development.scm (quesoglc)[arguments]
<#:configure-flags>: Really change as intended.
Change-Id: I8bc96cb5f3fc5136a051bd2868c14b631c83f4b3
python-pyyaml-5 does not build and is needed for docker-compose. This is
a stopgap until docker can be updated to the modern Go version, which
includes "docker compose".
* gnu/packages/docker.scm (docker-compose)[arguments]: Add phase fix-pyyaml
to relax python-pyyaml requirement.
[inputs]: Replace python-pyyaml-5 with python-pyyaml.
Change-Id: I7410f8b5a8f308aeaae5793399dbfc5eef0e1822
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/django.scm (python-django-4.2): Rename to...
(python-django): ...this instead of defining the latter as the former.
* gnu/packages/maths.scm (python-mathics-django)[propagated-inputs],
gnu/packages/monitoring.scm (graphite-web)[propagated-inputs]:
Use python-django instead of python-django-4.2.
Change-Id: I9dd9d86d4f9af5c6ee66fd57949ad565a6657062
This is a follow-up to commit ba5279cafd .
* gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet.
Change-Id: I2913a4bd2c5da2993ed23bb2a681c29d0d72e076
Librnd is a library intended to be used solely by packages in the
Ringdove suite.
* gnu/packages/electronics.scm (librnd): Make private.
Change-Id: Ic42b79eb8644cc6981d8c95ae67d2258796423e4
Signed-off-by: Andreas Enge <andreas@enge.fr>
There are no references left to these variables anywhere in the code.
* gnu/packages/opencl.scm (make-opencl-headers, opencl-headers-1.0,
opencl-headers-1.1, opencl-headers-1.1, opencl-headers-2.0,
opencl-headers-2.1, opencl-headers-2.2): Remove variables.
Change-Id: I4afdac98e7156f3b38eecb36503a13f5a425634c
Signed-off-by: Andreas Enge <andreas@enge.fr>
Tests expect a hard coded path to the binary under source/build/sta.
* gnu/packages/electronics.scm (opensta): Update to 2.7.0-0.cda3044 and build locally.
<#:out-of-source?>: Set to #f.
<#:configure-flags>: Add build dir.
<#:phases>{check}: Correct relative path.
{create-build-dir}: Produce build dir.
Change-Id: I2b888675364290b28b7f29789c7807f9a42d9f5a
* gnu/packages/spreadsheet.scm (visidata): Update to 3.2.
[source]: Use GitHub source repo since missing required file on PyPI.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I34043ee551c8b77549eb241facf46dd02116875a
This package is a successor of python-decoupler-py with reworked tests
and inputs. Project has changed the license from GPL3+ to BSD-3.
See: <https://github.com/scverse/decoupler/blob/main/CHANGELOG.md#200>
* gnu/packages/bioinformatics.scm (python-decoupler): New variable based
on python-decoupler-py.
[source] <url>: Fix permanent redirect.
[arguments] <test-flags>: Rework skipped tests.
<phases>: Remove 'relax-requirements.
[propagated-inputs]: Remove python-ipython, python-matplotlib,
python-nbsphinx, python-numpy, python-numpydoc, python-omnipath,
python-scanpy, python-scikit-learn, python-skranger, and
python-typing-extensions; add python-dcor, python-docrep,
python-igraph, python-ipywidgets, python-marsilea, python-requests,
python-session-info2, and python-xgboost.
[native-inputs]: Remove python-poetry-core; add nss-certs-for-test,
python-hatchling, python-gseapy, python-memory-profiler, and
python-scanpy.
[home-page]: Fix permanent redirect.
[licenses]: Switch to bsd-3.
(python-decoupler-py): Deprecate package.
Change-Id: Ia517db074c7ac405408731c9a8cfe00e56b8107b