From patchwork Fri May 24 17:43:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Geelen X-Patchwork-Id: 44153 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C593FC25B7D for ; Fri, 24 May 2024 17:44:20 +0000 (UTC) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mx.groups.io with SMTP id smtpd.web11.1728.1716572656606985739 for ; Fri, 24 May 2024 10:44:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=DUx/i+Hn; spf=pass (domain: gmail.com, ip: 209.85.208.43, mailfrom: t.f.g.geelen@gmail.com) Received: by mail-ed1-f43.google.com with SMTP id 4fb4d7f45d1cf-5751bcb3139so10748859a12.1 for ; Fri, 24 May 2024 10:44:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1716572654; x=1717177454; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=B21ygxC4anMQJDmpZNhCvy76eaMACCcvdDGE/XexmgM=; b=DUx/i+HnEy5fVG0BicwSRuB6Zebtdy1xPL7BLsFNqYzSO7GsQOrZz5zjIiTUJFPnxm pqbVgpOHOvba5WUaVS0wVjxu9jtxyErKn7oGmKXn3nfAL+eKy4mm5isR2xTWYf/tU9vP aXyHBJuzDRDVyS8EHsLwrb8WDCqnxjImOPHoW7eQvCdpAUl35iYFt0dcZWts3VvmRohx JlTjoHa/wKxQv3mvztOgrmJsxCSJ9fQhev+qefEbnK8H6hNdsx5yBkxKU7tV7xQyBrk5 RihlZQE96h35VelalyDe8bNsg1dYK7vfsHOn8bL/mwfzcZkZdj2JnTb2bFA8pJNGXMyi dfDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716572654; x=1717177454; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=B21ygxC4anMQJDmpZNhCvy76eaMACCcvdDGE/XexmgM=; b=j4Izl/lXXhIIuhE3kNtdC2jL7FYqzwKNQnDl5HmFPP7B9fkOaNopmoVrn3cqL9oQu4 S+YVT64RDOr3NpQegsLgXhhak1zIktZ/u1z+huIRiqswFMDlMrUhuVMmp8jtfqfF55c/ NtafexuX/VmDsuaQxtDA3FFBHRwKgDOn9chIG+NWpC/gjztLmKNfgEeHlaGWx4c+OIXZ SvDpGZKRqTVo6Vodzn1oO4JnS68v177o5n2/EqtgWHb6kuJxVwBVnK07p0o9YLg20r42 J52JIFrOuTzOAvzhOiyLn2Ida0xNzQ4saKjjcNx7MgmBv9ff/JESEKx4Y0X0a9wOJRWg q6tA== X-Gm-Message-State: AOJu0Yyn4h0pqZNB0n3wu7syAJimIg07dI0SH1Z2w48OX0xfFFUkHMcJ p/+TVRdZcslpB80Z7/ymYFnepoanm8X6kpJ/PTgmd47/B5aSaRdj99bEXQ== X-Google-Smtp-Source: AGHT+IFKsH2tvKtzVhLW70M86loFfBOZxV8ikTpp8Cu//K5pfdZpj31Ais9INa7mSuXg2PqUHyCG8g== X-Received: by 2002:a50:aa92:0:b0:572:46db:8fa with SMTP id 4fb4d7f45d1cf-578519be908mr1932463a12.33.1716572654070; Fri, 24 May 2024 10:44:14 -0700 (PDT) Received: from control-center.home (232-13-20-31.ftth.glasoperator.nl. [31.20.13.232]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-57852495e01sm1979737a12.63.2024.05.24.10.44.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 May 2024 10:44:13 -0700 (PDT) From: Tom Geelen To: openembedded-devel@lists.openembedded.org Cc: Tom Geelen Subject: [meta-python][PATCH 1/4] python3-pytest-freezer: new recipe Date: Fri, 24 May 2024 17:43:42 +0000 Message-Id: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 24 May 2024 17:44:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110518 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 --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" From patchwork Fri May 24 17:43:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Geelen X-Patchwork-Id: 44154 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A22C0C25B7C for ; Fri, 24 May 2024 17:44:30 +0000 (UTC) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) by mx.groups.io with SMTP id smtpd.web10.1782.1716572665377039240 for ; Fri, 24 May 2024 10:44:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=WmJ4J1QM; spf=pass (domain: gmail.com, ip: 209.85.208.181, mailfrom: t.f.g.geelen@gmail.com) Received: by mail-lj1-f181.google.com with SMTP id 38308e7fff4ca-2e576057c2bso135547911fa.1 for ; Fri, 24 May 2024 10:44:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1716572663; x=1717177463; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Q7VswT+G63uEibXcbgPaOkSM+uQIniXeZTxq7Scr6H8=; b=WmJ4J1QMQ6YXchz77SpTVnl1mfh7I60Bd8BaBlHJRQxdpe38jN1anrnLHkawPZwVfK mi26G9T3jfN1XHBhUulzGe+RfZydtm2Ca8k/MeZMiF3vI7f5Ff2OTM+Ka80shvZvolys uF1wtq4S2x14Rq9bJ2eFNwWqdm+i0qaR8nsYrN9ZeVlagT8Q7eFViv21DbX9GRmfnM+/ bcTXbgk3fAM7XilcZx1WvcR2+TnlUk48WirHN5WUZZkJU5YAXOTK/biCYGhw58ehiwbt bzZjmikjd90rde+0coS+PxMy1cvES+8d9wn6qauKRodHgFUkMYu1kP8YHWGyZ+Nr1mlQ 4f+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716572663; x=1717177463; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Q7VswT+G63uEibXcbgPaOkSM+uQIniXeZTxq7Scr6H8=; b=r2h2DXXycFVzOzjoxFlBCF1G19GTNKoeKQ8a8pl+L5qP2dyswh40yeiNPQ/qAck+Fv 7pTTAuEb3/Y9ugwgglGZXKLYB7iXRPBC0CRdSMQc69PvcWEn9072nJGiunjQg96fdT2H nh/hz7lQJzNYhVMkwseDeXb/lfwvswQPnDEvVpehZqL5XU6swSYnuK8o/m1s16cELf0A Sd6S56UwzBFku1KPdnMGVlSRFCZ4sO1QkHHD3Ji/HnH1HiyGEXJkVMSxMEjapUaEXp0f RQdluTffgkFhQF1bMj0efrXQlnm7nGBLH2zd1upNlycWyNZWJ8CiquwjwHe8eOJ6nvTR UMfA== X-Gm-Message-State: AOJu0Ywo4woAfgUMym0ULenDZs/R8KEb4ckIQpgYDF8+xnACwLSbMpKh TmzTJwZwbQaJ2Ad6z+ylB6dVFzMwCE5a5HtSN2OuKckrshQopQRGXHEQPQ== X-Google-Smtp-Source: AGHT+IGyKjcE2QWrQCLq+39ZZuD6K7fhz7yV6o27gjyr11rpMyWoFBPBUfKSUqBrCj/OJY5W3ESDeg== X-Received: by 2002:a2e:6802:0:b0:2db:a9c9:4c5e with SMTP id 38308e7fff4ca-2e95b096dbcmr25888391fa.21.1716572662440; Fri, 24 May 2024 10:44:22 -0700 (PDT) Received: from control-center.home (232-13-20-31.ftth.glasoperator.nl. [31.20.13.232]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-57852495e01sm1979737a12.63.2024.05.24.10.44.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 May 2024 10:44:21 -0700 (PDT) From: Tom Geelen To: openembedded-devel@lists.openembedded.org Cc: Tom Geelen Subject: [meta-python][PATCH 2/4] python3-pytest-socket: new recipe Date: Fri, 24 May 2024 17:43:44 +0000 Message-Id: <20240524174344.2105779-2-t.f.g.geelen@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> References: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 24 May 2024 17:44:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110520 Pytest Plugin to disable socket calls during tests --- .../python/python3-pytest-socket_0.7.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb new file mode 100644 index 000000000..86b03724a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Pytest Plugin to disable socket calls during tests" +HOMEPAGE = "https://github.com/miketheman/pytest-socket" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1752f63a3a8a02fed42e580e9b94a081" + +SRC_URI[sha256sum] = "71ab048cbbcb085c15a4423b73b619a8b35d6a307f46f78ea46be51b1b7e11b3" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = "python3-pytest" + +BBCLASSEXTEND = "native nativesdk" + +PYPI_PACKAGE = "pytest_socket" From patchwork Fri May 24 17:43:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Geelen X-Patchwork-Id: 44155 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B08D6C25B7C for ; Fri, 24 May 2024 17:44:40 +0000 (UTC) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mx.groups.io with SMTP id smtpd.web10.1784.1716572674214512112 for ; Fri, 24 May 2024 10:44:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=eibsqEsK; spf=pass (domain: gmail.com, ip: 209.85.208.43, mailfrom: t.f.g.geelen@gmail.com) Received: by mail-ed1-f43.google.com with SMTP id 4fb4d7f45d1cf-57863a8f4b2so567166a12.0 for ; Fri, 24 May 2024 10:44:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1716572671; x=1717177471; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=QwoR0m49VTGEmSQtRmUmzRMbQgpI4F2JwwwIeeqB8bQ=; b=eibsqEsKWPIFh64hwbbTsSyq7wOrt9OuBq1IOpPELSAWGGeMIaAhS+qMVbrbE3EOff O7TMJb+aQPiVI51uzUtmBK91BVXM80iMploIsHARaMLj3N4U0NTZptmFhJAF1exfYCaE aKIIylO+YaVEIAMozM5jueY1SpLpuFHFE66EOetPUWZm9NXqSTYZLPae8yCXxrKDsJBO NgFxKFw4TL+1zR67noZenSDm7/RcE9fp1sCb0tYTzceU+uF7xFZ7HIN3+ID8OG9ZxqUH WD7gniI5bZL04+Tuai9hznTIFHnySG/6Y97AzyK4PsSgyn9/zlFrD90v1cgNdZHn2FBN 5Qew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716572671; x=1717177471; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QwoR0m49VTGEmSQtRmUmzRMbQgpI4F2JwwwIeeqB8bQ=; b=P4NZEKrNrayZ9UEQ8FElefYKjClUQSgcqhbuKvDyHBdekdFwY/vdMNyjf3ogaClq3J SLLZCBAVQf/6PFdIIvOu9fTJIseY4LJS5xMieqLVtbg9u6j+PxisZlpYhwtl0FWFUeP2 LYLht2VCNRj5QczE+4WtvQ79aKMSPVytPZMtevufZxxKoWC6TAAgz0GBT5QqmgDm1zGY DxUp1K+mIOixrnRx8UhmFd1Ge+yamoQLhUlVSV5wkGBvfdnUnxfICrxviueiRJyhre0A fWYA22jjiFioPaTMbjgMdjFjx7C3rbZlg2EOBhZujEg/FJqwzJzq9FhPD2AvY1IxzlkT x2Ow== X-Gm-Message-State: AOJu0YxNK9KaB4wJmDW/JuBkcYavyz7NLaDHYnq3q9JMdFuQGQDpUF3I Jzgkb6DNGG71xoDCvY5of7TcpHnayqBIeylVr3cFer6CgBbUC0PJChWsUQ== X-Google-Smtp-Source: AGHT+IE5ls46rw6CYiDH6YrBc1qgPeeFYUZbNyeK3gxFeheVdrC+ElD3zjK5UbVbORQZY6htiPPOvg== X-Received: by 2002:a50:d555:0:b0:578:676e:324 with SMTP id 4fb4d7f45d1cf-578676e0855mr38767a12.17.1716572671602; Fri, 24 May 2024 10:44:31 -0700 (PDT) Received: from control-center.home (232-13-20-31.ftth.glasoperator.nl. [31.20.13.232]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-57852495e01sm1979737a12.63.2024.05.24.10.44.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 May 2024 10:44:31 -0700 (PDT) From: Tom Geelen To: openembedded-devel@lists.openembedded.org Cc: Tom Geelen Subject: [meta-python][PATCH 3/4] python3-pytest-unordered: new recipe Date: Fri, 24 May 2024 17:43:46 +0000 Message-Id: <20240524174344.2105779-3-t.f.g.geelen@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> References: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 24 May 2024 17:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110521 pytest plugin to Test equality of unordered sequences --- .../python/python3-pytest-unordered_0.6.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb new file mode 100644 index 000000000..bf1420cf9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "Test equality of unordered collections in pytest" +HOMEPAGE = "https://github.com/utapyngo/pytest-unordered" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e" + +SRC_URI[sha256sum] = "f61b4f6e06a60a92db50968954efac93e2f584290a49f53ad135e3f32f57e02a" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-pytest" + +BBCLASSEXTEND = "native nativesdk" From patchwork Fri May 24 17:43:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Geelen X-Patchwork-Id: 44156 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2308C25B74 for ; Fri, 24 May 2024 17:44:50 +0000 (UTC) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) by mx.groups.io with SMTP id smtpd.web11.1733.1716572684601273185 for ; Fri, 24 May 2024 10:44:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=Fo87PG6j; spf=pass (domain: gmail.com, ip: 209.85.208.41, mailfrom: t.f.g.geelen@gmail.com) Received: by mail-ed1-f41.google.com with SMTP id 4fb4d7f45d1cf-5785e443cf4so1028679a12.3 for ; Fri, 24 May 2024 10:44:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1716572682; x=1717177482; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=XUfJQUZmPUD0rHL7kJqQCdKuM+xSO2eTyqonoMMVoo8=; b=Fo87PG6jPhz8jPxwdqQQWAvrMJy7PVV4IU4arAY1EKsvcy6Ib8um/lDLpgI/r1XcDN xIKyAiGV/LbGu+EfZHmWd+eqV/dJnqaruPHIeQOJxYzPHcxkHC6MV5o0WuPsuk3n4Fti KcCu02XGfiU8ZmQRbyruBOqxqxHUt88RTTYlnn+LocgvJNz+X2NKmpRacvHpx6+zsa8v HbU+BktBf3YE5ntvlEInuvAeZR8oWQ4A30XR5gi5I5slO/qCIp8PyBfmnOaP8ul6az/9 /Kp6NzHJCiIOAhjZ70qTIVGuTKI9nBthetTSVNV+NwizCrPnJJtucFBdARlas/jeiCLm hk+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716572682; x=1717177482; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XUfJQUZmPUD0rHL7kJqQCdKuM+xSO2eTyqonoMMVoo8=; b=PM6HhLY4AjjZU3FdcB7OtQItoT6OVfQY521UmVfw4qFZuYlWy8zup2CgZRVypE8Lc/ R6fYm6TSSDo+Hh34yzBRwh3csJV7uyZ7ACmWSC9oIA4hs4lPiwXyW3lyjNpuelTiEb5Y UI3TyaKrFi+D3ppxNJ/h+niY2/YcwlQpW1JA9LinS8xiEqV2mLmzymMY5VXmO3XNxIdW Op7lotnLae0L7l9wMUvq7nbIq/XYwx4USp9VMWXikN7HMUFj+m3rThRbGe0bROJN+aC7 CqZroqq28pRGkJpwBnWfFlV2kVdn+ttDc2QosgAxIhz5meB3Ynk5AYoX98A5IvKV77Pf K6WQ== X-Gm-Message-State: AOJu0YxzHJmpmTmuWMYMJ8lwRzgIv4Yxv4cjb9xQ1HjpUEVuL7xKmFdj 4bahIrbYBdw+Q4yaVGrHxI8gP+PaeE+S/oqAIgh1UzJKlTL43mSCwr7NDg== X-Google-Smtp-Source: AGHT+IEHFWVkLLguSkMcIXrkJVV4Khxq+F2lbIl1Tae9zR+3itkl6LwRCnVYUUtJ+tcE9mkVzT+r9w== X-Received: by 2002:a50:9e69:0:b0:578:64b9:d02e with SMTP id 4fb4d7f45d1cf-57864b9d078mr302754a12.40.1716572681543; Fri, 24 May 2024 10:44:41 -0700 (PDT) Received: from control-center.home (232-13-20-31.ftth.glasoperator.nl. [31.20.13.232]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-57852495e01sm1979737a12.63.2024.05.24.10.44.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 May 2024 10:44:41 -0700 (PDT) From: Tom Geelen To: openembedded-devel@lists.openembedded.org Cc: Tom Geelen Subject: [meta-python][PATCH 4/4] python3-requests-mock: new recipe Date: Fri, 24 May 2024 17:43:48 +0000 Message-Id: <20240524174344.2105779-4-t.f.g.geelen@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> References: <20240524174344.2105779-1-t.f.g.geelen@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 24 May 2024 17:44:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110522 Mocked responses for the requests library --- .../python/python3-requests-mock_1.12.1.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb diff --git a/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb b/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb new file mode 100644 index 000000000..248526b00 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb @@ -0,0 +1,9 @@ +SUMMARY = "Mocked responses for the requests library" +HOMEPAGE = "https://github.com/jamielennox/requests-mock" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b2eea41aec0f2973a45e1e45f28aa32" + +DEPENDS = "python3-setuptools-scm-native" +SRC_URI[sha256sum] = "e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401" + +inherit pypi python_setuptools_build_meta