devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] More pylibfdt updates
@ 2021-11-12  4:16 Rob Herring
       [not found] ` <20211112041633.741598-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Rob Herring @ 2021-11-12  4:16 UTC (permalink / raw)
  To: David Gibson, Simon Glass; +Cc: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA

Another batch of pylibfdt updates. This series updates the README for 
installing, adds metadata for packaging, and reworks the tests to be 
able to run standalone using python test programs (pytest and tox).

A test package is uploaded here: https://test.pypi.org/project/libfdt/

Rob

Rob Herring (6):
  README: Update pylibfdt install instructions
  pylibfdt: Add packaging metadata
  pylibfdt_tests: Don't depend on built dtbs
  tests: rename pylibfdt_tests.py to test_pylibfdt.py
  pylibfdt: Include tests and test data in packaging
  pylibfdt: Add tox support

 MANIFEST.in                                   |  7 ++++++
 README                                        | 24 ++++++++++++-------
 setup.py                                      | 17 +++++++++++++
 tests/run_tests.sh                            |  3 +--
 tests/{pylibfdt_tests.py => test_pylibfdt.py} | 22 ++++++++++-------
 tox.ini                                       |  6 +++++
 6 files changed, 60 insertions(+), 19 deletions(-)
 rename tests/{pylibfdt_tests.py => test_pylibfdt.py} (97%)
 create mode 100644 tox.ini

-- 
2.32.0


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

end of thread, other threads:[~2021-11-12  6:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12  4:16 [PATCH 0/6] More pylibfdt updates Rob Herring
     [not found] ` <20211112041633.741598-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2021-11-12  4:16   ` [PATCH 1/6] README: Update pylibfdt install instructions Rob Herring
2021-11-12  4:16   ` [PATCH 2/6] pylibfdt: Add packaging metadata Rob Herring
2021-11-12  4:16   ` [PATCH 3/6] pylibfdt_tests: Don't depend on built dtbs Rob Herring
     [not found]     ` <20211112041633.741598-4-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2021-11-12  4:57       ` David Gibson
2021-11-12  4:16   ` [PATCH 4/6] tests: rename pylibfdt_tests.py to test_pylibfdt.py Rob Herring
2021-11-12  4:16   ` [PATCH 5/6] pylibfdt: Include tests and test data in packaging Rob Herring
2021-11-12  4:16   ` [PATCH 6/6] pylibfdt: Add tox support Rob Herring
2021-11-12  6:10   ` [PATCH 0/6] More pylibfdt updates David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).