diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-15 11:05:40 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-15 12:03:01 -0700 |
| commit | 2b7d18164e36010eebc0dcb1cc3c04eae53833af (patch) | |
| tree | feaf103af31d6d2640e90e244643de9b2466f8c3 /meta-python/recipes-devtools/python/python3-configargparse_1.7.bb | |
| parent | 76504627f464171a5b205a6a5efd11cdbefc85f8 (diff) | |
| download | meta-openembedded-2b7d18164e36010eebc0dcb1cc3c04eae53833af.tar.gz | |
python3-configargparse: Upgrade 1.7 -> 1.7.1
Upgrade to release 1.7.1:
- Fix the package metadata on supported python versions
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configargparse_1.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.7.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb deleted file mode 100644 index 4d18b6392d..0000000000 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." | ||
| 2 | HOMEPAGE = "https://github.com/bw2/ConfigArgParse" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "ConfigArgParse" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PACKAGECONFIG ?= "yaml" | ||
| 14 | PACKAGECONFIG[yaml] = ",,,python3-pyyaml" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | python3-core \ | ||
| 18 | python3-shell \ | ||
| 19 | python3-json \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
