mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/python-matplotlib: new package
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. More information is available at: https://matplotlib.org/. Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr> [Peter: use Python-2.0 for license, fix license file, add host-pkgconf] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e96c1b244e
commit
d80339c965
22
package/python-matplotlib/Config.in
Normal file
22
package/python-matplotlib/Config.in
Normal file
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_PYTHON_MATPLOTLIB
|
||||
bool "python-matplotlib"
|
||||
depends on !BR2_PACKAGE_PYTHON
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_FREETYPE # runtime
|
||||
select BR2_PACKAGE_LIBPNG # runtime
|
||||
select BR2_PACKAGE_PYTHON_CYCLER
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_NUMPY # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYPARSING # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
||||
select BR2_PACKAGE_ZLIB # runtime
|
||||
help
|
||||
Matplotlib strives to produce publication
|
||||
quality 2D graphics for interactive graphing,
|
||||
scientific publishing, user interface
|
||||
development and web application servers targeting
|
||||
multiple user interfaces and hardcopy output
|
||||
formats.
|
||||
|
||||
https://matplotlib.org/
|
||||
Reference in New Issue
Block a user