From dc88679a7c2d5a64e28a13e6e5c106304093bbef Mon Sep 17 00:00:00 2001 From: offa Date: Fri, 24 Jan 2025 10:23:51 +0100 Subject: [PATCH] Update python3-plumbum 1.9.0 (#41) --- .../python3-plumbum/python3-plumbum_1.8.1.bb | 18 ------------------ .../python3-plumbum/python3-plumbum_1.9.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.8.1.bb create mode 100644 meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.9.0.bb diff --git a/meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.8.1.bb b/meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.8.1.bb deleted file mode 100644 index 878c3d0..0000000 --- a/meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.8.1.bb +++ /dev/null @@ -1,18 +0,0 @@ -require ${PN}.inc - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f638c141bfa8dc89f890a3a4ee2cb888" - -SRC_URI[sha256sum] = "88a40fc69247d0cd585e21ca169b3820f46c484535102e16455d2202727bb37b" - -PYPI_PACKAGE = "plumbum" - -inherit pypi setuptools3 - -do_configure:prepend() { - cat > ${S}/setup.py <<-EOF -from setuptools import setup -setup() -EOF -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.9.0.bb b/meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.9.0.bb new file mode 100644 index 0000000..07253e5 --- /dev/null +++ b/meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum_1.9.0.bb @@ -0,0 +1,13 @@ +require ${PN}.inc + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f638c141bfa8dc89f890a3a4ee2cb888" + +SRC_URI[sha256sum] = "e640062b72642c3873bd5bdc3effed75ba4d3c70ef6b6a7b907357a84d909219" + +PYPI_PACKAGE = "plumbum" + +DEPENDS += "python3-hatch-vcs-native" + +inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk"