diff mbox series

[meta-python,5/6] python3-hatch-requirements-txt: Add recipe

Message ID 20240808122301.2271346-5-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/6] python3-pydantic: Upgrade 2.7.3 -> 2.8.2 | expand

Commit Message

Leon Anavi Aug. 8, 2024, 12:23 p.m. UTC
This is a hatchling plugin to read project dependencies from
requirements.txt, release 0.4.1.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../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
diff mbox series

Patch

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 000000000..8b3218790
--- /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"