summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-06 16:46:11 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-10 15:57:57 -0700
commit37faf0c973e7368c38b04186b66246cf07c40e06 (patch)
treee4b2c866e9b5eea52edec5cbe904fb457f80990d /meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb
parent1dc3523ef21b4764d32e2244660c2b3176877c57 (diff)
downloadmeta-openembedded-37faf0c973e7368c38b04186b66246cf07c40e06.tar.gz
python3-incremental: upgrade 22.10.0 -> 24.7.2
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-incremental_24.7.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb34
1 files changed, 34 insertions, 0 deletions
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 @@
1DESCRIPTION = "Incremental is a small library that versions your Python projects"
2HOMEPAGE = "https://github.com/twisted/incremental"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6ca9b07f08e2c72d48c74d363d1e0e15"
5
6SRC_URI[sha256sum] = "fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9"
7
8inherit pypi python_setuptools_build_meta
9
10PACKAGE_BEFORE_PN = "\
11 ${PN}-scripts \
12 ${PN}-tests \
13"
14
15FILES:${PN}-scripts = "\
16 ${PYTHON_SITEPACKAGES_DIR}/incremental/update.py \
17 ${PYTHON_SITEPACKAGES_DIR}/incremental/__pycache__/update*.pyc \
18"
19
20RDEPENDS:${PN}-scripts = "\
21 python3-click \
22 python3-twisted-core \
23"
24
25FILES:${PN}-tests = "${PYTHON_SITEPACKAGES_DIR}/incremental/tests"
26
27# The tests require unit testing tool 'trial' from the twisted package
28RDEPENDS:${PN}-tests = "\
29 ${PN}-scripts \
30 python3-twisted \
31"
32
33BBCLASSEXTEND = "native"
34