diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-31 17:11:42 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 15:00:32 -0700 |
commit | 361f01607fafd1e4dd7b7fd35388c1aa331ab77f (patch) | |
tree | 584d9fdc616709069b4031868e2112adba82fe66 /meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb | |
parent | ad994230f5ab6779f1408e2dc75e1230ad8500f0 (diff) | |
download | meta-openembedded-361f01607fafd1e4dd7b7fd35388c1aa331ab77f.tar.gz |
python3-pycodestyle: upgrade 2.12.1 -> 2.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb b/meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb new file mode 100644 index 0000000000..f690d97b94 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Python style guide checker (formly called pep8)" | ||
2 | HOMEPAGE = "https://pypi.org/project/pycodestyle" | ||
3 | LICENSE = "MIT" | ||
4 | SECTION = "devel/python" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a8546d0e77f416fb05a26acd89c8b3bd" | ||
6 | |||
7 | SRC_URI[sha256sum] = "c8415bf09abe81d9c7f872502a6eee881fbe85d8763dd5b9924bb0a01d67efae" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||