From 26a17756431f9e0b74549a4637b41cdb308a0f57 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Thu, 10 Oct 2024 19:41:14 +0000 Subject: python3-pytest-aiohttp: Add new recipe Based on https://pypi.org/project/pytest-aiohttp/ Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb new file mode 100644 index 0000000000..977ce807f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb @@ -0,0 +1,11 @@ +SUMMARY = "pytest plugin for aiohttp support" +HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" + +DEPENDS = "python3-setuptools-scm-native" +SRC_URI[sha256sum] = "880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "pytest-aiohttp" -- cgit v1.2.3-54-g00ecf