diff mbox series

[meta-python,1/2] New recipe: python3-pytest-aiohttp 1.0.5

Message ID 20241009213046.3065769-2-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python,1/2] New recipe: python3-pytest-aiohttp 1.0.5 | expand

Commit Message

Tom Geelen Oct. 9, 2024, 9:30 p.m. UTC
Based on https://pypi.org/project/pytest-aiohttp/
---
 .../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

Comments

Khem Raj Oct. 9, 2024, 10:07 p.m. UTC | #1
Thanks for the patches, however these patches are missing

1. Certificate of origin ( Sign-off-by )
2. The subject field is not per guidelines

https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#

is a good resource to know about these.

On Wed, Oct 9, 2024 at 2:31 PM Tom Geelen via lists.openembedded.org
<t.f.g.geelen=gmail.com@lists.openembedded.org> wrote:
>
> Based on https://pypi.org/project/pytest-aiohttp/
> ---
>  .../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
>
> 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 000000000..977ce807f
> --- /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"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112744): https://lists.openembedded.org/g/openembedded-devel/message/112744
> Mute This Topic: https://lists.openembedded.org/mt/108918200/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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 000000000..977ce807f
--- /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"