Package Details: python-branca 0.7.1-1

Git Clone URL: https://aur.archlinux.org/python-branca.git (read-only, click to copy)
Package Base: python-branca
Description: Generate html+js with Python.
Upstream URL: https://github.com/python-visualization/branca
Licenses: MIT
Submitter: thrasibule
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 1
Popularity: 0.009452
First Submitted: 2017-03-25 15:04 (UTC)
Last Updated: 2024-02-02 22:17 (UTC)

Latest Comments

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:40 (UTC) (edited on 2023-10-03 17:42 (UTC) by not_anonymous)

This needs upgrading for these reasons;

1 - New version - 0.6.0

2 - NEEDS new source location; https://files.pythonhosted.org/packages/bb/66/e3591bc59d0685668cf9bb451ed527b0c261cfa2afedbe72422442586ace/branca-0.6.0.tar.gz

( ^ Package will NOT compile or work otherwise !!)

3 - Added makedepends as outlined by others in earlier Comments (below)

Um, if you do NOT want to take care of this package, I'd be happy to take it over as I have a package that depends on it.

peippo commented on 2022-06-09 08:28 (UTC)

and could you add python-setuptools to makedepends()? Thanks!

skunk commented on 2022-03-13 22:16 (UTC)

Hi @thrasibule , I think, at least the two dependencies python-pytest and firefox or chromedriver or similar are missing for the checks. The former to run the tests, the latter to get started by selenium in the tests. See also python-folium.

laurent_waro commented on 2020-09-16 02:27 (UTC)

It seems that installation require the module nbconvert :

====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'nbconvert')


Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.8/site-packages/nose/loader.py", line 416, in loadTestsFromName module = self.importer.importFromPath( File "/usr/lib/python3.8/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.8/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib/python3.8/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib/python3.8/imp.py", line 171, in load_source module = _load(spec) File "<frozen importlib._bootstrap>", line 702, in _load File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/laurenth/.cache/yay/python-branca/src/branca-0.4.1/tests/test_notebooks.py", line 10, in <module> import nbconvert ModuleNotFoundError: No module named 'nbconvert'


Ran 12 tests in 9.223s

FAILED (errors=1)

DescartesHorse commented on 2018-11-04 23:05 (UTC)

I'm getting a different checksum on this one - f9932fa59998224439f4f8e7bcc17a8e613f4776945ef0ddb9152d23ea0c0633 (checked from a few different servers in a few diff. regions). Maybe the git has been updated since the package release?