From patchwork Fri Jan 31 01:39:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56340 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 062C7C02194 for ; Fri, 31 Jan 2025 01:39:57 +0000 (UTC) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by mx.groups.io with SMTP id smtpd.web10.10521.1738287593220081024 for ; Thu, 30 Jan 2025 17:39:53 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.49, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f49.google.com with SMTP id 46e09a7af769-71e173ed85bso771691a34.3 for ; Thu, 30 Jan 2025 17:39:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287592; x=1738892392; 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=WDFFCT9IJbhNlBDI5yVMO4wQeWdX5gI7mPt+hK/VAvM=; b=Qq9+z3Qrd7ZiginjFHqQFaloNHdbQ4JxDeSbhgMl0GcIxKwoCvyS4Eij2YjJh9mDu6 vocpuySjPFDNy521udSHlW7WJ8uHHeItqVQA5PRX6XRhXTTAy1k+S7vvSICBoAPa56+H HmvnFk7Jh05vlngp2YnkMatWHckKrJEFAcJeTTEGWFl6sLQgOvfhz5skT1yxU11N27um lZ6JjmjwKqf+Ra7lgGPMMofNi4tbGE5YyMhSAtoj8qr4pbig5E2qJXlIf+jbzESH6buJ UlSd5t/JDHee0GcflGuW1eaw3cPSR0aa1yomrkyLkzB0xmvWaGcLt9U0fU9Da9V3A3FS 7eLA== X-Gm-Message-State: AOJu0Yw9++WIopYsQSqKn3JesCLfKdebvsEIZJmvei+sTKtMPsHPSTYe qAr2vL9LIu9u34J/ilNJX8lnDCHv1XAncHchoGGjVYVefgr9erq1UOQR9P4U X-Gm-Gg: ASbGncvDctNmScErqOc8YqBe9iv0zBoEPE5hCcFLJJswG1rdE2rUZbodRqcxcH7PYDM XuetBzk1HIOqYb+T9N+b3ekjEkFAkEY53TVQmInIw1Q3jTJbEXWXZ/6hd/DnOr0hZgc8zW83Sk0 LlWvfvaIInbGdY//brklWJ47AuHasNuMPafFbRmb9DOfJBA0N3fNY0RR+H6sMVO2/D3+Ib0Km4B 88WNFrgUiA5yqUFGZd9IvL4Yk+5fdmxikLUcblR5KHiuYVmRq92KdZceL/iTA3dIjeuRy+2bhdw Cp2F+h8n/TjTM3iK+x3RoclsiIRrYFvcTAUua22w+RFaquLLec/PhEqsu0Lk X-Google-Smtp-Source: AGHT+IFkxqhhra1uj/WBS3moNZ+9dnU9HL4S7IQslxnzfOkmTWdWT633A4hoyWyMlzEQ93VxphjhYg== X-Received: by 2002:a05:6830:2aa0:b0:71d:4086:6072 with SMTP id 46e09a7af769-7265675ff05mr6168985a34.7.1738287591481; Thu, 30 Jan 2025 17:39:51 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.39.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:39:50 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 01/11] python3-dasbus: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:25 +0000 Message-Id: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:39:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115178 Signed-off-by: Derek Straka --- .../python/python3-dasbus/run-ptest | 3 --- .../recipes-devtools/python/python3-dasbus_1.7.bb | 13 ++----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100755 meta-python/recipes-devtools/python/python3-dasbus/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-dasbus/run-ptest b/meta-python/recipes-devtools/python/python3-dasbus/run-ptest deleted file mode 100755 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-dasbus/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb b/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb index d1d294a284..141e6bfbaf 100644 --- a/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb +++ b/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb @@ -5,18 +5,14 @@ LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" SRC_URI = "git://github.com/dasbus-project/dasbus.git;protocol=https;branch=master \ - file://run-ptest \ " SRCREV = "413cf9a0b7c231468f1d28d9a29dd8dd8bda15c5" S = "${WORKDIR}/git" -inherit setuptools3 ptest - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +inherit setuptools3 ptest-python-pytest +do_install_ptest:append () { # Remove the problematic cases # https://github.com/dasbus-project/dasbus/issues/128 rm -rf ${D}${PTEST_PATH}/tests/lib_dbus.py @@ -25,8 +21,3 @@ do_install_ptest() { } RDEPENDS:${PN} = "python3-pygobject" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" From patchwork Fri Jan 31 01:39:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56338 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 01844C0218A for ; Fri, 31 Jan 2025 01:39:57 +0000 (UTC) Received: from mail-oo1-f45.google.com (mail-oo1-f45.google.com [209.85.161.45]) by mx.groups.io with SMTP id smtpd.web10.10522.1738287595794891188 for ; Thu, 30 Jan 2025 17:39:55 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.161.45, mailfrom: straka.derek@gmail.com) Received: by mail-oo1-f45.google.com with SMTP id 006d021491bc7-5fa2a2bdde9so370914eaf.0 for ; Thu, 30 Jan 2025 17:39:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287594; x=1738892394; 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=0VvmGb1zDqUZtnXPjJtWmBq569N0bCI5nobBlmuofCg=; b=YzxPZ7XpTMM7G2ttW6fFT1WLQ+TRVashFeQknIZXcaKNS/VDFXzSXbkAimDMAt5u7A CMaaO/x95Yy8sLf/kyQo6SjT4+84nHY7Bgboii8j7g1IvziXvNlm996bOFA35srZ0r74 lbZrV6xKAVOer3z0kDTR+A0AOZ16qdlj1iVadNM8+nf7ccYP5MMvcdtks8BCSGmNI8PF xw2V9T6Mpnta6lC0qhv3YHVeHBexXLSloJNV1NC60BEHz2GCUO5tWVh1IahxBAhi+byz 3p+rAyEZ556KNqIC2Aw6AbmJnj0E7ssUpT+rfLSV3HUDqlw9rJjXWvhlAd4+tRpUDgP0 14qw== X-Gm-Message-State: AOJu0Yz48Dh2qtDeZ4V4AIYT+YZWw9tKfN78z4UAFmIjaz1IYfKVJvss CUaYOvbQ008YyCQ5SMTTqpqOQgTiih6FqhPVqeX3LsSql04OQRDZH2xmCgnZ X-Gm-Gg: ASbGncvicxper2RJ7lAJqG++nR3TPcxS84kJpDP9x/VB/wDVD43hbqtAWglRkj31N1A uONm8jir116UEkAQqdTETgSgVCGAbX6wVg2hU2hhY3z0nMraaNtdt8FA7xPCyW01ajpC1sTnrEf 51a8sUEdeSFcnwSAMT4lwEHhhYewPVA9zGDxOJVMpLzqriOzCKG8S/xRwOWhYjJxFvbYeaSQG28 G+DmRxGNCMMKbQrT58mjPbIX4h9TSOLa5hCI9BF7/yYIqeoNZ/++uwJmoLpHL8D9wEQF/eGret8 6tgncKsQ8KDnSKkV8YHKdcu87H+RzwRg/cXOjOqxi8+0CpxT8qkB/TzEOgfN X-Google-Smtp-Source: AGHT+IFY7vL9RYvpUpgIY91dh59XXp6PKNgDcDkBuk/wPnr8Zs2wG6dfNNXr7Dfwhta7r4NVXgZuWg== X-Received: by 2002:a05:6820:1514:b0:5fa:67a9:8593 with SMTP id 006d021491bc7-5fc00226ac4mr6876154eaf.2.1738287593996; Thu, 30 Jan 2025 17:39:53 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.39.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:39:52 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 02/11] python3-bleak: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:26 +0000 Message-Id: <20250131013935.3714521-2-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:39:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115179 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-bleak/run-ptest | 3 --- .../recipes-devtools/python/python3-bleak_0.22.3.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bleak/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-bleak/run-ptest b/meta-python/recipes-devtools/python/python3-bleak/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-bleak/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb b/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb index c0150c7901..47b3bcc62f 100644 --- a/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb +++ b/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb @@ -6,25 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" SRCREV = "2e6890f68f6718b4f92e602b9b926aa3d107b556" PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop" -inherit pypi python_poetry_core ptest +inherit pypi python_poetry_core ptest-python-pytest S = "${WORKDIR}/git" -SRC_URI += " \ - file://run-ptest \ -" - RDEPENDS:${PN}-ptest += " \ - python3-pytest \ python3-pytest-asyncio \ - python3-unittest-automake-output \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - RDEPENDS:${PN} += " \ python3-core (>3.8) \ python3-dbus-fast \ From patchwork Fri Jan 31 01:39:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56339 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 033ADC02190 for ; Fri, 31 Jan 2025 01:39:57 +0000 (UTC) Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) by mx.groups.io with SMTP id smtpd.web11.10322.1738287596993162894 for ; Thu, 30 Jan 2025 17:39:57 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.50, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f50.google.com with SMTP id 46e09a7af769-71e2764aa46so945799a34.2 for ; Thu, 30 Jan 2025 17:39:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287596; x=1738892396; 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=X4qfGrtBSb5oHonG1zkYyC7JBeVBM+yQwCja2fcF1FI=; b=nl88pSvg6LxLt/7lv8WcqnMzdJVFHBWNAyGRIHbxgYV4tgOqTaAYhFCpnfhDlGMlN/ IbolRxD+dXUKerzgcQnFUL1B6y/MUYhcEj+3GeY+ReFMS084ZUtlRIkWZczrdFUlw2AK rZNVYxlakN16L2VpwOfzqdcKSX2NVv0vM1upyRz2W8SUex0ufoozod1d+fVidCxVe150 Vsd6YG0fTFD4WiEmqCkyTGOGF6PymkqnaVjNgOKX16muU/gDnis7Xfy35JKCl30f5ZJi OeXG6nr/lAly7oAwmQNx/Slpxnv12wxSyi1Bxz47Ukqvnhr0NafEcC+DVw7pZJuUzbAM EmsA== X-Gm-Message-State: AOJu0YxCV1yxtXRsnmd6ZwnNvrC7CFRdzwiZEHP0E+NrjB/fEamVIECQ kdt7nZR9C+LpEPQQSdVzTuFPIPYvhQ75siwAhrxTYKnlUHyzwzI/XZQxJpFi X-Gm-Gg: ASbGnctJu81htMlovlsJcaCn67olVjlY2f5X6hKeOi/nZjDDZeXzgszRz7i/30swhSz m0UDyWKRGwh6ngP1lRpZE85ekQ2L76oyooD38tA8r/t8gEXBYvFrIPERI/QVpIkOLatT3/3g77J ZUgfo3SyZ0HmpiqNgTiYTwCtNt/rafIbBQI9clON8t6wYq93+2d9XckAwr/8JnT2I1HDMwW20Vx D/l+deuXkqmvFgTFebvkDkf9QqJoU0+ra7Y1khdfsPnaSJzZZDuOEGfB3+ivmd2mHnY9JuE4+fo W50AUzQTrLi/9vY8bSvTWaTImhmGZu/zVKyox6LRTrrFLJZ+eBMx5GyCGP2m X-Google-Smtp-Source: AGHT+IFp0hjjWj7oeUXuqeXaRLShkXDHQYfGIlDx9EBLgNs4SKw+y+QxnO01dKSw9zj/5E2tGTt8aw== X-Received: by 2002:a05:6830:3509:b0:71e:72:3ab6 with SMTP id 46e09a7af769-726568ea02cmr7803717a34.26.1738287595868; Thu, 30 Jan 2025 17:39:55 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.39.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:39:55 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 03/11] python3-arrow: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:27 +0000 Message-Id: <20250131013935.3714521-3-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:39:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115180 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-arrow/run-ptest | 3 --- .../recipes-devtools/python/python3-arrow_1.3.0.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-arrow/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-arrow/run-ptest b/meta-python/recipes-devtools/python/python3-arrow/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-arrow/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb b/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb index c1b7c1a433..7ce9583d2a 100644 --- a/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb @@ -6,26 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d" SRC_URI[sha256sum] = "d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85" -inherit pypi python_flit_core ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi python_flit_core ptest-python-pytest RDEPENDS:${PN}-ptest += " \ python3-dateutil-zoneinfo \ - python3-pytest \ python3-pytest-mock \ python3-pytz \ python3-simplejson \ - python3-unittest-automake-output \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - RDEPENDS:${PN} += " \ python3-compression \ python3-dateutil \ From patchwork Fri Jan 31 01:39:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56342 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 D68EDC0218A for ; Fri, 31 Jan 2025 01:40:07 +0000 (UTC) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by mx.groups.io with SMTP id smtpd.web10.10523.1738287600016919999 for ; Thu, 30 Jan 2025 17:40:00 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.47, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f47.google.com with SMTP id 46e09a7af769-71e36b27b53so824321a34.1 for ; Thu, 30 Jan 2025 17:39:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287598; x=1738892398; 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=X5iV/xRTrtY7hF1rHKeHvtHyVan3h+hNCoY71GrFZWc=; b=URZrkokQGZaj1t1ybImkc2LWEZmmZaV2mRIfAnya3wiArfs6V6+S4TVNF/cbrsuLZt 5nqYaLrAv+8SI9jQcQdylwxnmhkIt902tj84B4Dn9JwlByBJfgunHUiTXPjftnIXVe2s xiXA756elLxYg+kuXG09FFtqzenzJlKR4X2zr4nuUiAq/Mxiwli6kySOwhj522qQRCID Ucuzull1qSYIDyV5BOooDPSmY/ufOSDW7jdbmipz9mRse+AtP/7pbm1EK3TOb2mR1tEy 1u3g8Ov+DNfRNa3wWG1n1OjaVPaNZfdRbdCs81s0ffiVkrDSZeHlMf49oVDu+wTdokO5 ceOA== X-Gm-Message-State: AOJu0YwImZ7EFF2J3aKGcdjf6gHBnINLLJxy0OajSFTQmEJHVzG0tUlC TeORdmWdM0VVVurAE8MUu6MpNzZBub5n/TCCc20IqJ8AgD9RozWDylfqo3Vl X-Gm-Gg: ASbGnctQRY3V62jDVFv9hoGECjJ7Hb3K4KU05Hb6z8CjObFMeJIbsUgsFr+KzEr8O9P Knm8BWhtm0T3pLURzoOXGtNlNqG1TC2/iEns0WH3fKtP1uqMKHvNWiOybsR0URYq7Xvcti+eXWE BGwBgNCWHpu4xCgvP/cOx6CCOOdQ/+eEMXbraKnQf3cgFmacMVED6BFuJq5mG9Ojyn3RTS1xH36 zJEXtFt8gMmC5dFjD2sM/9NFCd+DQ8QI0qx3tJmO4sljJORwLkPSSHMxfSxAOXVcAcZRDkOuEBO DWnYIpUcKzfJ22V3qOaRozLcYGDK37qw3mD3h3GJ5Ln6wTDnCA8XbcVYY7/g X-Google-Smtp-Source: AGHT+IHfiWLY0lvsw3R+7fS3HLso3LfhU6qmpTyczdtqcywU/l5HIdkjeHEdKIAlN4FOHWye3BI0kw== X-Received: by 2002:a05:6830:6214:b0:71d:f762:7f97 with SMTP id 46e09a7af769-726568e06femr6123717a34.17.1738287598427; Thu, 30 Jan 2025 17:39:58 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.39.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:39:57 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 04/11] python3-aspectlib: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:28 +0000 Message-Id: <20250131013935.3714521-4-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115181 Signed-off-by: Derek Straka --- .../python/python3-aspectlib/run-ptest | 3 --- .../python/python3-aspectlib_2.0.0.bb | 12 +----------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aspectlib/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest b/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb index 1341513289..854a14441c 100644 --- a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb @@ -10,21 +10,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=80721ace117fd1f814049ecb81c6be76" SRC_URI[sha256sum] = "a4b461b9da0b531aebcb93efcde3de808a72c60226dd8d902c467d13faf7ce92" -inherit ptest pypi setuptools3 - -SRC_URI += "file://run-ptest \ - " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} +inherit ptest-python-pytest pypi setuptools3 RDEPENDS:${PN}-ptest += "\ python3-process-tests \ - python3-pytest \ python3-tornado \ - python3-unittest-automake-output \ " RDEPENDS:${PN} += " \ From patchwork Fri Jan 31 01:39:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56341 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 D8378C02194 for ; Fri, 31 Jan 2025 01:40:07 +0000 (UTC) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by mx.groups.io with SMTP id smtpd.web11.10325.1738287601706389222 for ; Thu, 30 Jan 2025 17:40:01 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.52, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f52.google.com with SMTP id 46e09a7af769-724a5d042c0so832332a34.3 for ; Thu, 30 Jan 2025 17:40:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287600; x=1738892400; 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=OIc0f+d0Z4vEwiCJ7wUnyToAxqSKJ2JE7Mru5/lKnjc=; b=BAp2YD9GLRC5VWaBd+UsxrON9FNYQg6DTQXZXn5Rok3GfBT/kPwnYArDL82O1ChPQI M7ihA7GgD20yzQ7d3Eydz+XZQHs3Pa7Q3gjSxp6rWcxNM7TKE3LKSMcwQwvaloRgqi9/ EjVFoALZWaFABbjuZkl+UxiDMBZZxh1JbSZx+2q576bVR/9+nVPwQySuSbAJO3KOPvZU rG18astq99o4HY6LI2HCRI+JkJEQ6niA/Lqd835U8P6cD7TA3G254M7wlO+IPTUf8f8f NAIE0EPsNHpkLvkcSQ5sjyYs2+kjTIvAXUlZNjXPo/LdVSO7qnJHoUWOW1gr7ln6WeoY jjVA== X-Gm-Message-State: AOJu0Ywmx5HG7uXrh1c8/ZqUelPmHQ68Jo2e2qMphc4s13lNbo06+Pv7 BdhfhHQNpaw01zbEQOKoIuaiDo8PDN0h9RM0XlI9fjI5He2NmqlsFuuuygFf X-Gm-Gg: ASbGncuoCdbbTWB3BYxxGMxZ6N+uP/7RFkIspiy2nh3kIkErFv8xIsXd3X41KmUOl+1 sM4dupvD3R36xYrBRmMZNdHSGvBrHhKm4RarjkgNpk1kw6YIDkPMgIchJnF4iV+gOkVwW3LEySf TjI3oU/mbxZkD8pNh7nSzJPyYPASwcATApoM7oRQUbWnCCcXfvo/e047MgffflYJQRsK0aid3yr nGEq91dnHKoyC3Qw3tjrMsTjZRbHmbSRNef3oBU8i1Y4z8+ffQtPw2oGojdi7MGYE2F8r90j5TW VBtA23oz/SvvRUN742lh3andsUP7p73zBT+IsKjgs/aRtqCiPhz3WaS3CdVN X-Google-Smtp-Source: AGHT+IESEuvPbTOcVLv6+zgJX9hoXxiga1OUeBABJzfYbBo3wuopq0/YUJ/DoqLSXJcroEFmvtl5rQ== X-Received: by 2002:a05:6830:2907:b0:71d:f239:c091 with SMTP id 46e09a7af769-726567593bcmr5938416a34.6.1738287600150; Thu, 30 Jan 2025 17:40:00 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.39.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:39:58 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 05/11] python3-configobj: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:29 +0000 Message-Id: <20250131013935.3714521-5-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115182 Signed-off-by: Derek Straka --- .../python/python3-configobj/run-ptest | 3 --- .../python/python3-configobj_5.0.9.bb | 16 ++-------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100755 meta-python/recipes-devtools/python/python3-configobj/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-configobj/run-ptest b/meta-python/recipes-devtools/python/python3-configobj/run-ptest deleted file mode 100755 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-configobj/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb index d41d71a4ea..bd4764f4de 100644 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb @@ -5,23 +5,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e2df3cb285297a24cd1097dfe6e96f95" SRC_URI[sha256sum] = "03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI += " \ - file://run-ptest \ -" +PTEST_PYTEST_DIR = "src/tests" RDEPENDS:${PN} += " \ python3-pprint \ python3-six \ " - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/src/tests/* ${D}${PTEST_PATH}/tests/ -} From patchwork Fri Jan 31 01:39:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56345 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 D6922C02190 for ; Fri, 31 Jan 2025 01:40:07 +0000 (UTC) Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by mx.groups.io with SMTP id smtpd.web11.10327.1738287603379661645 for ; Thu, 30 Jan 2025 17:40:03 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.42, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f42.google.com with SMTP id 46e09a7af769-71e3f291ad6so967916a34.0 for ; Thu, 30 Jan 2025 17:40:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287602; x=1738892402; 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=w5fmNkAMCYzw08yrGPwXHyRq8zbhT7rCvY/gVbpGrkc=; b=CJVy6gS9Avq+4IqNFV8qznYjnhtTpnfYTriGWbQ9Ouo682q/fuyv/X9/o5lZjAGIt3 hVKgJNWEUtlOGClVVvnTu6FyiLdcHSeAyaEAJYWv9N3E7Bs28ZSNQC/VuqYOrh81Phfv EdKU1kExFqbe267DVeq8piEW2QkLvQ8fgt+8PlSNEIBRLIXbnVxTDdlqW6e+Jvb5Pag4 4rjU63PmwcqKr8jwhMGcJDVy5c6y2QsRJJh/YEUFOgvKwWy0w0OsLea8VveAEkxh98pt pHaFWXXZRn5Jn0G3Lt/Atb82EpO9vK3cQbKK99jcwQdOOPRGpdwEyCDgjw0/1xiNKtlc Qbyg== X-Gm-Message-State: AOJu0YzSwc0aM9FaJvzXsop6QkcRDrQPQUl/FIENmnstHUju3byZ4F1O V1GU9x6P9zJ8U458M5TPsIGcfqqOoe5/0ObGKQTja7XJ4zGkz+HGhek95AN6 X-Gm-Gg: ASbGncu+49QyJA2Tu+NrZ+1Tbdaudh/DO3y1+Pj78dITU15LjVGhapNCr3ZqqfZ+BFK +A6gjd9xMmgWb5ELJMwPv3wM1dW7wKlSy36QIbm0+t4dp3sMp6V6tte8HsbwlvkhJDsXrXDhDAl k8ZgqFDWV6EqiutwqnMVn39ktnrtyy7ZVHfsXZOUCO0YV3Mx5M6+2QeZ/oY2sVbhB2tFTaqtBXG HD05W/vXZAgshfqyl03C0TQhACWphiRFK8gll5WFA9YZC2239hh8JYKSMZ6rLpqunOGbQcTv1S3 L6oOncv33XvZfFjhT8tli1gVCse3R6Iy0YYiESPttKd2ToPGCzC95HV7tari X-Google-Smtp-Source: AGHT+IH3ohWO7pIpISVRUOg86dB+d3u7wuqvqfs1zIOJtATPWfLMTQwdLJSdOdM1Akm5FylcMs2HRw== X-Received: by 2002:a05:6830:3707:b0:71d:ffa2:d34d with SMTP id 46e09a7af769-726567938aemr7083326a34.16.1738287601815; Thu, 30 Jan 2025 17:40:01 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.40.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:40:00 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 06/11] python3-blinker: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:30 +0000 Message-Id: <20250131013935.3714521-6-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115183 Signed-off-by: Derek Straka --- .../python/python3-blinker/run-ptest | 3 --- .../python/python3-blinker_1.9.0.bb | 14 +------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-blinker/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-blinker/run-ptest b/meta-python/recipes-devtools/python/python3-blinker/run-ptest deleted file mode 100644 index 69cd362f69..0000000000 --- a/meta-python/recipes-devtools/python/python3-blinker/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb b/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb index 33263ce6b3..2ee8133fbb 100644 --- a/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb @@ -4,20 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=42cd19c88fc13d1307a4efd64ee90e4e" SRC_URI[sha256sum] = "b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf" -inherit pypi python_setuptools_build_meta ptest - -SRC_URI += "file://run-ptest" +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += "\ python3-asyncio \ " - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} From patchwork Fri Jan 31 01:39:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56344 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 E7BFFC02193 for ; Fri, 31 Jan 2025 01:40:07 +0000 (UTC) Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) by mx.groups.io with SMTP id smtpd.web11.10328.1738287605167693635 for ; Thu, 30 Jan 2025 17:40:05 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.48, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f48.google.com with SMTP id 46e09a7af769-71e2764aa46so945854a34.2 for ; Thu, 30 Jan 2025 17:40:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287603; x=1738892403; 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=ucmlG1BZ0PDJNGS5L/MUkEIhXY+NS5hna8MxXuQ15ws=; b=SMGJwwSBzNlfSaIwiedEMOkFVl8OWNOSIHIuRzNSJNfXlyiN0Yn6n+FyBs3uHQMyia AN2gGs3FICO2d6xBU5422FZ7Pj0uHlMeFItV4AMOom3+D8Nfmphwgo4217wKvuhzotFK PWq59cd8yWI+yG+PpoIUFNyla+0ApXoeVNqwpzqVnIFwFh4KmTRykW6PhLj2tDo3uEla JMPg3XLna3SZe5Yk+pSXz9NKwlKxf5amxqyvwdfAAKjx9kmVHg38s/1mAZX8YXAdaR11 BIcgXx+wwK2sfShs/7KIDqtsHPppglqc+bc2Ywh63GOmi3P8Bfa3GyWd1sPHoLgJURa0 tv/g== X-Gm-Message-State: AOJu0YzH7dKIvRk5A9aJI1NB4NXj5Xi3vmN68v+ULQOGYP5sR7vC8wXx iakVND8brNQDmWh06YwvSgavr78R9LwBnDmBwFMAfLa2knpWJIz7kpPd/n61 X-Gm-Gg: ASbGncvI/PHizS0H8j5XtFlROsNf8eeQ6hVUniYg0AiLcPNVx6cb71T66b4k015DH5i GJyag2o+1AN4EsBkhmlVPRo8ULBZGLkYhQJrECUywfMsopM+N26rpsVsBe3LfmNqH/7f9o7Y8ZT S+g18vWHw8i7+gHIVYtIn4Ura6CbJ6NRw/7zZFowEtYAW/qJEGfE6pzUrQT5ypadujR+u+ASwr/ Flg6MnmirUY733P8j1KWMWMHadsuaHSeE5foGulNKdcl0WiKKzU5sKwMiRF50JbZYBDtaP+I3XY JGDIXqg8tK/NTpSt0TXK9H2Z7mg+g+xnOqh+VGXggXxOUqc0qsnhwCWUB2TY X-Google-Smtp-Source: AGHT+IGqGR6jQewpatZnvoH0i/RWzG1eDll8i3CwdksA6QNi4gph2uk4xzQAYojYOfVBlr/ygFwOEQ== X-Received: by 2002:a05:6830:6819:b0:71d:fb64:b601 with SMTP id 46e09a7af769-726568e9d9dmr7203602a34.27.1738287603520; Thu, 30 Jan 2025 17:40:03 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.40.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:40:02 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 07/11] python3-cachetools: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:31 +0000 Message-Id: <20250131013935.3714521-7-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115184 Signed-off-by: Derek Straka --- .../python/python3-cachetools/run-ptest | 3 --- .../python/python3-cachetools_5.5.1.bb | 16 +--------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-cachetools/run-ptest b/meta-python/recipes-devtools/python/python3-cachetools/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb index a652d2d333..6c49844f3e 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb @@ -8,26 +8,12 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=539275e657c6b7af026bb908356f7541" -inherit pypi python_setuptools_build_meta ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += " \ python3-math \ " -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - SRC_URI[sha256sum] = "70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95" BBCLASSEXTEND = "native nativesdk" From patchwork Fri Jan 31 01:39:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56343 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 F131CC02195 for ; Fri, 31 Jan 2025 01:40:07 +0000 (UTC) Received: from mail-ot1-f43.google.com (mail-ot1-f43.google.com [209.85.210.43]) by mx.groups.io with SMTP id smtpd.web10.10527.1738287607110096767 for ; Thu, 30 Jan 2025 17:40:07 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.43, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f43.google.com with SMTP id 46e09a7af769-71e3005916aso423484a34.2 for ; Thu, 30 Jan 2025 17:40:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287606; x=1738892406; 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=aVUVaM0WtuxsdnoFjDEJ0XMpfPG6hFra5lID3Sv9nek=; b=eLMSQERsbhBqOcaBJrALrK7U1dspModFYsGtcKHLRsVNVWST0fqMeTcP6VncF7kKQi vlk+G9rKEdtxpijNjZTkCHlZcRs/KoHg6YSdkBVMXtF9qdmKUlxut49LCopQmHMdzTlO qVDRyL/rV3MuIsfEKu7M4zjwIOnyYOeDNG64ntX3cCetxbIDC5MyevW03GGJrP5efyDv Z0q7t2plkAQNYETCdG3jxGgbIVmCE1RLQOhav8MdrShWff55Fy1+IkcakIQxOxJ9kJuH UD+CKYy23r3S9mHxav+JPsm5XRFCyekQP//k2/nDWtu81Ab5o4bzJ1dfbwo1PIevWQsl nGGA== X-Gm-Message-State: AOJu0YzTdlJ1x0VFuCWl8e7B2ArmdmmzND6CHmo6T7a3hVrKQGXpEPv7 sefP4jct8m2Yytm6JPG4lRG2KUtPQx8Qx86bPbfsyYx1JhCVL1XpWmSzSXtu X-Gm-Gg: ASbGnct1VKytWGXO/M5aUSOlEqucofPH0RFibYrbxzltHhol/C8Co23lpRH/ViKkQwY 0cAqj1mJGmPKVGFvSfJAeSpX3KJHWKf1rWZgELO1x5HkNcg1sDCA0gm3NHlu8lEc/M/oMcEmznM hVQET10KpLN/+hb4Bm3TiHAWGJSFRvoqSiMWQ7sP4GxvbuBmOO4wz4tfO8Qbw68FEx1ARFbZ2Sf M3S51HUkFioXZmpIXhuSq8KH1i4FXI2SEfDhNmKWh3WD+yfXGEZl/k+ChwxoV/TOtBd4uQzkOf0 g0bWEkfhtvW77LTAni6MYlRgJWIfqOmFslAgV/YAAtVsChS22U2Lwme8IJRf X-Google-Smtp-Source: AGHT+IFy660LKiMALx1aFYCpesT/6SDkLfMbpY1yzmCKcGkWbHS0BymAFmS9us0Pj2ynMB+jyMmpfg== X-Received: by 2002:a05:6830:6999:b0:71d:fb64:b606 with SMTP id 46e09a7af769-726568e9d91mr6253035a34.23.1738287605972; Thu, 30 Jan 2025 17:40:05 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.40.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:40:04 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 08/11] python3-cbor2: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:32 +0000 Message-Id: <20250131013935.3714521-8-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115185 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-cbor2/run-ptest | 3 --- .../recipes-devtools/python/python3-cbor2_5.6.5.bb | 12 +----------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cbor2/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-cbor2/run-ptest b/meta-python/recipes-devtools/python/python3-cbor2/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-cbor2/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb index 6dd9f0cd15..834bad6865 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb @@ -4,21 +4,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" SRC_URI[sha256sum] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09" -SRC_URI += " \ - file://run-ptest \ -" - -inherit pypi python_setuptools_build_meta ptest -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN}-ptest += " \ python3-hypothesis \ - python3-pytest \ - python3-unittest-automake-output \ python3-unixadmin \ " RDEPENDS:${PN} += " \ From patchwork Fri Jan 31 01:39:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56347 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 EB689C0218A for ; Fri, 31 Jan 2025 01:40:17 +0000 (UTC) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by mx.groups.io with SMTP id smtpd.web11.10330.1738287609994904993 for ; Thu, 30 Jan 2025 17:40:10 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.45, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f45.google.com with SMTP id 46e09a7af769-71e173ed85bso771790a34.3 for ; Thu, 30 Jan 2025 17:40:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287608; x=1738892408; 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=PO2yMYYCAEFtafn7GC8yOyAnN+xxGx7RQUA9B2dzrtI=; b=Lpa5IAioGtL41MnJMBB2o7tp8/+TJnCMKXX7IfIMyvWBKvf1im58jIKudTAWE0ZZnq i3hfCUetSdGPkwzlGUK8ixrDveZJpIRZqM8AUDVcDM43ewxVgEJFDqUFJUC8NtrA/A9h uFbMv3hc126WdouZLhDkfVpjjt7POCElvxHhSebOFrTLlfGNTnQCEl4H3am401F192hC RMrXyA+micR3U4N8Eb/aOmVdJWoyoVfJem94vkZMjAOE1jBEtq/9LiMp86G4ZufmbTHH Ncvp6dLx8VdXztonS3uSZa9xzgzocej2JIaCZrYXYrRQP9sS3A1UAbgCkqbgtT89JTjg wtaQ== X-Gm-Message-State: AOJu0YxbomwN6nkD0rZegXRh3IMBSkV9AiHxCad7jR4dX4TriRwop2yn LOAwbzGAu07KedgPDJKp+gVPOFw9IEmbt8WNWHsjfKrGwwala5UMQvDM4mXv X-Gm-Gg: ASbGncszGH1fz8EMrT+nhewUm5HmN9/hHQeIKrxYG+OHNzWzLvkJpEz/pNVixBrpcJH gpbgGzBeW43z08l/7/5HuiC1LfZOL48ZBnulxlT8J9wVlfbn4i4WJ05orNGM1x7DLzRsh9x5gwr 4RCwJEAbRWrlQcw1oCq+VaH3qKRj7l/IVo5tb97GyJ9Rh74LM0nEFBmpep9fwlb9FFDvFuzxdgI 4UtexID9ee38HFD2FVjFTfxcFbXEnrNUfDJ8LR7ahgOH3RtsuZpGmV4Nb3UYOFsUwALJI/hjf7O TVSUps28KO1J0RmanUzEgBVpdfxyuOIRixTpDmYyrkz0KUu7K6ZoXI85dnok X-Google-Smtp-Source: AGHT+IH5Q4tl53KPaBzn1paD71dZ2W/ZkGsyteJRC3BjcYb6FT7FbuLFFGgxbgJdsZNNqxzRD80c1A== X-Received: by 2002:a05:6830:6788:b0:71d:4ec6:8600 with SMTP id 46e09a7af769-72656778fe7mr7083896a34.13.1738287608479; Thu, 30 Jan 2025 17:40:08 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.40.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:40:07 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 09/11] python3-inotify: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:33 +0000 Message-Id: <20250131013935.3714521-9-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115186 Signed-off-by: Derek Straka --- .../python/python3-inotify/run-ptest | 3 --- .../recipes-devtools/python/python3-inotify_git.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-inotify/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-inotify/run-ptest b/meta-python/recipes-devtools/python/python3-inotify/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-inotify/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-inotify_git.bb b/meta-python/recipes-devtools/python/python3-inotify_git.bb index 582599bca8..f7df716654 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_git.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_git.bb @@ -8,26 +8,15 @@ SRC_URI[sha256sum] = "974a623a338482b62e16d4eb705fb863ed33ec178680fc3e96ccdf0df6 SRC_URI = " \ git://github.com/dsoprea/pyinotify.git;branch=master;protocol=https \ file://new-test-inotify.patch \ - file://run-ptest \ " SRCREV = "9be6a51d1660991562eefaaddefa757ca0e0e00f" S = "${WORKDIR}/git" -inherit setuptools3 ptest +inherit setuptools3 ptest-python-pytest RDEPENDS:${PN} += " \ python3-ctypes \ python3-logging \ " - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} From patchwork Fri Jan 31 01:39:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56346 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 EBFA9C02190 for ; Fri, 31 Jan 2025 01:40:17 +0000 (UTC) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by mx.groups.io with SMTP id smtpd.web11.10332.1738287612558050767 for ; Thu, 30 Jan 2025 17:40:12 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.47, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f47.google.com with SMTP id 46e09a7af769-71e3eb8d224so467736a34.2 for ; Thu, 30 Jan 2025 17:40:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287611; x=1738892411; 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=VNn93qE+BrlEZy3krURKg76rVhy+ziQ6BVNNlS8pXhA=; b=pxp38VxAtL0DEyNRvNevbNCIPQZVUaya0FslLq22gJQSZoCQozubcs4ppNK6aWVyQE /56C0UqMuL2eZRnrxULRGshQ7nnzhAgjwwulwyrdLvAR9QT839DtzvZdVopc+fKAvI7K szoAFljeiaZrWR+VJyQ0yqnQCUphcutq8ke4kaTDMZJ/0uCl7MA1b/yq1xoW6M3vBo54 Evs57zoiZhFhmLewYgU0VQl1ZROgqC4y0brmvFuN6uaGUT7d3SRaFWHIiJ3F4PC5LW6s kfPQgoix+F/v8NzQo4IrxTK0PFfoGjwL7VwWKhVoZQkym4pGrS6ojmXEciAmsIdJJSEW HY8Q== X-Gm-Message-State: AOJu0YxPNdxNLwuj6IJM9OS5OGb3iNKdoVd/ooEX5KGN2GymEtopQG+O gw0caci7KBPOFEfo1cfeHLLYVf3ekB8flvQc6Hh/FyY6AWePZOe8TLSIHyDF X-Gm-Gg: ASbGncsO493cJBIVOsLYDRfS0xOW/FQfextcUpj2t+5ZoYx5D9OtZhSXohp9JV3U4h2 i4iEox0RCTpC9Fs0hOWVJVLrOCRLcFgLX3NlQQZ7Dj2QMmRsYe9TPQ3l/vgbrasax70t8y56SvD GWXifSAudc21S10dUn2giZ01QyP6D2Gx/NX0/jVuCdpPc7RGYYwXv1ZlV2u2NgROYxtnH4FIUnX 2FyE8qkVSc+3LY0a5rTubMKbbJE+MWpqU4aArEPfPwXnzONgqKTsf37O+9UD4oISqPKyDHMYzId B5YAByE3fEFPOou+J20BrkHXwST0r9G9ce8XTtDCrq8SwZrhuL79wmpqZaR2 X-Google-Smtp-Source: AGHT+IFWvvHyp6trt6e/lMtrJZzhx6M4qWjxmxhM9RYZ85YgzEanFZ9o7+cg4C/cZ/jqQ5xXUDegRw== X-Received: by 2002:a05:6830:dca:b0:71e:1c5:4f77 with SMTP id 46e09a7af769-726568d9162mr7319894a34.20.1738287611040; Thu, 30 Jan 2025 17:40:11 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.40.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:40:09 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 10/11] python3-appdirs: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:34 +0000 Message-Id: <20250131013935.3714521-10-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115187 Signed-off-by: Derek Straka --- .../python/python3-appdirs/run-ptest | 3 --- .../python/python3-appdirs_1.4.4.bb | 16 ++-------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-appdirs/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-appdirs/run-ptest b/meta-python/recipes-devtools/python/python3-appdirs/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-appdirs/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb index eab39312ae..bee0b7d815 100644 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb @@ -2,22 +2,10 @@ SUMMARY = "A small Python module for determining appropriate + platform-specific LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" -SRC_URI += " \ - file://run-ptest \ -" - SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" -inherit pypi setuptools3 ptest - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" +inherit pypi setuptools3 ptest-python-pytest -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ -} +PTEST_PYTEST_DIR = "test" BBCLASSEXTEND = "native nativesdk" From patchwork Fri Jan 31 01:39:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56348 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 017E9C02194 for ; Fri, 31 Jan 2025 01:40:18 +0000 (UTC) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by mx.groups.io with SMTP id smtpd.web10.10531.1738287613870607351 for ; Thu, 30 Jan 2025 17:40:13 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.210.52, mailfrom: straka.derek@gmail.com) Received: by mail-ot1-f52.google.com with SMTP id 46e09a7af769-71e3284f963so718161a34.1 for ; Thu, 30 Jan 2025 17:40:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738287613; x=1738892413; 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=/XINUck4mlQkTSYN9JppR+b2nYyRANfUkP+dCIaIm+E=; b=kxGhYKs51Dg1aIQLCu1SWb0PWNHRUh0mH/hNhBTBNE0Lg4sVnbQVmyIZQsDsSpt2b4 SaQZwwsYjG7V16gbizs3Wi8mqqVYvz8qjeQ1sVbTDlt3DNMPFPajs+xN6Kt22tKDqYxb ZATb961a2ASQYy21G5lUgakKZrCexS0QK+RSRbL2LFNyEvQIszvAMtXrpBniN3dXEQum dT6XWgOtG4GbKyo+/Lzl8ilELl9hONmZCtK5KbXyZRaB1ZWYhOI7SY2lxYrSulGF/AGy p6YMmMLphVjDDEyzlX32BMbikVlaPS8jMgpOpeRy8VM8vRpBEGmGDjEpSXPVWjsLBodI Wriw== X-Gm-Message-State: AOJu0Yx/LIRLYJ9QgV2PYtBqjA/rOa7ULt5YL6n40YvZyaj5KeSZuXx1 XlktW8jC4L/zxWLJqc1iMEjkomk0skT/0/uw+y8oviNcEU2KCXa+RHIOqo2z X-Gm-Gg: ASbGncuJUiIIY8/ugOexFzKSOqBuuBLOUYE3w5YGAfhJwEyvHVeUVwd455E27pBL0e2 ApesdEQtIuPpHnWRR73u7Qhd7TDBPHprnMvwelsJEghl6DZcNukBn0Q9dTyWokIlaRaUcpHiEBF n3tIGNzT2cTdXwE0NWHJg9r+Gsbjd+M3mlpd0JbcU1xutJX24KiSi6P8ysYjoZG1Xe3vULhcEph J2rg+fMvrEVoCTMq6qRvQjuBmpg0aR/M3UXqHjQn4YqftQsagA7xkXHg1/YmPzi3zpD29a1W5/9 CaNOaagZ1gOpUwEXNgTd+XBT2VSd7+2VJWYnLm3ISSo6kyv+73q8+IzWLG5C X-Google-Smtp-Source: AGHT+IFfQnQzo66v7FY+bMw2+k2qCepnDXvLNPLWJP7NknWjhjeKRwaiMsn6VhzdRE2u+OTuixAShQ== X-Received: by 2002:a05:6830:258a:b0:724:9f31:c1ac with SMTP id 46e09a7af769-72656777fe8mr5838721a34.14.1738287612763; Thu, 30 Jan 2025 17:40:12 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-726618b9f49sm659875a34.54.2025.01.30.17.40.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 17:40:12 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 11/11] python3-asgiref: update recipe to use the ptest-python-pytest class Date: Fri, 31 Jan 2025 01:39:35 +0000 Message-Id: <20250131013935.3714521-11-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250131013935.3714521-1-derek@asterius.io> References: <20250131013935.3714521-1-derek@asterius.io> 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, 31 Jan 2025 01:40:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115188 Signed-off-by: Derek Straka --- .../python/python3-asgiref/run-ptest | 3 --- .../recipes-devtools/python/python3-asgiref_3.8.1.bb | 12 ++---------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-asgiref/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-asgiref/run-ptest b/meta-python/recipes-devtools/python/python3-asgiref/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-asgiref/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb index 3b90eda5bb..5d68b3e3f9 100644 --- a/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb @@ -4,27 +4,19 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" -SRC_URI += "file://run-ptest \ - " SRC_URI[sha256sum] = "c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590" export BUILD_SYS export HOST_SYS -inherit pypi ptest setuptools3 +inherit pypi ptest-python-pytest setuptools3 RDEPENDS:${PN}-ptest += " \ python3-asyncio \ python3-io \ python3-multiprocessing \ - python3-pytest \ - python3-unittest-automake-output \ + python3-pytest-asyncio \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - BBCLASSEXTEND = "native nativesdk"