summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 41735a78ead..202599305ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31169,7 +31169,7 @@ time-or-computationally-expensive properties quick and easy and works in Python
31169(define-public python-folium 31169(define-public python-folium
31170 (package 31170 (package
31171 (name "python-folium") 31171 (name "python-folium")
31172 (version "0.16.0") 31172 (version "0.19.4")
31173 (source 31173 (source
31174 (origin 31174 (origin
31175 ;; PyPI has a ".whl" file but not a proper source release. 31175 ;; PyPI has a ".whl" file but not a proper source release.
@@ -31180,7 +31180,7 @@ time-or-computationally-expensive properties quick and easy and works in Python
31180 (commit (string-append "v" version)))) 31180 (commit (string-append "v" version))))
31181 (file-name (git-file-name name version)) 31181 (file-name (git-file-name name version))
31182 (sha256 31182 (sha256
31183 (base32 "1dbndpqpd7c5pmc58yxz7m6bsll377fz7xqpzh58wm0hjn6ylc00")))) 31183 (base32 "1659hvvraax7npgsfi93l7vsd191ysvf5vj369f8h757blmwjd59"))))
31184 (build-system pyproject-build-system) 31184 (build-system pyproject-build-system)
31185 (arguments 31185 (arguments
31186 (list #:test-flags 31186 (list #:test-flags
@@ -31195,6 +31195,8 @@ time-or-computationally-expensive properties quick and easy and works in Python
31195 " and not test_heat_map_with_weights" 31195 " and not test_heat_map_with_weights"
31196 ;; This performs an online request. 31196 ;; This performs an online request.
31197 " and not test_json_request" 31197 " and not test_json_request"
31198 ;; Requires geodatasets package.
31199 " and not test_timedynamic_geo_json"
31198 ;; AssertionError. 31200 ;; AssertionError.
31199 " and not test_minimap")) 31201 " and not test_minimap"))
31200 #:phases 31202 #:phases
@@ -31219,7 +31221,9 @@ time-or-computationally-expensive properties quick and easy and works in Python
31219 python-pillow 31221 python-pillow
31220 python-pytest 31222 python-pytest
31221 python-selenium 31223 python-selenium
31222 python-setuptools-scm)) 31224 python-setuptools
31225 python-setuptools-scm
31226 python-wheel))
31223 (home-page "https://github.com/python-visualization/folium") 31227 (home-page "https://github.com/python-visualization/folium")
31224 (synopsis "Make beautiful maps with Leaflet.js & Python") 31228 (synopsis "Make beautiful maps with Leaflet.js & Python")
31225 (description "@code{folium} makes it easy to visualize data that’s been 31229 (description "@code{folium} makes it easy to visualize data that’s been