Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 00/10] Update IPython's dependencies
@ 2017-04-27 21:33 Andrey Smirnov
  2017-04-27 21:33 ` [Buildroot] [PATCH v2 01/10] package/python-decorator: New package Andrey Smirnov
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Andrey Smirnov @ 2017-04-27 21:33 UTC (permalink / raw)
  To: buildroot

Hi everyone,

This is second verion of my IPython patch series originally submitted in [v1].

Changes since v1:

	- Remove all <pkg>_DEPENDENCIES build-time dependencies from
          package files

	- Use SPDX license names

	- Address warnings produced by check-package

Let me know if I missed anything or if there any more issues that need
to be addressed.

Thanks,
Andrey Smirnov

[v1] http://lists.busybox.net/pipermail/buildroot/2017-April/190423.html

Andrey Smirnov (10):
  package/python-decorator: New package
  package/python-traitlets: New package
  package/python-simplegeneric: New package
  package/python-ipython-genutils: New package
  package/python-scandir: New package
  package/python-pathlib2: New package
  package/python-pickleshare: New package
  package/python-backports-shutil-get-terminal-size: New package
  package/python-ipython: Reformat help text to avoid warnings
  package/python-ipython: Add dependecy list

 package/Config.in                                     |  8 ++++++++
 .../Config.in                                         |  9 +++++++++
 .../python-backports-shutil-get-terminal-size.hash    |  2 ++
 .../python-backports-shutil-get-terminal-size.mk      | 13 +++++++++++++
 package/python-decorator/Config.in                    |  6 ++++++
 package/python-decorator/python-decorator.mk          | 13 +++++++++++++
 package/python-ipython-genutils/Config.in             |  6 ++++++
 .../python-ipython-genutils.hash                      |  3 +++
 .../python-ipython-genutils.mk                        | 13 +++++++++++++
 package/python-ipython/Config.in                      | 19 +++++++++++++++----
 package/python-pathlib2/Config.in                     | 14 ++++++++++++++
 package/python-pathlib2/python-pathlib2.hash          |  2 ++
 package/python-pathlib2/python-pathlib2.mk            | 13 +++++++++++++
 package/python-pickleshare/Config.in                  |  7 +++++++
 package/python-pickleshare/python-pickleshare.hash    |  2 ++
 package/python-pickleshare/python-pickleshare.mk      | 13 +++++++++++++
 package/python-scandir/Config.in                      |  6 ++++++
 package/python-scandir/python-scandir.hash            |  2 ++
 package/python-scandir/python-scandir.mk              | 13 +++++++++++++
 package/python-simplegeneric/Config.in                |  6 ++++++
 .../python-simplegeneric/python-simplegeneric.hash    |  3 +++
 package/python-simplegeneric/python-simplegeneric.mk  | 19 +++++++++++++++++++
 package/python-traitlets/Config.in                    |  8 ++++++++
 package/python-traitlets/python-traitlets.hash        |  2 ++
 package/python-traitlets/python-traitlets.mk          | 13 +++++++++++++
 25 files changed, 211 insertions(+), 4 deletions(-)
 create mode 100644 package/python-backports-shutil-get-terminal-size/Config.in
 create mode 100644 package/python-backports-shutil-get-terminal-size/python-backports-shutil-get-terminal-size.hash
 create mode 100644 package/python-backports-shutil-get-terminal-size/python-backports-shutil-get-terminal-size.mk
 create mode 100644 package/python-decorator/Config.in
 create mode 100644 package/python-decorator/python-decorator.mk
 create mode 100644 package/python-ipython-genutils/Config.in
 create mode 100644 package/python-ipython-genutils/python-ipython-genutils.hash
 create mode 100644 package/python-ipython-genutils/python-ipython-genutils.mk
 create mode 100644 package/python-pathlib2/Config.in
 create mode 100644 package/python-pathlib2/python-pathlib2.hash
 create mode 100644 package/python-pathlib2/python-pathlib2.mk
 create mode 100644 package/python-pickleshare/Config.in
 create mode 100644 package/python-pickleshare/python-pickleshare.hash
 create mode 100644 package/python-pickleshare/python-pickleshare.mk
 create mode 100644 package/python-scandir/Config.in
 create mode 100644 package/python-scandir/python-scandir.hash
 create mode 100644 package/python-scandir/python-scandir.mk
 create mode 100644 package/python-simplegeneric/Config.in
 create mode 100644 package/python-simplegeneric/python-simplegeneric.hash
 create mode 100644 package/python-simplegeneric/python-simplegeneric.mk
 create mode 100644 package/python-traitlets/Config.in
 create mode 100644 package/python-traitlets/python-traitlets.hash
 create mode 100644 package/python-traitlets/python-traitlets.mk

-- 
2.9.3

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

end of thread, other threads:[~2017-05-04 20:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27 21:33 [Buildroot] [PATCH v2 00/10] Update IPython's dependencies Andrey Smirnov
2017-04-27 21:33 ` [Buildroot] [PATCH v2 01/10] package/python-decorator: New package Andrey Smirnov
2017-05-04 19:49   ` Thomas Petazzoni
2017-04-27 21:33 ` [Buildroot] [PATCH v2 02/10] package/python-traitlets: " Andrey Smirnov
2017-05-04 19:57   ` Thomas Petazzoni
2017-04-27 21:33 ` [Buildroot] [PATCH v2 03/10] package/python-simplegeneric: " Andrey Smirnov
2017-05-04 20:11   ` Thomas Petazzoni
2017-04-27 21:33 ` [Buildroot] [PATCH v2 04/10] package/python-ipython-genutils: " Andrey Smirnov
2017-04-27 21:33 ` [Buildroot] [PATCH v2 05/10] package/python-scandir: " Andrey Smirnov
2017-05-04 20:18   ` Thomas Petazzoni
2017-05-04 20:27     ` Andrey Smirnov
2017-04-27 21:33 ` [Buildroot] [PATCH v2 06/10] package/python-pathlib2: " Andrey Smirnov
2017-04-27 21:33 ` [Buildroot] [PATCH v2 07/10] package/python-pickleshare: " Andrey Smirnov
2017-04-27 21:33 ` [Buildroot] [PATCH v2 08/10] package/python-backports-shutil-get-terminal-size: " Andrey Smirnov
2017-04-27 21:33 ` [Buildroot] [PATCH v2 09/10] package/python-ipython: Reformat help text to avoid warnings Andrey Smirnov
2017-05-04 20:19   ` Thomas Petazzoni
2017-04-27 21:33 ` [Buildroot] [PATCH v2 10/10] package/python-ipython: Add dependecy list Andrey Smirnov

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