Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] matplotlib for python 2d graphics
@ 2019-05-09 15:58 Jugurtha BELKALEM
  2019-05-09 15:58 ` [Buildroot] [PATCH 1/2] package/python-cycler: new package Jugurtha BELKALEM
  2019-05-09 15:58 ` [Buildroot] [PATCH 2/2] package/python-matplotlib: " Jugurtha BELKALEM
  0 siblings, 2 replies; 6+ messages in thread
From: Jugurtha BELKALEM @ 2019-05-09 15:58 UTC (permalink / raw)
  To: buildroot

This library allows to have 2D data visualization
in python.

This library requires Python>=3.5.

Jugurtha BELKALEM (2):
  package/python-cycler: new package
  package/python-matplotlib: new package

 DEVELOPERS                                         |  4 +++
 package/Config.in                                  |  2 ++
 package/python-cycler/Config.in                    |  8 ++++++
 package/python-cycler/python-cycler.hash           |  4 +++
 package/python-cycler/python-cycler.mk             | 14 +++++++++++
 .../0001-Fix-invalid-inclusion-headers.patch       | 29 ++++++++++++++++++++++
 package/python-matplotlib/Config.in                | 22 ++++++++++++++++
 package/python-matplotlib/python-matplotlib.hash   |  4 +++
 package/python-matplotlib/python-matplotlib.mk     | 16 ++++++++++++
 9 files changed, 103 insertions(+)
 create mode 100644 package/python-cycler/Config.in
 create mode 100644 package/python-cycler/python-cycler.hash
 create mode 100644 package/python-cycler/python-cycler.mk
 create mode 100644 package/python-matplotlib/0001-Fix-invalid-inclusion-headers.patch
 create mode 100644 package/python-matplotlib/Config.in
 create mode 100644 package/python-matplotlib/python-matplotlib.hash
 create mode 100644 package/python-matplotlib/python-matplotlib.mk

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-01 13:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09 15:58 [Buildroot] [PATCH 0/2] matplotlib for python 2d graphics Jugurtha BELKALEM
2019-05-09 15:58 ` [Buildroot] [PATCH 1/2] package/python-cycler: new package Jugurtha BELKALEM
2019-05-20  9:37   ` Peter Korsgaard
2019-05-09 15:58 ` [Buildroot] [PATCH 2/2] package/python-matplotlib: " Jugurtha BELKALEM
2019-05-20  9:55   ` Peter Korsgaard
2019-06-01 13:04   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox