All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fixes for pysh
@ 2018-12-04  2:05 Robert Yang
  2018-12-04  1:59 ` Robert Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Robert Yang @ 2018-12-04  2:05 UTC (permalink / raw)
  To: bitbake-devel

Hi RP,

The pysh's code looks a little out of date, and the author declared that pysh
is no longer maintained:
http://pysh.sourceforge.net/

These are fixes for it.

// Robert

The following changes since commit 016e3dda2d6acc9b457079d11b5346a5352a431d:

  btrfs-tools: update to 4.19 (2018-12-03 12:20:01 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/pysh
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/pysh

Robert Yang (4):
  pysh: Remove unused modules
  pysh/sherrors.py: Remove unused classes
  pysh/pyshlex.py: Set is not importable
  bitbake: pysh: Improve error handling for shell code

 bitbake/lib/bb/codeparser.py          |    5 +-
 bitbake/lib/bb/pysh/builtin.py        |  710 -----------------
 bitbake/lib/bb/pysh/interp.py         | 1367 ---------------------------------
 bitbake/lib/bb/pysh/lsprof.py         |  116 ---
 bitbake/lib/bb/pysh/pysh.py           |  167 ----
 bitbake/lib/bb/pysh/pyshlex.py        |    5 -
 bitbake/lib/bb/pysh/pyshyacc.py       |   17 +-
 bitbake/lib/bb/pysh/sherrors.py       |   26 -
 bitbake/lib/bb/pysh/subprocess_fix.py |   77 --
 9 files changed, 13 insertions(+), 2477 deletions(-)
 delete mode 100644 bitbake/lib/bb/pysh/builtin.py
 delete mode 100644 bitbake/lib/bb/pysh/interp.py
 delete mode 100644 bitbake/lib/bb/pysh/lsprof.py
 delete mode 100644 bitbake/lib/bb/pysh/pysh.py
 delete mode 100644 bitbake/lib/bb/pysh/subprocess_fix.py

-- 
2.7.4



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

end of thread, other threads:[~2018-12-04  1:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04  2:05 [PATCH 0/4] fixes for pysh Robert Yang
2018-12-04  1:59 ` Robert Yang
2018-12-04  2:06 ` [PATCH 1/4] pysh: Remove unused modules Robert Yang
2018-12-04  2:06 ` [PATCH 2/4] pysh/sherrors.py: Remove unused classes Robert Yang
2018-12-04  2:06 ` [PATCH 3/4] pysh/pyshlex.py: Set is not importable Robert Yang
2018-12-04  2:06 ` [PATCH 4/4] bitbake: pysh: Improve error handling for shell code Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.