Package Details: python-folium 0.16.0-1

Git Clone URL: https://aur.archlinux.org/python-folium.git (read-only, click to copy)
Package Base: python-folium
Description: Python Data. Leaflet.js maps
Upstream URL: https://github.com/python-visualization/folium
Keywords: geodata visualization
Licenses: MIT
Submitter: thrasibule
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 2
Popularity: 0.000000
First Submitted: 2017-03-25 15:05 (UTC)
Last Updated: 2024-03-03 04:58 (UTC)

Latest Comments

1 2 Next › Last »

pitastrudl commented on 2023-11-05 13:14 (UTC)

@not_anonymous, i've made you maintaner, thanks for offering it. I tried to refresh the packages but had pgp key issues.

not_anonymous commented on 2023-10-03 17:45 (UTC)

This package REQUIRES TWO changes in order to compile and work properly:

1 - New source location; https://files.pythonhosted.org/packages/bb/d0/2d8d1a500d829caa0e6b394ee933344f7fee81cb685409e5aaf5c9492f64/folium-0.14.0.tar.gz

2 - Version update to 0.14.0 as outlined below.

Um, I am more than willing to take this package over, as I have packages that depend on it.

sunng commented on 2023-08-01 06:22 (UTC)

A newer version 0.14 has been released

tapajos commented on 2021-12-14 11:53 (UTC)

sha256sum seems not to be right for python-folium-0.12.1.tar.gz

thrasibule commented on 2021-12-07 20:20 (UTC)

@Strykar what makes you think it requires pytest?

Strykar commented on 2021-12-05 04:54 (UTC)

Requires python-pytest

kuehnelth commented on 2021-05-16 07:47 (UTC)

This needs python-pandas as dependency or the tests will fail.

thrasibule commented on 2020-09-22 17:10 (UTC)

@laurent_waro. This is not with the latest PKGBUILD that I have pushed.

laurent_waro commented on 2020-09-22 02:43 (UTC)

Still can't pass tests with python-branca 0.4.1-1.

================================================================================================ FAILURES ================================================================================================= _____________ test_valid_html _____________

m = <folium.folium.Map object at 0x7ff0da307f70>

def test_valid_html(m):
    html = m._repr_html_()
    parts = html.split('><')
  assert len(parts) == 6

E assert 7 == 6 E + where 7 = len(['<div style="width:100%;"', 'div style="position:relative;width:100%;height:0;padding-bottom:60%;"', 'span style="col...\')));this.contentDocument.close();" allowfullscreen webkitallowfullscreen mozallowfullscreen', '/iframe', '/div', ...])

tests/test_repr.py:37: AssertionError ============================================================================================ warnings summary ============================================================================================= /usr/lib/python3.8/site-packages/_pytest/config/init.py:1148 /usr/lib/python3.8/site-packages/_pytest/config/init.py:1148: PytestConfigWarning: Unknown config ini key: flake8-ignore

self._warn_or_fail_if_strict("Unknown config ini key: {}\n".format(key))

/usr/lib/python3.8/site-packages/_pytest/config/init.py:1148 /usr/lib/python3.8/site-packages/_pytest/config/init.py:1148: PytestConfigWarning: Unknown config ini key: flake8-max-line-length

self._warn_or_fail_if_strict("Unknown config ini key: {}\n".format(key))

tests/test_folium.py:359 /home/arch_user/.cache/yay/python-folium/src/folium-0.11.0/tests/test_folium.py:359: PytestUnknownMarkWarning: Unknown pytest.mark.web - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.web

-- Docs: https://docs.pytest.org/en/stable/warnings.html ========================================================================================= short test summary info ========================================================================================= FAILED tests/test_repr.py::test_valid_html - assert 7 == 6 ==================================================================== 1 failed, 136 passed, 1 xfailed, 2 xpassed, 3 warnings in 22.46s =====================================================================

thrasibule commented on 2020-09-17 01:34 (UTC)

tests pass with python-branca-0.4.0...