diff options
| author | Richard Leitner <dev@g0hl1n.net> | 2023-09-21 09:22:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-22 07:34:47 -0700 |
| commit | 717a478cf577ff6b2e0f1074c8399c224b135f85 (patch) | |
| tree | a3e93b7a04bf0ea5780d0bfef9142667c0b0592e /meta-python | |
| parent | b509b772a415747d6666aaaed7ee09d04447a16e (diff) | |
| download | meta-openembedded-717a478cf577ff6b2e0f1074c8399c224b135f85.tar.gz | |
python3-autoflake: add recipe for v2.2.1
autoflake is a python library which removes unused imports and unused
variables from Python code. This recipe uses pypi as source:
https://pypi.org/project/autoflake/
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-autoflake_2.2.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autoflake_2.2.1.bb b/meta-python/recipes-devtools/python/python3-autoflake_2.2.1.bb new file mode 100644 index 0000000000..7b74308666 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autoflake_2.2.1.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "Removes unused imports and unused variables" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=88246be6a34c1496c253f58599f3db85" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "62b7b6449a692c3c9b0c916919bbc21648da7281e8506bcf8d3f8280e431ebc1" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "python3-pyflakes" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
