summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Collapse)AuthorAge
* gnu: python-geoip2: Update to 4.8.0.Wilko Meyer2024-06-24
| | | | | | | | | * gnu/packages/geo.scm (python-geoip2): Update to 4.8.0. [build-system]: Change to pyproject-build-system. [inputs]: Add python-aiohttp. Change-Id: Ie5f4a6f99a8cb1bef562c6d2401391f6467a715d Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-maxminddb: Update to 2.6.2.Wilko Meyer2024-06-24
| | | | | | | | * gnu/packages/geo.scm (python-maxminddb): Update to 2.6.2. [build-system]: Change to pyproject-build-system. Change-Id: I824468160fef695a8fb9e517b9d91c90da9a2897 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-geopack.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/geo.scm (python-geopack): New variable. Change-Id: I674b09030684dd0d9f94b4b87cf96aeea983ee89 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: qgis: Update to 3.34.6.Nicolas Graves2024-05-15
| | | | | | | | | * gnu/packages/geo.scm (qgis): Update to 3.34.6. [arguments]<#:phases>: Update failing tests list. [inputs]: Add draco, freexl, librttopo, minizip, pdal, qt3d-5. Change-Id: If453a6c7451a63ab7b03f3cd0f36aef844acfb15 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: qgis: Improve package style.Nicolas Graves2024-05-15
| | | | | | | | * gnu/packages/geo.scm (qgis)[arguments]<#:phases>: Extract ignored-tests to make them more readable. Re-indent. Change-Id: I2373bba49b9d21ff7dfa0014cf34fafa0e1f3175 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: qgis: Improve package style.Nicolas Graves2024-05-15
| | | | | | | * gnu/packages/geo.scm (qgis)[arguments]: Use gexp. Change-Id: Ib72ae48ca0895109548e676c6da2d80ac2e1eca6 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: gnome-maps: Update to 46.10.Jonathan Brielmaier2024-05-13
| | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 46.10. [arguments]: Add phase to setup time zones for a new test. [native-inputs]: Add libportal and tzdata-for-tests. Change-Id: Ife9b17eda68662d2adb289acfeacf1dc8f179a46 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-overpass.Wilko Meyer2024-05-12
| | | | | | | * gnu/packages/geo.scm (python-overpass): New variable. Change-Id: Icd7a66ec6acd2e213bfd6920a1d71c1e0e815695 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: python-osmnx: Update to 1.9.3.Vinicius Monego2024-05-11
| | | | | | * gnu/packages/geo.scm (python-osmnx): Update to 1.9.3. Change-Id: I43cfa856ff146b1d699cb3ec6490515ac95a27d5
* gnu: gplates: Update to 2.5.Vinicius Monego2024-05-11
| | | | | | * gnu/packages/geo.scm (gplates): Update to 2.5. Change-Id: I715a599755b3a7b9ac83ea2ce679a3d79e9409f4
* gnu: python-metpy: Update to 1.6.2.Vinicius Monego2024-05-11
| | | | | | * gnu/packages/geo.scm (python-metpy): Update to 1.6.2. Change-Id: I6f05105d969d50acf005ac9035eb8055b9ed53bf
* gnu: python-verde: Add missing input.Ricardo Wurmus2024-05-05
| | | | | | * gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-pytest. Change-Id: I82b844627f27cfe60e42050bb37d092b3d9a43c1
* gnu: Add python-verde.Vinicius Monego2024-04-16
| | | | | | | * gnu/packages/geo.scm (python-verde): New variable. Change-Id: I0d176a05a993b19224d22489dd3a8eca19e4f2e0 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add pdal.Vinicius Monego2024-04-08
| | | | | | * gnu/packages/geo.scm (pdal): New variable. Change-Id: I7c24fec69b4f0c19a1c246fab39b994e17e36f3a
* gnu: qtserialport: Update to 6.6.3.Zac Berkowitz2024-04-06
| | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtserialport): Rename to ... * gnu/packages/qt.scm (qtserialport-5): ... this. * gnu/packages/qt.scm (qtserialport): New variable. * gnu/packages/engineering.scm (fritzing, candle) [inputs]: Replace qtserialport with qtserialport-5. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/kde-utils.scm (atelier, libatcore): Likewise. * gnu/packages/qt.scm (qtserialbus, qtlocation, python-pyqt): Likewise. * gnu/packages/radio.scm (wsjtx, jtdx, js8call) (sdrangel, wfview, qdmr): Likewise. Change-Id: I8e0c8d2408ea0bf776b2efe58e23821cb653363c Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add libmseed.Vinicius Monego2024-04-06
| | | | | | * gnu/packages/geo.scm (libmseed): New variable. Change-Id: I6feb414110c30da408069b36b46a421467d2ccad
* gnu: grass: Remove dependency on lapack.Romain GARBAGE2024-04-04
| | | | | | | | * gnu/packages/geo.scm (grass): Remove dependency on lapack. Add 'fix-lapack build phase. Change-Id: I758a9b2434f0ad9f8b85a5c5cde6d0a80e6defb2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtsensors: Rename package to qtsensors-5.Zheng Junjie2024-04-03
| | | | | | | | | | | | * gnu/packages/qt.scm (qtsensors): Rename to qtsensors-5 * gnu/packages/qt.scm (python-pyqt, python-pyside-2) * gnu/packages/geo.scm (openorienteering-mapper) * gnu/packages/kde-plasma.scm (kscreen) * gnu/packages/education.scm (gcompris-qt) Adjust inputs. Change-Id: Ie18fdf82881e508ecc25c535088672d1a89f19ba Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gmt: Update to 6.5.0.Vinicius Monego2024-03-31
| | | | | | * gnu/packages/geo.scm (gmt): Update to 6.5.0. Change-Id: Ib6d98494b9b67b23aedccaa50ff785999517c43d
* gnu: gplates: Update to 2.4.Vinicius Monego2024-03-30
| | | | | | | | | * gnu/packages/geo.scm (gplates): Update to 2.4. [source]: Use git-fetch and fetch from GitHub. [arguments]: Remove #:configure-flags. [native-inputs]: Remove unzip. Change-Id: Idf7c7ffb902f98361a897ce122c076a1a2f7fdf2
* Merge branch 'gnome-team'Liliana Marie Prikler2024-03-30
|\
| * Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-03-02
| |\
| * \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-02-13
| |\ \
| * \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-02-03
| |\ \ \
| * \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-01-14
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-01-01
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-12-20
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into HEADLiliana Marie Prikler2023-12-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3f5d121162d98ef2ae61a62c4da3b0fd19d864e8
| * | | | | | | | gnu: gnome-maps: Update to 44.5.Vivien Kraus2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 44.5. [inputs]: Replace gtk+ with gtk. Replace webkitgtk-for-gtk3 with webkitgtk. Remove libhandy. Change-Id: I8548878653120ea3cfc7554e2133880f46aeadf8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | | | Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-11-19
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62da840b7600f2d3d8541e666d09e2f2a1b7d8c4
| * \ \ \ \ \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-10-23
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191
| * | | | | | | | | | gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler2023-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise.
* | | | | | | | | | | gnu: cdo: Update to 2.4.0.Vinicius Monego2024-03-29
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (cdo): Update to 2.4.0. [source]: Update URL. [native-inputs]: Add python-wrapper. Change-Id: Ic2dad47e04d99b2903b3d7f53862e1ffa6e4d220
* | | | | | | | | | gnu: osm2pgsql: Update to 1.11.0.Felix Gruber2024-02-26
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (osm2pgsql): Update to 1.11.0. [arguments]: Look for proj API version 6 to use recent proj versions. [inputs]: Remove proj-7; add cli11 and proj. Change-Id: If1f14e5c675865d4485b16aca6146f555cc16d5e Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | | | | | | | | gnu: Add python-geoip2fast.Ricardo Wurmus2024-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-geoip2fast): New variable. Change-Id: Ia1ca57ac281c487db65ad3474940e8326082b7a1
* | | | | | | | | gnu: qgis: Fix build against proj 9.3.1.Felix Gruber2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | gnu: grass: Update to 7.8.8.Felix Gruber2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (grass): Update to 7.8.8. Change-Id: Ife86e2f770e1a3bbc907e9baf25253dbff7e5653 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | | | | | | | | gnu: python-pyshp: Update to 2.3.1.Felix Gruber2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | gnu: geos: Update to 3.12.1.Felix Gruber2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | gnu: libgeotiff: Fix build with proj 9.3.1.Felix Gruber2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | gnu: python-pyproj: Update to 3.6.1.Felix Gruber2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | gnu: proj: Update to 9.3.1.Felix Gruber2024-02-07
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (proj): Update to 9.3.1. Change-Id: I176efdba12761b81b90c8a53c362e4e66bd08fca Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | | | | | | | gnu: openorienteering-mapper: Remove input labels.Sharlatan Hellseher2024-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (openorienteering-mapper) [inputs]: Remove input labels. [native-inputs]: As above. Change-Id: Ice3218e5fc6fa07879f61467cc14a4bd2fb950f6
* | | | | | | | gnu: python-haversine: Simplify package.Sharlatan Hellseher2024-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-haversine): Simplify package. [build-system]: Swap to pyproject-build-system. Change-Id: Icf2e43a25b9bda37df1ee57416884939aca7a9c5
* | | | | | | | gnu: python-pyshp: Simplify package.Sharlatan Hellseher2024-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-pyshp): Simplify package. [build-system]: Swap to pyproject-build-system. Change-Id: I4a7429396e5a1b77cfbde1ce294f9f975153d1ef
* | | | | | | | gnu: Add python-ogr2osm.Patrick Noll2024-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-ogr2osm): New variable. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Id083d89dd05a9e1cdeca500daff5fab872fa15b4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* | | | | | | | gnu: python-osmnx: Reformat with guix style.Troy Figiel2024-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-osmnx): Reformat with guix style. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* | | | | | | | gnu: python-osmnx: Update to 1.8.1.Troy Figiel2024-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-osmnx): Update to 1.8.1. [arguments]<#:test-flags>: Add test_geocoder and test_features to ignored tests. Remove test_geocode_to_df and test_geometries from ignored tests. [propagated-inputs]: Remove python-pyproj and python-rtree. [native-inputs]: Add python-hatchling, remove python-numpy. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* | | | | | | | gnu: python-metpy: Update to 1.6.1.Vinicius Monego2024-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-metpy): Update to 1.6.1. Change-Id: Id8d8d6db3e31307242e56c494b6dee7c2ffab8f1
* | | | | | | | gnu: python-geopandas: Update to 0.14.2.Ricardo Wurmus2024-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (python-geopandas): Update to 0.14.2. [arguments]: Disable test_pandas_kind tests. Change-Id: I2a49d6ef73a79b84751ce0225757a2b83019cd42