summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-07-09 01:20:32 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-09 19:27:00 -0700
commitcd97171f02cd3103e27fc5219e5356be68a141be (patch)
tree04db089ffd1d5bfb43dbe49d44cf77f9460fa806 /meta-python/recipes-devtools
parentc50ef4e5f33eb11ce1a0c4e1847f4d39cd4e503f (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-devtools/python/python3-argh_0.26.2.bb14
-rw-r--r--meta-python/recipes-devtools/python/python3-argh_0.28.1.bb26
2 files changed, 26 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 @@
1SUMMARY = "Pattern matching and various utilities for file systems paths."
2
3LICENSE = "LGPL-2.0-only"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad"
5
6SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-logging \
12"
13
14BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-argh_0.28.1.bb b/meta-python/recipes-devtools/python/python3-argh_0.28.1.bb
new file mode 100644
index 0000000000..2b1cb3ed81
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argh_0.28.1.bb
@@ -0,0 +1,26 @@
1SUMMARY = "An unobtrusive argparse wrapper with natural syntax"
2DESCRIPTION = "Building a command-line interface? Found yourself uttering \
3'argh!' while struggling with the API of argparse? Don't like the complexity \
4but need the power? \
5\
6Everything should be made as simple as possible, but no simpler. \
7\
8—Albert Einstein (probably) \
9\
10Argh is a smart wrapper for argparse. Argparse is a very powerful \
11tool; Argh just makes it easy to use."
12
13LICENSE = "LGPL-3.0-or-later"
14LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \
15 file://README.rst;beginline=261;endline=275;md5=a8bf3475df7e0d575a53d04c83d5e090"
16
17SRC_URI[sha256sum] = "b2093086f0e809a3ecc24b64a2145309ee8f56d034936cd59e57c558a357329d"
18
19inherit pypi python_flit_core
20
21RDEPENDS:${PN} += " \
22 python3-argcomplete \
23 python3-logging \
24"
25
26BBCLASSEXTEND = "native nativesdk"