diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-07-09 01:20:32 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-09 19:27:00 -0700 |
| commit | cd97171f02cd3103e27fc5219e5356be68a141be (patch) | |
| tree | 04db089ffd1d5bfb43dbe49d44cf77f9460fa806 /meta-python/recipes-devtools/python/python3-argh_0.26.2.bb | |
| parent | c50ef4e5f33eb11ce1a0c4e1847f4d39cd4e503f (diff) | |
| download | meta-openembedded-cd97171f02cd3103e27fc5219e5356be68a141be.tar.gz | |
python3-argh: upgrade 0.26.2 -> 0.28.1
* Switch inherit from setuptools3 to python_flit_core
* Correct SUMMARY
* Add DESCRIPTION
* Add python3-argcomplete to RDEPENDS (found with poky/scripts/pythondeps)
https://github.com/neithere/argh/blob/v0.28.1/CHANGES
License-Update: use COPYING.LESSER, change to LGPL-3.0-or-later
NOTE: Includes COPYING which is GPL-3.0 but README clearly states LGPL-3.0-or-later
https://github.com/neithere/argh/blob/v0.28.1/README.rst#licensing
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-argh_0.26.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-argh_0.26.2.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb deleted file mode 100644 index c02e31a9a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "Pattern matching and various utilities for file systems paths." | ||
| 2 | |||
| 3 | LICENSE = "LGPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | ${PYTHON_PN}-logging \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
