Package Details: python-bokeh 3.4.1-1

Git Clone URL: https://aur.archlinux.org/python-bokeh.git (read-only, click to copy)
Package Base: python-bokeh
Description: Interactive Web Plotting for Python
Upstream URL: http://bokeh.pydata.org/
Licenses: BSD
Submitter: xantares
Maintainer: gondsman (notEvil)
Last Packager: notEvil
Votes: 27
Popularity: 0.21
First Submitted: 2015-04-16 12:51 (UTC)
Last Updated: 2024-05-03 17:46 (UTC)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

notEvil commented on 2022-12-05 23:24 (UTC) (edited on 2022-12-05 23:25 (UTC) by notEvil)

Since v3 bokeh requires the new build system (python-build and python-installer). For instance, the python package version currently is 0.0.0 with actual consequences (exceptions).

-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer')

-  python setup.py build
+  python -m build --wheel

-  python setup.py install --root="${pkgdir}" --optimize=1
+  python -m installer "--destdir=${pkgdir}" ./dist/*.whl

gondsman commented on 2019-11-25 12:53 (UTC) (edited on 2019-11-25 12:55 (UTC) by gondsman)

Updated to Bokeh 1.4.0, which is the last one supporting python2. I've forked the previous version and created a python2-bokeh package in case anyone needs it (I personally don't, but I assume it will require minimum maintenance).

petronny commented on 2019-09-10 05:25 (UTC)

You need add makedepends=('python-setuptools' 'python2-setuptools') before the package_*() functions, or else they won't build in a clean chroot.

gondsman commented on 2019-08-30 14:00 (UTC)

Package updated, let me know if you have any more issues. :)

gondsman commented on 2019-08-28 09:23 (UTC)

Sorry for the delay, I'm out of town for work this week (also, why does gmail keep putting these notifications in the spam folder?). I'll update the package as soon as I can next week.

petronny commented on 2019-08-28 04:52 (UTC)

Please fix the dependencies.

ChrisTX commented on 2019-08-21 13:12 (UTC)

The package won't compile anymore due to Pandas 0.25 dropping support for Python 2 and currently no alternative being available (python2-pandas-git is broken as well due to trunk not supporting Py2 anymore).

According to the Bokeh documentation (and their setup.py), Pandas, NodeJS, psutil and a few other packages are only optional dependencies, so I assume that by correcting the optdepends array should sort this out. Doing so would also correct the currently missing optional Node (and more) dependencies.

gondsman commented on 2018-08-07 07:54 (UTC)

Maybe it just needs to be rebuilt against new versions of the dependencies. I haven't run into this issue, but it might be because I'm currently running Manjaro, so I'm a bit behind on updates. I'll increase the release number to "invite" people to rebuild it.

rmelo commented on 2018-08-06 23:17 (UTC) (edited on 2018-08-06 23:22 (UTC) by rmelo)

After updating some python packages during regular update I get eh following error:

"pkg_resources.DistributionNotFound: The 'bokeh==0.13.0' distribution was not found and is required by the application"

Edit: Fresh installing the package solved the issue. Leaving the comment in case someone else runs into the problem.

gondsman commented on 2018-06-04 08:44 (UTC)

bokeh 0.12.16 was released, the PKGBUILD works fine by just changing version and checksum. I could adopt the package if people want, even though I'm not a python guru by any stretch.