diff mbox series

[meta-python,1/4] python3-pytest-freezer: new recipe

Message ID 20240524174344.2105779-1-t.f.g.geelen@gmail.com
State Accepted
Headers show
Series [meta-python,1/4] python3-pytest-freezer: new recipe | expand

Commit Message

Tom Geelen May 24, 2024, 5:43 p.m. UTC
Pytest plugin providing a fixture interface for spulec/freezegun
---
 .../python/python3-pytest-freezer_0.4.8.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb
new file mode 100644
index 000000000..6ff69a396
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb
@@ -0,0 +1,15 @@ 
+SUMMARY = "Pytest plugin providing a fixture interface for spulec/freezegun"
+HOMEPAGE = "https://github.com/pytest-dev/pytest-freezer"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1661a0f2b9b83ed73b8e05b5683b10d0"
+
+SRC_URI[sha256sum] = "8ee2f724b3ff3540523fa355958a22e6f4c1c819928b78a7a183ae4248ce6ee6"
+
+inherit pypi python_flit_core
+
+RDEPENDS:${PN} = "\
+    python3-freezegun (>=1.0) \
+    python3-pytest (>=3.6) \
+"
+
+PYPI_PACKAGE = "pytest_freezer"