diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-12-02 10:48:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-02 09:18:20 -0800 |
| commit | 3e7e052f2354ad4b10bf4a0bed53defa3fe9783a (patch) | |
| tree | 91e61cda801f1c604656f4a2c013f66991c096be /meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb | |
| parent | bc2e724246c57a4f8807e197525b68da9b04f43b (diff) | |
| download | meta-openembedded-3e7e052f2354ad4b10bf4a0bed53defa3fe9783a.tar.gz | |
Changelog: https://github.com/twisted/incremental/blob/trunk/NEWS.rst
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb b/meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb new file mode 100644 index 0000000000..296dd2d0b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | DESCRIPTION = "Incremental is a small library that versions your Python projects" | ||
| 2 | HOMEPAGE = "https://github.com/twisted/incremental" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ca9b07f08e2c72d48c74d363d1e0e15" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "87d3480dbb083c1d736222511a8cf380012a8176c2456d01ef483242abbbcf8c" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta python_hatchling | ||
| 9 | |||
| 10 | PACKAGE_BEFORE_PN = "\ | ||
| 11 | ${PN}-scripts \ | ||
| 12 | ${PN}-tests \ | ||
| 13 | " | ||
| 14 | |||
| 15 | FILES:${PN}-scripts = "\ | ||
| 16 | ${PYTHON_SITEPACKAGES_DIR}/incremental/update.py \ | ||
| 17 | ${PYTHON_SITEPACKAGES_DIR}/incremental/__pycache__/update*.pyc \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS:${PN}-scripts = "\ | ||
| 21 | python3-click \ | ||
| 22 | " | ||
| 23 | |||
| 24 | FILES:${PN}-tests = "${PYTHON_SITEPACKAGES_DIR}/incremental/tests" | ||
| 25 | |||
| 26 | # The tests require unit testing tool 'trial' from the twisted package | ||
| 27 | RDEPENDS:${PN}-tests = "\ | ||
| 28 | ${PN}-scripts \ | ||
| 29 | python3-twisted \ | ||
| 30 | " | ||
| 31 | |||
| 32 | BBCLASSEXTEND = "native" | ||
| 33 | |||
