diff mbox series

[meta-python] python3-geomet: Switch to setuptools_build_meta build backend

Message ID 20240718171057.1447328-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-geomet: Switch to setuptools_build_meta build backend | expand

Commit Message

Khem Raj July 18, 2024, 5:10 p.m. UTC
From: Dimitri Bouras <dimitrios.bouras@gmail.com>

As per [1] this seems to be the right backend to use
Switch to pypi fetcher now that 1.1.0 is released

Also see the discussion here [2]

[1] https://github.com/geomet/geomet/blob/master/pyproject.toml#L5
[2] https://github.com/openembedded/meta-openembedded/pull/843

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Reported-by: Dimitri Bouras <dimitrios.bouras@gmail.com>
---
 .../recipes-devtools/python/python3-geomet_1.1.0.bb       | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb b/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb
index ceba10b65b..7339484379 100644
--- a/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb
@@ -6,13 +6,9 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 SRCNAME = "geomet"
 
-SRC_URI[sha256sum] = "cb52411978ee01ff104ab48f108d7333b14423ae7a15a65fee25b7d29bda2e1b"
+SRC_URI[sha256sum] = "51e92231a0ef6aaa63ac20c443377ba78a303fd2ecd179dc3567de79f3c11605"
 
-S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/geomet/geomet.git;protocol=https;branch=master"
-SRCREV = "6ac73c312b52aca328db2e61d90c5e363b62639f"
-
-inherit setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += "\
     python3-click \