Skip to content

Commit

Permalink
meta-ros2: python3-flake8-deprecated: Add new recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
  • Loading branch information
robwoolley committed Jan 22, 2025
1 parent b399a5c commit 5dd8bb5
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
SUMMARY = "Flake8 plugin that warns about deprecated method calls"
HOMEPAGE = "https://github.com/gforcada/flake8-deprecated"
DESCRIPTION = "Flake8 plugin that warns about deprecated method calls"
SECTION = "devel/python"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"

PYPI_PACKAGE = "flake8_deprecated"

SRC_URI[sha256sum] = "ee96ca001d1ca0561fa8e46f23e2d2460b18a86696373cab644e102ae0ff2aa2"

inherit pypi

S = "${WORKDIR}/flake8_deprecated-2.2.1"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit 5dd8bb5

Please sign in to comment.