From 34a03766ec0d9b84a1c950c2469e2e6f2fe04fd8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 8 Aug 2024 15:23:00 +0300 Subject: python3-hatch-requirements-txt: Add recipe This is a hatchling plugin to read project dependencies from requirements.txt, release 0.4.1. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-hatch-requirements-txt_0.4.1.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb b/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb new file mode 100644 index 0000000000..8b3218790e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb @@ -0,0 +1,12 @@ +SUMMARY = "Hatchling plugin to read project dependencies from requirements.txt" +HOMEPAGE = "https://github.com/repo-helper/hatch-requirements-txt" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=58206c261591d2c13b00ab61cec32abe" + +SRC_URI[sha256sum] = "2c686e5758fd05bb55fa7d0c198fdd481f8d3aaa3c693260f5c0d74ce3547d20" + +PYPI_PACKAGE = "hatch_requirements_txt" + +inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf