From 37faf0c973e7368c38b04186b66246cf07c40e06 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Aug 2024 16:46:11 +0800 Subject: python3-incremental: upgrade 22.10.0 -> 24.7.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-incremental_24.7.2.bb | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb (limited to 'meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb b/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb new file mode 100644 index 0000000000..0ac76ff29d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Incremental is a small library that versions your Python projects" +HOMEPAGE = "https://github.com/twisted/incremental" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6ca9b07f08e2c72d48c74d363d1e0e15" + +SRC_URI[sha256sum] = "fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9" + +inherit pypi python_setuptools_build_meta + +PACKAGE_BEFORE_PN = "\ + ${PN}-scripts \ + ${PN}-tests \ +" + +FILES:${PN}-scripts = "\ + ${PYTHON_SITEPACKAGES_DIR}/incremental/update.py \ + ${PYTHON_SITEPACKAGES_DIR}/incremental/__pycache__/update*.pyc \ +" + +RDEPENDS:${PN}-scripts = "\ + python3-click \ + python3-twisted-core \ +" + +FILES:${PN}-tests = "${PYTHON_SITEPACKAGES_DIR}/incremental/tests" + +# The tests require unit testing tool 'trial' from the twisted package +RDEPENDS:${PN}-tests = "\ + ${PN}-scripts \ + python3-twisted \ +" + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf