Package Details: python-mpld3 0.5.7-1

Git Clone URL: https://aur.archlinux.org/python-mpld3.git (read-only, click to copy)
Package Base: python-mpld3
Description: D3 Viewer for Matplotlib
Upstream URL: http://mpld3.github.io/
Licenses: BSD 3-clause
Submitter: gosella
Maintainer: gosella
Last Packager: gosella
Votes: 2
Popularity: 0.000000
First Submitted: 2015-10-04 21:59 (UTC)
Last Updated: 2022-01-23 20:10 (UTC)

Latest Comments

carlosal1015 commented on 2024-03-20 02:38 (UTC)

$ namcap PKGBUILD 
PKGBUILD (python-mpld3) W: Non standard variable 'pypiname' doesn't start with an underscore
PKGBUILD (python-mpld3) W: Missing Maintainer tag
$ namcap python-mpld3-0.5.7-1-any.pkg.tar.zst 
python-mpld3 E: BSD 3-clause is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
python-mpld3 W: Referenced python module 'IPython.core.display.display' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/mplexporter/tools.py'])
python-mpld3 W: Referenced python module 'vincent' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/mplexporter/renderers/vincent_renderer.py'])
python-mpld3 W: Referenced python module 'IPython.utils.path.get_ipython_dir' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/utils.py'])
python-mpld3 W: Referenced python module 'IPython.html.install_nbextension' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/utils.py'])
python-mpld3 W: Referenced python module 'BaseHTTPServer' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/_server.py'])
python-mpld3 W: Referenced python module 'IPython.core.display.HTML' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/mplexporter/tools.py'])
python-mpld3 W: Referenced python module 'pandas' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/mplexporter/utils.py'])
python-mpld3 W: Referenced python module 'pandas.tseries.converter.PeriodConverter' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/mplexporter/utils.py'])
python-mpld3 W: Referenced python module '__builtin__' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/mplexporter/_py3k_compat.py'])
python-mpld3 W: Referenced python module 'IPython.core.getipython.get_ipython' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/_display.py'])
python-mpld3 W: Referenced python module 'IPython' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/utils.py'])
python-mpld3 W: Referenced python module 'IPython.display.HTML' is an uninstalled dependency (needed in files ['usr/lib/python3.11/site-packages/mpld3/_display.py'])
python-mpld3 W: Dependency python-numpy detected and implicitly satisfied (python modules ['numpy'] needed in files ['usr/lib/python3.11/site-packages/mpld3/mpld3renderer.py', 'usr/lib/python3.11/site-packages/mpld3/_display.py', 'usr/lib/python3.11/site-packages/mpld3/mplexporter/renderers/base.py', 'usr/lib/python3.11/site-packages/mpld3/mplexporter/utils.py'])

Jaakkonen commented on 2021-12-20 23:08 (UTC)

Could the PKGBUILD be made not depend on Python2? It looks like the it's only required for the python2-mpld3 build. Installing Python 2 on my setup seems to lead to some interesting conflicts so I cannot build the Python 3 version.