Search Criteria
Package Details: jupyter-gnuplot_kernel 0.4.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/jupyter-gnuplot_kernel.git (read-only, click to copy) |
---|---|
Package Base: | jupyter-gnuplot_kernel |
Description: | A Jupyter/IPython kernel for gnuplot |
Upstream URL: | https://github.com/has2k1/gnuplot_kernel |
Keywords: | gnuplot kernel |
Licenses: | BSD |
Submitter: | andreafeletto |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 2 |
Popularity: | 0.001636 |
First Submitted: | 2020-09-01 14:53 (UTC) |
Last Updated: | 2021-12-14 17:05 (UTC) |
Dependencies (4)
- gnuplot (gnuplot-git, gnuplot-headless, gnuplot-nogui, gnuplot4)
- jupyter-metakernel
- python-setuptools (make)
- python-pytest (check)
Latest Comments
carlosal1015 commented on 2022-11-25 21:33 (UTC)
I am considering skip the test if the issue will not get fix.
carlosal1015 commented on 2021-11-30 16:22 (UTC)
Thank you @thse.
thse commented on 2021-11-30 12:07 (UTC)
Please change "pkgrel=3" to "pkgrel=4" in PKGBUILD.
carlosal1015 commented on 2021-08-13 02:03 (UTC)
Hi @BrainDamage,
jupyter-gnuplot_kernel
is installed/usr/lib/python3.9/site-packages/gnuplot_kernel
instead of/usr/local
, we can check withyay -Ql jupyter-gnuplot_kernel
or looking inside tarball. Sure, is better set explicit the prefix.BrainDamage commented on 2021-06-10 15:06 (UTC)
hello,
the package misses a --prefix="/usr" directive in setup install which makes it default install to /usr/local which violates the packaging guidelines