summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRichard Leitner <dev@g0hl1n.net>2023-09-21 09:22:43 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-22 07:34:47 -0700
commit717a478cf577ff6b2e0f1074c8399c224b135f85 (patch)
treea3e93b7a04bf0ea5780d0bfef9142667c0b0592e /meta-python
parentb509b772a415747d6666aaaed7ee09d04447a16e (diff)
downloadmeta-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.bb12
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 @@
1SUMMARY = "Removes unused imports and unused variables"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=88246be6a34c1496c253f58599f3db85"
5
6SRC_URI[sha256sum] = "62b7b6449a692c3c9b0c916919bbc21648da7281e8506bcf8d3f8280e431ebc1"
7
8inherit pypi python_hatchling
9
10RDEPENDS:${PN} += "python3-pyflakes"
11
12BBCLASSEXTEND = "native nativesdk"