~ruther/guix-local

ff61ca41 — Benjamin 2 years ago
gnu: Add go-github-com-minio-highwayhash.

* gnu/packages/golang-crypto.scm (go-github-com-minio-highwayhash): New variable.

Change-Id: Ib6aa8a38946841e840b17848b07434487f0435ef
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
24e87f64 — Ricardo Wurmus 2 years ago
gnu: Add python-geoip2fast.

* gnu/packages/geo.scm (python-geoip2fast): New variable.

Change-Id: Ia1ca57ac281c487db65ad3474940e8326082b7a1
a9035585 — Andrew Tropin 2 years ago
gnu: elixir: Remove wrap for mix.

* gnu/packages/elixir.scm (elixir)[#:phases]: Instead of wrapping mix into
shell script, which sets environment variables, we patch mix itself and set
environmnet variables via elixir code.

Change-Id: Ia4643e18fe927491242a0541938b7570bd56fca1

Co-authored-by: Ivan Sokolov <ivan-p-sokolov@ya.ru>
Change-Id: I29d2c61299a8a54125f0e15190c526a860d501da
5d2302a1 — unwox 2 years ago
gnu: janet: Update to 1.33.0

* gnu/packages/lisp.scm (janet): Update to 1.33.0.

Change-Id: Ic5dd8b0c7042fe965c940d291331803f7f28e3f2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
d7c34bc0 — Felix Gruber 2 years ago
gnu: qgis: Fix build against proj 9.3.1.

* gnu/packages/geo.scm (qgis)[arguments]: Disable newly broken tests
  test_core_overlayexpression and PyQgsProjectionSelectionWidgets.

Change-Id: If80c1d86b00f4d9481ada17b99962754b5efdc92
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
8736c635 — Felix Gruber 2 years ago
gnu: grass: Update to 7.8.8.

* gnu/packages/geo.scm (grass): Update to 7.8.8.

Change-Id: Ife86e2f770e1a3bbc907e9baf25253dbff7e5653
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
556a7484 — Felix Gruber 2 years ago
gnu: python-pyshp: Update to 2.3.1.

* gnu/packages/geo.scm (python-pyshp): Update to 2.3.1.
  [arguments]: Disable test that requires network access.

Change-Id: Iba7bd8191c17ecf255375a8443319b449057e094
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4ad68729 — Felix Gruber 2 years ago
gnu: python-shapely: Update to 2.0.2.

* gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.2.
[native-inputs]: Remove python-pytest-cov.

Change-Id: I4358c16d53c97a0cd38e3689d65ead770b2e997c
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
0a1d503b — Felix Gruber 2 years ago
gnu: geos: Update to 3.12.1.

* gnu/packages/geo.scm (geos): Update to 3.12.1.
  [arguments]: Update 'patch-test-shebangs.

Change-Id: I4c5a7dd0ce0e95f813474ff4841a844e63451d24
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
a042bfcd — Felix Gruber 2 years ago
gnu: libgeotiff: Fix build with proj 9.3.1.

* gnu/packages/geo.scm (libgeotiff): [source]: Add patches to fix build
  with proj 9.3.1.
* gnu/local.mk: Add patch files.
* gnu/packages/patches/libgeotiff-fix-tests-on-i386.patch: New file.
* gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.0.patch: New
  file.
* gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.1.patch: New
  file.

Change-Id: I5f09e793698b0b137888faa0f595ef06850c6160
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
e25fa3f6 — Felix Gruber 2 years ago
gnu: python-pyproj: Update to 3.6.1.

* gnu/packages/geo.scm (python-pyproj): Update to 3.6.1.
[arguments]: Convert to gexp.

Change-Id: I0ef2bf3da8d35b728f4ba4009caca33fa18dbad3
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4c1a7678 — Felix Gruber 2 years ago
gnu: proj: Update to 9.3.1.

* gnu/packages/geo.scm (proj): Update to 9.3.1.

Change-Id: I176efdba12761b81b90c8a53c362e4e66bd08fca
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
10dba10f — Efraim Flashner 2 years ago
gnu: Register missing patch.

* gnu/local.mk (dist_patch_DATA): Add missing patch.

Change-Id: I82264a8cbea1550522994292e24f702f7cc78700
cce7a6d2 — Sharlatan Hellseher 2 years ago
gnu: python-ipydatawidgets: Fix build.

As seen in <http://ci.guix.gnu.org/build/3396112/log/raw>.

* gnu/packages/jupyter.scm (python-ipydatawidgets) [arguments]
<#:phases>: Disable 3 failing tests in 'check phase.

Change-Id: I8de3678914e871df5bbb50c69c322dc4b55d18ac
5729b2b3 — Sharlatan Hellseher 2 years ago
gnu: python-traittypes: Simplify package.

* gnu/packages/python-science.scm (python-traittypes) [build-system]:
Swap to pyproject-build-system.
[arguments]: Move excluded tests to <#:test-flags>. Use standard 'check
phase.

Change-Id: I4cab0c94036a7e5f0851edf2833dfac2f675d2a0
5dee582c — Sharlatan Hellseher 2 years ago
gnu: python-pynrrd: Update to 1.0.0.

* gnu/packages/python-science.scm (python-pynrrd): Update to 1.0.0.
[arguments]: Keep 'ensure-no-mtimes-pre-1980 phase as it's building with
it successfully.
[propagated-inputs]: Add python-nptyping and python-typing-extensions.

Change-Id: Ic4dcd0825e71d3eb4acd39694bee9e22e8485f9f
ac18dfc6 — Sharlatan Hellseher 2 years ago
gnu: python-pynrrd: Improve description.

* gnu/packages/python-science.scm (python-pynrrd) [description]: Add
definition of NRRD.

Change-Id: I0335df0eb4be600d81799da64374ddfb49b06720
36f5db70 — Antero Mejr 3 years ago
gnu: Add python-pynrrd.

* gnu/packages/python-science.scm (python-pynrrd): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7d3aa578 — Andy Tai 2 years ago
gnu gnuatro: Update to 0.22.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.22.

Change-Id: Ifa8329765adb2b32b9b04c1531087363a807613d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next