mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-osmnx: Reformat with guix style.
* gnu/packages/geo.scm (python-osmnx): Reformat with guix style. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
df33198cc2
commit
39e6994081
1 changed files with 26 additions and 29 deletions
|
@ -980,7 +980,7 @@ (define-public python-osmnx
|
|||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
; Fetch from github as the pypi package is missing the tests dir.
|
||||
;; Fetch from github as the pypi package is missing the tests dir.
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gboeing/osmnx")
|
||||
|
@ -991,8 +991,7 @@ (define-public python-osmnx
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
'(list "-k"
|
||||
#:test-flags '(list "-k"
|
||||
(string-append
|
||||
;; The following tests require network access.
|
||||
"not test_stats"
|
||||
|
@ -1006,8 +1005,7 @@ (define-public python-osmnx
|
|||
" and not test_graph_save_load"
|
||||
" and not test_graph_from_functions"
|
||||
" and not test_features"))))
|
||||
(propagated-inputs
|
||||
(list python-folium
|
||||
(propagated-inputs (list python-folium
|
||||
python-geopandas
|
||||
python-matplotlib
|
||||
python-networkx
|
||||
|
@ -1015,8 +1013,7 @@ (define-public python-osmnx
|
|||
python-pandas
|
||||
python-requests
|
||||
python-shapely))
|
||||
(native-inputs
|
||||
(list python-hatchling python-pytest))
|
||||
(native-inputs (list python-hatchling python-pytest))
|
||||
(home-page "https://github.com/gboeing/osmnx")
|
||||
(synopsis
|
||||
"Retrieve, model, analyze, and visualize OpenStreetMap street networks")
|
||||
|
|
Loading…
Reference in a new issue