meta-openembedded/meta-python/recipes-devtools/python/python3-incremental_24.11.0.bb
Liu Yiding 3e7e052f23
python3-incremental: 24.7.2 -> 24.11.0
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>
2025-12-02 09:18:20 -08:00

34 lines
876 B
BlitzBasic

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] = "87d3480dbb083c1d736222511a8cf380012a8176c2456d01ef483242abbbcf8c"
inherit pypi python_setuptools_build_meta python_hatchling
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 \
"
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"