From patchwork Thu Jan 30 21:57:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56314 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 63677C0218A for ; Thu, 30 Jan 2025 21:58:06 +0000 (UTC) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by mx.groups.io with SMTP id smtpd.web11.6213.1738274284707145361 for ; Thu, 30 Jan 2025 13:58:04 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.53, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f53.google.com with SMTP id ca18e2360f4ac-844eac51429so93233339f.2 for ; Thu, 30 Jan 2025 13:58:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274283; x=1738879083; 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=8vjPdIsrssoi94kvSq2TdaJE1/jMECWm3NjUaBW6MS4=; b=O2f2e3/E+VQsCp/zTEAeXCrPyR9XJXku6NSMgm1lnoscMgookeORLZ7HO95vCppQVF bxOvR/lEFjEnQE5lDBcO2/dN65pyzdqvGTc7iGTlXATZgOr5lavZrZiBdTOFMrxCDh0Q ofw9BD72H738CfvbscVMxl8Bk7ne5naOQaUqAreE7yV3gr7BkbGXpL7uALC5Zihobiab uAwq0QvvhC5hwvKnxaPXM4ICqPIWuFNrGTgFL1c7lfbo3y03oNz1pceZt/W6kb0p8Qvh 11mzGnF+0dlfJ3OmWFb6XDeba0z/1cWx2oDD54kD5WbmhafkoBIpGM3WwBkT8DsCalvL Uopw== X-Gm-Message-State: AOJu0Yx0E/T9guhqPqbSPcTxiLCjJPQv9I8Ae97paH7rEreDuKksF1PQ +PaKR63twxKDGMH8zT1CxWgpYodSwZf3J2gHpd9MH6iM+XMx/KrrPNKSC3k9rYo= X-Gm-Gg: ASbGnctr9ATMudNrZYPPteOpNCg+/840s/B54GYtcamwzIo14NXXJiUh3RgJyKQsHdh HpEpuDcCgj1jkeRImPH0jBJnY5z3czgMxly0zzZSKJ1AfbI92adxaEUvJFAWuLHVVtmB+j8xuqe xfmn2X/g2hBtlbpbarUpprdt9eSOk1kW4ShKAu6xrRXHpqZmS6AdRcJZU2lGChlMi3Didt7NAaB lCxDFXgPP6ifSgR32Z0CuCc3Y4M6VHezI/3lUTJRvNwxQU1jXNZxHKlziJEvBDtcIYxh9tDQL+k oB0nkHRU3TzboQUJX4buuTNq/qjokbvAZwfHefpT2SuIydTetZ0t8N79RbwE X-Google-Smtp-Source: AGHT+IGMMF0FYX2V3Wm/EWh84migxLkT6wyGbGB+2PglGwClt/cZKHm8tnETkigZhbiUMd1gExVbcQ== X-Received: by 2002:a05:6e02:b25:b0:3cf:a0fc:5388 with SMTP id e9e14a558f8ab-3cffe486d6fmr81348455ab.19.1738274283208; Thu, 30 Jan 2025 13:58: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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:02 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 01/23] python3-inflection: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:16 +0000 Message-Id: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115155 Signed-off-by: Derek Straka --- .../python/python3-inflection/run-ptest | 4 ---- .../python/python3-inflection_0.5.1.bb | 13 ++----------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-inflection/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-inflection/run-ptest b/meta-python/recipes-devtools/python/python3-inflection/run-ptest deleted file mode 100644 index f1c8729f0e..0000000000 --- a/meta-python/recipes-devtools/python/python3-inflection/run-ptest +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -pytest --automake - diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb index ba1d0ec539..368b9e49b7 100644 --- a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb @@ -6,18 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31" SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417" -inherit pypi setuptools3 ptest +inherit pypi setuptools3 ptest-python-pytest -SRC_URI +=" \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest +=" \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { +do_install_ptest:append () { cp -f ${S}/test_inflection.py ${D}${PTEST_PATH}/ } From patchwork Thu Jan 30 21:57:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56315 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 62741C0218D for ; Thu, 30 Jan 2025 21:58:06 +0000 (UTC) Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by mx.groups.io with SMTP id smtpd.web11.6214.1738274285628609255 for ; Thu, 30 Jan 2025 13:58:05 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.172, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f172.google.com with SMTP id e9e14a558f8ab-3cfeff44d94so4052125ab.0 for ; Thu, 30 Jan 2025 13:58:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274284; x=1738879084; 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=1aJM2t3nXPmC3Hr/s3FIBLr7mEbzyfcTGJzt3XzWgXE=; b=AuhcA0x3r7DEFb0fNdCnLYREBgF+/JVg74ad2oMGN5w+G1mo+JmoNd1tRP5JQqsZ2V KLCDDE5HBtMKIfVj6VULbG7q8EIac/KbSFfXMv4T92zXnkTk9rnB8tN99X4g7h01ekET U37E1dYuHzBYZjhbNT6umXuZhznti7wmxdMIcMwhcCKlmzZ+Za0f+ertVYtUVdIvCZUv NPWSAB5QTIcC9R4JJIgk8iceROaScJq9odaLSNadKf/CtmSDhfAME0u9V3/o+45wmCMo ivqB3j/irZdHgvPfq48Vwyt8UPflXdqlFxvszUoJ2mJ6G+CFA8MPThWCV8hIANC1h2km RytA== X-Gm-Message-State: AOJu0YxW5oPTsfvThfQPAvcMtfwGM1CcvoTD0S4GCRA+XxhGg4rwT6hW GC+uxrGY0wXFnO4K7CUDq/Nt47CnowJwPWOeXFgaBH8WI3sU/k2EbXcaD+pMxRQ= X-Gm-Gg: ASbGncsxKt/kHVSgNjjWCYA+A8LksyA9z2LAcmD8r77dD3xTIxAXk7iAS9+DQBzEtYQ pYL82XUQnOH6WHyk+FgRvN1gFzee2Gmz1mRF1hh+BBVUo9O01GyRaEyHWJt4EH5PAdLZpXP6Ife Wn+R5X0p2KZtybFGI/vgYh1ztVFuC+xZ4owQHesCnZbor2UBm4i32Qu5FR4MS9X6EPyJKtV+CHE Nan5VCE1Iyg2z0CQbCG1lkpUY1DE2kSpSSWfv833AAPjyrkWW7teLc+ckxltuRA1rnjAHH8sreE zEcocVbjfvjkK66RWwayN0YUjTn6Oxa59QkjZ0D7LMm6Ra5D5mrm/TE7S9lr X-Google-Smtp-Source: AGHT+IEbcygS2O3ctYY2LBlS3lWzrWu9bcNbayl6MxBjPurqHnrPR/blrKlSR50bHu07XSuMO9Llug== X-Received: by 2002:a05:6e02:156e:b0:3ce:7cf5:4cb7 with SMTP id e9e14a558f8ab-3cffe42288fmr65645625ab.14.1738274284409; Thu, 30 Jan 2025 13:58:04 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:03 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 02/23] python3-netaddr: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:17 +0000 Message-Id: <20250130215738.3280576-2-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115156 Signed-off-by: Derek Straka --- .../python/python3-netaddr/run-ptest | 3 --- .../python/python3-netaddr_1.3.0.bb | 13 ++----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-netaddr/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-netaddr/run-ptest b/meta-python/recipes-devtools/python/python3-netaddr/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-netaddr/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb index b8a772566a..8b486d26ff 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb @@ -4,18 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=8afa43eca873b71d5d85dd0be1f707fa" SRC_URI[sha256sum] = "5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { +do_install_ptest:append () { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/ } From patchwork Thu Jan 30 21:57:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56320 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 63DF8C0218A for ; Thu, 30 Jan 2025 21:58:16 +0000 (UTC) Received: from mail-il1-f170.google.com (mail-il1-f170.google.com [209.85.166.170]) by mx.groups.io with SMTP id smtpd.web11.6216.1738274287782693854 for ; Thu, 30 Jan 2025 13:58:07 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.170, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f170.google.com with SMTP id e9e14a558f8ab-3d005bc9f4aso5360245ab.1 for ; Thu, 30 Jan 2025 13:58:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274286; x=1738879086; 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=fyXPFzuIPeqe6P8PjmTIKiha02IGLUqLyIhYcRhfbqE=; b=huVpE77JlaypVy1SdLZ/ws55OqFsLGHYSwMZea/4Rp9Ab3SjVeDOdyn3hG+m6MKCu2 uMAWNiv25ttB5aMZerGrFdlvNRU4PKDnC7nde2v3x/Z7u77KxPcskdscbkCtuk0kRRa8 RPxaoMpSe1zWwnPytAzcB8+9Y1KG8C7gTESnZH8dghRRA1NOMMYvng1FUjdlYD6Ej9ve ALX3r7U1VcFSNcp5ZuFXn0R5jcGxpZ8BWtpXeuuVHzL6ODfag58EM2zkBhQzJp67WMbs foOB0b2HvmIn2dA3NkKCLX1ijgIuSccvdMDO9KlXCmPjfoYjKUxgdayMZcFPaRs8SO3o zXHA== X-Gm-Message-State: AOJu0YyL3ijFjPbfCvn5Nd6uRD2f/8XcBObcIniyF7m5FNcDTgLKAaOH DkF3ZwBCufJIWmA9gSQfMCPv4MGrUps+Ie0+vJVil1mTBTK/YgCnJFGDqHiX7RU= X-Gm-Gg: ASbGncv6NOdiTSJJ1GqHbOXRGGEMdT/toMjSZWRrosWXuy+AStyvR0XQLKRxu4MdYGi 9aRXK4v25xTypnkQnGTDL/1aFJFdGHgQuJXZ2cQysnz3KGyrOZN9829gYLZ1UdO5PXvE+/BdvY4 DURgOnJf4rFelZa5of/uYDGdLcvhUySOAABgY3kQuMfOdStF9NsFHeKJtCf64naRA9EWqiA6HjE o7c+breBqVq8nBCIeOrOTriDXARJ5GFlbK0OeYv0ksCoPK0bshwcRr7MDXYlVZG4L368hPMfmTw 6f7k4FhIRShpV67xH6L0QY0ZSaQCflHF6WkVHa7wLdNctRXwBcxafZ/VPvFC X-Google-Smtp-Source: AGHT+IEwqiB1EULkMIXzipoLKTQXQs7exqNVusg9iK4FXtLlnL+CBRqVFkKF79JWstPKrh8shH8WRg== X-Received: by 2002:a05:6e02:1c2e:b0:3a7:8720:9de5 with SMTP id e9e14a558f8ab-3cffe3d1ccemr89776035ab.1.1738274286169; Thu, 30 Jan 2025 13:58:06 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:05 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 03/23] python3-ordered-set: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:18 +0000 Message-Id: <20250130215738.3280576-3-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115157 Signed-off-by: Derek Straka --- .../python/python3-ordered-set/run-ptest | 3 --- .../python/python3-ordered-set_4.1.0.bb | 16 +++------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ordered-set/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest deleted file mode 100644 index 64799ba008..0000000000 --- a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake test_ordered_set.py diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb index 64637b858d..2d6b6ca06c 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb @@ -5,19 +5,9 @@ LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e" SRC_URI[sha256sum] = "694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8" -inherit pypi python_flit_core ptest +inherit pypi python_flit_core ptest-python-pytest -DEPENDS += "python3-pytest-runner-native" - -SRC_URI += " \ - file://run-ptest \ -" +PTEST_PYTEST_DIR = "test" -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" +DEPENDS += "python3-pytest-runner-native" -do_install_ptest() { - cp -f ${S}/test/test_ordered_set.py ${D}${PTEST_PATH}/ -} From patchwork Thu Jan 30 21:57:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56317 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 63E35C0218D for ; Thu, 30 Jan 2025 21:58:16 +0000 (UTC) Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) by mx.groups.io with SMTP id smtpd.web10.6246.1738274288946839248 for ; Thu, 30 Jan 2025 13:58:09 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.180, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f180.google.com with SMTP id e9e14a558f8ab-3a8160382d4so3432995ab.0 for ; Thu, 30 Jan 2025 13:58:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274288; x=1738879088; 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=gY0oQGGjmmhtaRIsdkovRhsjMJ7RrCQ/hk8nxxMVeXU=; b=tajHlS3Da7KJwN/lua/1g2imUQ31oXqon9LCfGgBTtMKEIUislnECiZGFvTg5pjTiS 7HnCeSkIKLUxi5QHKpgZKdgfpph1az82xjJX0OVhtx1lv3MdULKhMhHNPncjDwIVpHBg AtB4E+cLRmpRtrxZ8VWkQ/Kzfu3p4pJdZO2p2Oino8NNVBLBKRY1m5bQ8GDpv0lShBhL Z2hpxtwGw8o2pATgFVOjEONhXdjFDq23qLgx52tMN2E97LpORNRh30ii17j3ga/m4kGU 6EAO7c+2LqK0bJUTdtT+LykYhXWmC9CfzqEiqaT7zUP+VS36funodpNKN8BV6WXF9ome 6wmw== X-Gm-Message-State: AOJu0Yzgf4xKUGLnM285qRPexOb/ozwg3jDWkfnMTvlQjOU1AsYBa2Dq 76aPXxVGhI839nHwUSbeTn943nYTJuO2ipIonospKhHuYERnSXNDg7lMNkor8Xc= X-Gm-Gg: ASbGncsFtmDhoaVO+3tvtL2Lq27lxBVnyJNT8FJIgHtC+VLfWiKg3Cf/9XTH5zd7wWY nf7P3vho/Q3yZDAeFPrIhe1DG3kCIEKwvow6lOVDPS/Hf+PFXTgQ3rkvrNFA9HgQL2g4anMlS8A KvgDIDJyqcBl8FReFXfjV8ZJiWxLpLFx17g4VLy3a2VbWKAQUXgW4DF4cT78FhkptB7Ba+bJwgp iBu3Vqpg/QNBkYTXRgpIrE6ot0W7gyALNx6Gs0NRPyzAWRlAMAwBk9uRL+Fk1IwE8+aaogRAXnz Nr4No60om7OPTmiVDSH8LZK4Bj9SGCO3hY1BUXEJJqOLcCWi40LQuE2kRP8R X-Google-Smtp-Source: AGHT+IHfvGaV/F/634wpK7398gJEj5W2hub8gwXM7fwpSJuiU+ALE6GsOK8r2uRLnsVB4c2VkX+SHQ== X-Received: by 2002:a05:6e02:2149:b0:3cf:cbac:3ba6 with SMTP id e9e14a558f8ab-3cffe37cef5mr83183275ab.5.1738274287794; Thu, 30 Jan 2025 13:58:07 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:06 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 04/23] python3-outcome: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:19 +0000 Message-Id: <20250130215738.3280576-4-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115158 Signed-off-by: Derek Straka --- .../python/python3-outcome/run-ptest | 3 --- .../python/python3-outcome_1.3.0.post0.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-outcome/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-outcome/run-ptest b/meta-python/recipes-devtools/python/python3-outcome/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-outcome/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb b/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb index 9714301879..308eb78a79 100644 --- a/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb +++ b/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb @@ -7,16 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \ SRC_URI[sha256sum] = "9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8" -inherit pypi setuptools3 ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi setuptools3 ptest-python-pytest RDEPENDS:${PN}-ptest += " \ - python3-pytest \ python3-pytest-asyncio \ - python3-unittest-automake-output \ python3-outcome \ " @@ -27,8 +21,3 @@ RDEPENDS:${PN} += " \ python3-pytest \ python3-typing-extensions \ " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} From patchwork Thu Jan 30 21:57:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56316 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 6F749C02193 for ; Thu, 30 Jan 2025 21:58:16 +0000 (UTC) Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) by mx.groups.io with SMTP id smtpd.web11.6217.1738274290342866496 for ; Thu, 30 Jan 2025 13:58:10 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.173, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f173.google.com with SMTP id e9e14a558f8ab-3a9cdcec53fso9000455ab.1 for ; Thu, 30 Jan 2025 13:58:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274289; x=1738879089; 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=rNvsXcEYfctLhyuvt3rIBUDaDh1/wR5MSmDGthU5+E0=; b=QT6I6IJ+ULt/AZmVapJq50HRD4VR6d9Jzaxsi2WX2LdlYlo0iRPCYv/SuNDlSh+1JV iuAFT3qXC2pyUTGapI1gw1av1TO15ucv3C4BEaReG5q414PAc+o++OQhCke8b4mTs3AN n/ypCaHyRxvi+ZlUBklVSE44MDQkUqlginvhRW5KU5pctNjCMjKfKTNwuOZ4o/ITkYKx VLQMTmXBqIiNdwQeobMUd7AuiO7+GXSKv5g+890AX/vp1bfKmxlXV04GwHiE+/58rU1S aDNRKT+nuRr8f6jsryUvhjAuHkpbEqp7fZaSg0s0ESETnB/GIqbKlQ1XniQV6blXb6h5 i1Mg== X-Gm-Message-State: AOJu0YzXvU9QzDsbzVo++0RMAk0sW9AIrQIJjgTrOn+721a/ZinXOw62 AIOIlB3usMhMe4PxQw3O3fo92RR59+MyfSm8RqqJwaagCdk1XLqTSvaAqP3/FFo= X-Gm-Gg: ASbGncukPUyDatSdk8Ct6vX29Id7/yP0898UD4fOpe8S1LWnvW5Sh0lix1/bmvcU/H9 rzA/9ilzu/pNP/8IL0J3unci1rfBpuZoKzmQ8kJDNPS83XyFQJqQLYdatU3FnffXvwotNE6UlTz uvOQYLwy65dzKgrNlRv9I8qNRwJBTkS1p+4n5aVCuON6k2nJCp7AQ7AA4QpLBVgsxA3sCQEEeDQ K6e/JYNeKEPmmNTFibMEyHOUdBmJfPbgFEMnawsudjJGSRdZRhvKH+qscAVYZZQdBI9x0B9QbPF CDNjM8iFV9zPiNIAKMzdIIhk3ZPVZ+Mu9gnMZKBgWC4ZxBDeLcfV7VdHCXD5 X-Google-Smtp-Source: AGHT+IEXC9E9MimA9y37Q23f0cX5ecXllqtubWpbBtTwdTkE+r2V72PN295P7kpMq8bAgPjzyVXA+Q== X-Received: by 2002:a92:c569:0:b0:3d0:11ff:5299 with SMTP id e9e14a558f8ab-3d011ff531amr17482485ab.20.1738274288732; Thu, 30 Jan 2025 13:58: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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:08 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 05/23] python3-msgpack: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:20 +0000 Message-Id: <20250130215738.3280576-5-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115159 Signed-off-by: Derek Straka --- .../python/python3-msgpack/run-ptest | 3 --- .../python/python3-msgpack_1.1.0.bb | 18 +++--------------- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-msgpack/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest b/meta-python/recipes-devtools/python/python3-msgpack/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb index eb04dc2e0f..cf755517e7 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb @@ -2,7 +2,9 @@ SUMMARY = "MessagePack (de)serializer" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PTEST_PYTEST_DIR = "test" SRC_URI[sha256sum] = "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" @@ -11,17 +13,3 @@ RDEPENDS:${PN}:class-target += "\ " BBCLASSEXTEND = "native nativesdk" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ -} From patchwork Thu Jan 30 21:57:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56330 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 BB697C02199 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by mx.groups.io with SMTP id smtpd.web10.6247.1738274291766454292 for ; Thu, 30 Jan 2025 13:58:11 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.172, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f172.google.com with SMTP id e9e14a558f8ab-3ce886a2d5bso10919355ab.1 for ; Thu, 30 Jan 2025 13:58:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274290; x=1738879090; 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=mTXwuDijxZponVPdZ1WN060ztaTiN6sFtxOurMRhAbQ=; b=B++6goP9lrivz9SkCiP47LQoB7KL5xwF9I1ZKLpqHWl7i0MHF665kTD4ReDcPurr83 El4xiwizC5D7nufaQQ4/Pv1AdeybMNdP46I4URUnOiOz3wN/HMyZMZ/2VZDc9MNE6kMw Mz5OZ1nSUSS1z14Gkrttdhh0Ne3DAvNC0nHSM4MEAxLAIgyO/V1/WpH6qOy4KLeH2z6I ShfpeOCGNQGiIXWDNLBboQpAV+wwcy2Tdlv1/1hCMTBf277y7pq/tJcR9ATwNascAK8F h1KgrW+eU12FbAxtc5XyCTvtYn4RZvRcgfUjdjesXmPOvjkFdpgX1lmdcENkJX7NUcgi JhIA== X-Gm-Message-State: AOJu0YyEVxxoqDii83FxzcHZRJJRw/bNi2xk/SMsLH/+Sx+U1d3j/VFe bh3FExxcJY1KedRcoZ6WyxNphpAWdR7fXKvLxbOr+EMxQjvYoG8gZfjkxzbIq5Q= X-Gm-Gg: ASbGncvYhiP4p8fPm/z6ORd/KV/gI7fR37STQ5HyY0VsxutxYNl1JYrSC+3xphSuaJM kUwJZsJ9ZpF0TmGqNtivgMlOWu6vRuIcIDzRJxUyV6e+3pS0CL05kpecnr7lPx6VZb6KaHlBqYi mhxMan8nbxIDSKcnN/IW22/ILc33G2wg/8agSmEfVz2A4HWIcMp+5zgGUZD05bVlL+UiEHeE4az RorSJVcMaEnUKTGz9Mnisgu4SBJQ8MrUd0qRvJUY4XDgQqfAinRpaYKEYaeT1yv38M/E/5zVTbr FBQRWeRCkzIKchXlR9JR5H9jNrEY2UfqeY9XgwhzX6trfuIynaV3lYN4GcvP X-Google-Smtp-Source: AGHT+IEz6XljvGzvzL6ChXKIIIcuxVqAHwKuKgwEuRrJvZow5ofwp8NkNCwK5392XGq0p181XsPkyQ== X-Received: by 2002:a05:6602:134c:b0:849:d268:d75 with SMTP id ca18e2360f4ac-85439f89e05mr881006539f.9.1738274290167; Thu, 30 Jan 2025 13:58:10 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:09 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 06/23] python3-multidict: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:21 +0000 Message-Id: <20250130215738.3280576-6-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115160 Signed-off-by: Derek Straka --- .../python/python3-multidict/run-ptest | 2 -- .../python/python3-multidict_6.1.0.bb | 13 +------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-multidict/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-multidict/run-ptest b/meta-python/recipes-devtools/python/python3-multidict/run-ptest deleted file mode 100644 index d74acaf564..0000000000 --- a/meta-python/recipes-devtools/python/python3-multidict/run-ptest +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb index 1132e9ba5d..ed49b8ff02 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b4fef6e4b0828c2401fb983363985b39" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest PV .= "+git" @@ -12,19 +12,8 @@ SRCREV = "4140e63780dc6dd600a1837cb9b4c5198c3dcd68" PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" S = "${WORKDIR}/git" -SRC_URI += " \ - file://run-ptest \ -" - RDEPENDS:${PN}-ptest += " \ - python3-pytest \ python3-pytest-cov \ - python3-unittest-automake-output \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - BBCLASSEXTEND = "native nativesdk" From patchwork Thu Jan 30 21:57:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56318 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 7D63EC02194 for ; Thu, 30 Jan 2025 21:58:16 +0000 (UTC) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) by mx.groups.io with SMTP id smtpd.web10.6248.1738274293030982390 for ; Thu, 30 Jan 2025 13:58:13 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.52, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f52.google.com with SMTP id ca18e2360f4ac-854a68f5afcso18996139f.0 for ; Thu, 30 Jan 2025 13:58:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274292; x=1738879092; 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=3MRGwjN2LIzyZkm44eOvYi1krDO7+3WMhpLRX1vSWT4=; b=qfTg6lZ0A2koNHfBhLzAcWJtNMOl1AFFOyR7/FrVW+La7Q+NVdhc1v3a64m0dWgnP3 aHBrMeRgANXD6STVITTIIjsAotMcLTop4YVfcAVvxA5HtS4HpWck4tpme3fphFZkzVCp 21dyrk2OFVsdZ2xngM7UFijanKAif5Z6aKgHTPhDqvaIwjjbivSnpc8Ym4cvFIbXUwbg q6KawtmiTHbtSO1pEww5FtmxgRlbiSRq5ESB4uanGUpyIpiwVQ0qDCtFtWh6of8Mk0xQ /+UrxIBSaZo6P89E3+gbGaErXtXh2TVrHKfE2cCsT0Xk1dR94LEl+mOnUrNnmQJRMXZh E7lA== X-Gm-Message-State: AOJu0YzxwEaNn9+iAJFyS7A2gpKDdITQ+z2JgKEyTVS9uavrXpNuHdBA fN8zQM/ByAl2uU+rixkU6Gok0yxgUjdO1/oucJHEnPH2wBenT4lmOeaDS+vTdTw= X-Gm-Gg: ASbGncs14ljMXrlZ7xz4J9XMpp3zyuI9yynqxtqM0nwFxUTfuWN+37tqmPdPxIUXj/H R0YL1I3GLt241PPfaPkuIz53wmo4bbACvxFR5ydcLqcEtAxOHfEr97bJ2a2pZNxh8IjCSje8WW6 TkrexV8BPaRcQWLOAyT0Bp4fxR+v7hwxrhRFcViBK/KR/oyKg/fs6hMz8tDan7vrH6DSMmbb3Ok h0oyzOS1S6/TO7nCJczm/AAtUkyqU2joEcvl6x01yeddcue5FFCoSojqQuDY0HS4f3Q/J2qox3E JqR2uDqW5ampHFYh+g1f8AX2VRU8JFzuM3wmXy5eudvIYwDSTh6kmGG0ZUlb X-Google-Smtp-Source: AGHT+IEvbqe8NHQ0grj+U0GQGylkp+lUuGxwmG6ZVCm7hS2Fns/QuTXw3A2HFAIn6bX4iciw1OCf6Q== X-Received: by 2002:a05:6602:2b84:b0:837:7f1a:40af with SMTP id ca18e2360f4ac-85439fbc891mr802317639f.14.1738274291847; Thu, 30 Jan 2025 13:58: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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:10 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 07/23] python3-marshmallow: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:22 +0000 Message-Id: <20250130215738.3280576-7-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115161 Signed-off-by: Derek Straka --- .../python/python3-marshmallow/run-ptest | 3 --- .../python/python3-marshmallow_3.26.0.bb | 14 +++----------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-marshmallow/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest b/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb index a421a93e4c..bde3819379 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb @@ -8,25 +8,17 @@ LIC_FILES_CHKSUM = "\ SRC_URI[sha256sum] = "eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb" -inherit python_flit_core pypi ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit python_flit_core pypi ptest-python-pytest RDEPENDS:${PN}-ptest += " \ - python3-pytest \ python3-pytz \ python3-simplejson \ - python3-unittest-automake-output \ python3-zoneinfo \ python3-tzdata \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - rm -rf ${S}/tests/mypy_test_cases - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +do_install_ptest:append () { + rm -rf ${D}${PTEST_PATH}/tests/mypy_test_cases } RDEPENDS:${PN} += " \ From patchwork Thu Jan 30 21:57:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56329 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 BF4C9C0219B for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by mx.groups.io with SMTP id smtpd.web10.6249.1738274294486710465 for ; Thu, 30 Jan 2025 13:58:14 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.169, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f169.google.com with SMTP id e9e14a558f8ab-3cfc8772469so4732135ab.3 for ; Thu, 30 Jan 2025 13:58:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274293; x=1738879093; 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=t5vFNuqu6fMh8BMieo5tO67MO/76nY7pPOAUdHhMvp4=; b=JX5bjFWGe2EDvkBq1aPOh6JwrNaGm0XQHC5e3Q2vhbcNCzaepAuFO/fY3aOtUrykPn 8UGGGVesk+UfkWCRS1ZPISCxcAYmBfMoijXAJuuftWpC4VixqTxnEwHD+gHFOMSuHzZb 00MsD98W58YfRKNt79NFEzlXUH8JEtMyQgTK7tnA0xqoqZo+dbeHcjW4QgToFZHOnKwD aHcCCmgt1TB/d2XeSy0KEhfmk9QSu5ee7b2dAjb/mcWAzrYz0T6nZWS84vqA6ujyZ2tG v879qNVTYNiqYWYIsDiXF6mUX1EBwbQRzUA8J4X4cIeSHsooj5OygTlhaHaLEO9geRFW eipA== X-Gm-Message-State: AOJu0Yw2xHwuZ8TNFKYbJpXE2OKLN7VWutuVQGYrAEDYgenkUpugtHRF LFGxflWFKYdG539ZWEgrpPb13agSNhIgQbXtIUVYvKcl+7/OWCbEPncQla1tY7o= X-Gm-Gg: ASbGnctD2EdcosHU85vKoBxS9c2xq4H8ZfZdKs3LTCEMu+9DhSgMGO+ESVGNWrtEw4R a7tfWSFQ/2pTEjf3iFdrn2+6rN0UGw7yfTNaMMGvrpB7YJGz4ksuSqCk3vEsDlEdVLKUxFa9ejs GS+jiWJRT/2mnzb2/xl3yNtzy9EKp9BaJ3uvrMzXafWJP7kXh67UGSgkDgre/haHcZFCZZvQ5c6 XQXXz+dH1e+Uheu1YvoK+QMBt7HLEYVOz50typ13yL8TKZsYzoAThaRKC509rhKyF/X/XgW2O0D yRc3trQtI6z85xnw5Z74wc19mPsa4lL2iTUR5xMXv+hlwFPFs0Gxw+Pvcicc X-Google-Smtp-Source: AGHT+IE5pox+ME0njIA+8YSwLBqTNGAFvkxxvprqLJOQ8+NkZkIXsG6ZlCBcXjTkPNG501cwz4hPKA== X-Received: by 2002:a05:6e02:160d:b0:3ce:5af3:783e with SMTP id e9e14a558f8ab-3cffe39bfa4mr65573365ab.7.1738274292886; Thu, 30 Jan 2025 13:58: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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:12 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 08/23] python3-lz4: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:23 +0000 Message-Id: <20250130215738.3280576-8-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115162 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-lz4/run-ptest | 3 --- meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb | 9 ++------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-lz4/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-lz4/run-ptest b/meta-python/recipes-devtools/python/python3-lz4/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-lz4/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb index 746926da4e..7bbe59e8b7 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb @@ -9,24 +9,19 @@ DEPENDS += " \ python3-pkgconfig-native \ " -SRC_URI += "file://run-ptest" - SRC_URI[sha256sum] = "01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e" -inherit pkgconfig pypi python_setuptools_build_meta ptest +inherit pkgconfig pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN}-ptest += "\ python3-coverage \ - python3-pytest \ python3-pytest-cov \ python3-pytest-runner \ python3-multiprocessing \ python3-psutil \ - python3-unittest-automake-output \ " -do_install_ptest() { - cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ +do_install_ptest:append () { # The stream API is experimental and not enabled yet, so don't ship the test suite rm -rf ${D}${PTEST_PATH}/tests/stream } From patchwork Thu Jan 30 21:57:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56319 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 7D7F7C02196 for ; Thu, 30 Jan 2025 21:58:16 +0000 (UTC) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) by mx.groups.io with SMTP id smtpd.web11.6222.1738274295525748471 for ; Thu, 30 Jan 2025 13:58:15 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.48, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f48.google.com with SMTP id ca18e2360f4ac-84cdb6fba9bso103865939f.2 for ; Thu, 30 Jan 2025 13:58:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274294; x=1738879094; 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=Y6VPa5YakiggAndKZSlwoqx2BVpuIP31qSo8eKpP+O8=; b=ASoyP8Na5mtAxlsNoRUNuwc4BEP3wuYEqaXtqQpWxOD7SqzCd9m9UW7E2Nvs8PhWQX PGeBAKkPJhPJbaKbWDJaHHnkIqQz6S/7f6a2SnAZ+jgxuOf+boBv6Z03nBCn1tktbDeb 8tla9LNhjUSg7e4ewno+3HH7gdeK3DjoyS/KUAiEs9jHTPYBWQWEmyzYEN9UG9FNn/ld wJ1JmolzyGtO5UMuRHCVxz6BT3wg1b5JUZIpGEpRH24BgFFiNOUvLu49fDkfXuc2RdCD v6p2/IpLqp7cRIAppldc5/hBhc0EWQOhWnfIeBzV7yAA9JpPZz/P0zdW5E78962TOSyw 74Kw== X-Gm-Message-State: AOJu0YxyLuGTFruxkUnYidRq3i34quzyFNmObjLlO9JtKBxoklm0YAJq Wrf26/Rqf+bqwNZikDfs1Flakf0fnDdtx8dalMJliAMNfpBdbHvYHJ0RsISjPRg= X-Gm-Gg: ASbGncuLSwqiqXczUrPjeXkanqeVTMj+UKDAWoSjhaH7KctPDD1aFe7DciGmXzDB2sB 5RNqEICkPzLajMDyX4FaDpU6NAoxsPGH+vadAyp7yWK0oNDxPxwuhPQIjRd+hcEs+1YDpcMVXtj cfOK7klU1SWxrnV7VdywSiHQec5RsiL6yfG/3FoHiEQJAL+KGfshjebsgPkg04TLqb+DOK2tGEa 6+/8kz5EoeF/xne7GnIQ9vPtGlLwK4Z2RAtFVZuXalAgq20Bz8IavEiU1f7z4Z16QUlsDBchdHK 7UEkQjYl1Q+4n8Bjpd1VRBAf00GoysqMD2X304WOXjO36j0qIFpT0S9rptV9 X-Google-Smtp-Source: AGHT+IHpiz10mIHdb0Jqs5q/PDC7GxsrqB49Lw+kCV+r6q190uzUqo9z+ROBkGFx5uPMJl65CWqzHw== X-Received: by 2002:a92:c569:0:b0:3d0:11ff:5299 with SMTP id e9e14a558f8ab-3d011ff531amr17483925ab.20.1738274294313; Thu, 30 Jan 2025 13:58:14 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:13 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 09/23] python3-jdcal: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:24 +0000 Message-Id: <20250130215738.3280576-9-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115163 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-jdcal/run-ptest | 3 --- .../recipes-devtools/python/python3-jdcal_1.4.1.bb | 13 ++----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jdcal/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-jdcal/run-ptest b/meta-python/recipes-devtools/python/python3-jdcal/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-jdcal/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb index d20c9ad42f..d947a73cf0 100644 --- a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb @@ -7,21 +7,12 @@ HOMEPAGE = "https://github.com/phn/jdcal" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bd236e1f590973467a427bb354be0f46" -inherit pypi setuptools3 ptest +inherit pypi setuptools3 ptest-python-pytest SRC_URI[sha256sum] = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8" RDEPENDS:${PN} += "python3-compression python3-io python3-pprint python3-shell" -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { +do_install_ptest:append () { cp -f ${S}/test_jdcal.py ${D}${PTEST_PATH}/ } From patchwork Thu Jan 30 21:57: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: 56322 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 79872C02194 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f181.google.com (mail-il1-f181.google.com [209.85.166.181]) by mx.groups.io with SMTP id smtpd.web10.6251.1738274296501262732 for ; Thu, 30 Jan 2025 13:58:16 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.181, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f181.google.com with SMTP id e9e14a558f8ab-3cf880d90bdso4838615ab.3 for ; Thu, 30 Jan 2025 13:58:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274295; x=1738879095; 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=dXTK/AO4EGL0SopHEPGhwbfpmSPuI2CIi3f34mf40X0=; b=o/YZhHKUzyje1u1avjtQpL/GQdv4BF/E5ibd9yankKwTiU/yR2tePTbe96dgkDY308 dxrTMPZD4gb4/xHOEOI3jeEhSQYWlSd+GrPqEQX2L14vaZ0HyS9w2OFSBXP6McyedmzO MaYLdaYT/g/kIRCte5mtcBHhkQnbMlEHMNImDMUMaakgP+KF+tyXayRxKzooSpwd8TFe +0rzJivM4KvHIM2dCOhZK4M7Jm86o+YrUi+BlHmUe7Wy9liD2uQo2Va+piG0zN1YTHHg 6MoRN1uH8Jj6l0Y2Sj/TJdCBTuF3t6iquLNNX/XU7mmPvLilwZrbI1IBhC+fJK4P1DJQ G1hw== X-Gm-Message-State: AOJu0Yyh7Xi2LUtObZIeEY1w8W2lSUO4wptjZfIqM7WCEoUAeNDLMd/+ Z09PJLua7HhbT4aSOLH4RoPmYwdQfaC0ua6TVEfEv2CQUTq8bmJYz5E1HMJjEak= X-Gm-Gg: ASbGncsL/tK1wrCNMzngxIhDAetq1cakShlvkB6aDnTCEDbVLNUYwKVVh3S1TjyrCGL rjzegBw46waSMSpM+JbsosmA42Vam17SMdw80q9+0ii1MwIhemHtafjZpnRrAtNuWMQF5uXwvUx GLiMj0LXD9B91aD6MtAHhwZrAqdAz2Dyx/plHKnaumxvO52wD6hr0Va+adSzaxRVX/i9GEb+4Y3 JAnRWtfJLKOPAZHa4mhw9n2b3tnkNq0wJS/N3Swnj5BHSbu8NdknPWhUrVO3JG3SqyB1XrPMfR3 Zh+xd+JkeFNg9KXKIDj5+z1A7b1zSwLCgMt23LZAMhzG3IYoYCXNbldwotxY X-Google-Smtp-Source: AGHT+IHOl7VVnwO2ZR10DMdSVi8DwdUL608pFUjKQvdi2lOIvp2A60Gc6QTJCOTD/58EFs+cERKtqg== X-Received: by 2002:a05:6e02:1c2e:b0:3a7:8720:9de5 with SMTP id e9e14a558f8ab-3cffe3d1ccemr89779725ab.1.1738274295347; Thu, 30 Jan 2025 13:58:15 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:14 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 10/23] python3-iso3166: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:25 +0000 Message-Id: <20250130215738.3280576-10-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115164 Signed-off-by: Derek Straka --- .../python/python3-iso3166/run-ptest | 3 --- .../python/python3-iso3166_2.1.1.bb | 16 +--------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-iso3166/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-iso3166/run-ptest b/meta-python/recipes-devtools/python/python3-iso3166/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-iso3166/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb index 3aa084d10a..6b96f5775c 100644 --- a/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb @@ -5,21 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5e2f4edc7e7408a82e4a1d05f229b695" SRC_URI[sha256sum] = "fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719" -inherit pypi python_setuptools_build_meta ptest - -SRC_URI += " \ - file://run-ptest \ -" - -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/ -} +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += "python3-numbers" From patchwork Thu Jan 30 21:57: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: 56321 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 79650C02193 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by mx.groups.io with SMTP id smtpd.web11.6224.1738274297490148503 for ; Thu, 30 Jan 2025 13:58:17 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.176, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f176.google.com with SMTP id e9e14a558f8ab-3cfdf301fa4so4250685ab.0 for ; Thu, 30 Jan 2025 13:58:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274296; x=1738879096; 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=VOjJRzMASl1qtfjI70mPJ7cTsgBprn3uejL5YuQAhJU=; b=ayAqhq/pxFZZ7xHvLZwVHHkapOUCnmtK03lCG2OWHD0UAxYkUBTulDxNaHBxOOYmvi fo7p8tv8Lfz91cZRzpg/asu600kJ9Q+h20tQmzJv+on9+e0I0V03VZR5ZQiZAYq8AzUP FRtYKSjhqEznlRxCF+kZ1zcsFpcXd93yQWdm/ghfiR1Ac+pupBea11aQWMbDSI6Qv2+E bLFvpQIIxQeFvAWuLTZm/hwOlqJNssj/rD9bI6sMbYZKYTL4ov9UwgUSBgESApAHqrzs FKeXTHrr2/yaLkF/gPh1ZDhI53DaznhrbOmd4cKlVdDLQ19Jqr1LuiUvONtJd5Ntminr CwKg== X-Gm-Message-State: AOJu0YyMawxz3whF6JK0y2CdUNDX2ACzNU5acIBdgs+9Pakf9lpStRYC WkSxd7T/oKJb6gH8Sn0f7OtVjnznMmYDnXSAfFeGY6laYj9nWueN4/+MqChbovc= X-Gm-Gg: ASbGncuvO3Xk6r7aCc2T7aUklPlBgzD3toBwH5Di1oQTaHA44dq4KM+fyY/uFtedp6+ JlgqXVFeJx6xJjINj3/AN8Govp72YR+Xwf8G1PAX1sePg1TebbNSZocNGMGLx99kyuJ1WxtYX9i FGrc78qCxAQ5n+jxINAquoWOxVFGmctXyZX4eki7vNQQiG3aej9BlgsV6GUgvGtHhR1hbBLo7FR PuNOsF7W+Tvkk2vqMibPRLZVpHqtGgVZCk0QgO1m/Az30PNEmb3hjy8EkrUUMoSeefRhiXFgte3 caUKVB4RVzMUSC5UXPoQiKz8IKnvyBKVy0L6kIUQMpohLuUmuDHDK1fjp75l X-Google-Smtp-Source: AGHT+IHkpkjCp41OqEfWf3WQCIQqE6OJAfdcheJo0NOZSiss1KonNfiE50DcCwLKh49QFyiDP0ni4g== X-Received: by 2002:a05:6e02:1a08:b0:3d0:101e:4609 with SMTP id e9e14a558f8ab-3d0101e478amr26087225ab.15.1738274296336; Thu, 30 Jan 2025 13:58:16 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:15 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 11/23] python3-ipy: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:26 +0000 Message-Id: <20250130215738.3280576-11-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115165 Signed-off-by: Derek Straka --- .../python/python3-ipy/run-ptest | 3 --- .../recipes-devtools/python/python3-ipy_1.01.bb | 16 ++-------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ipy/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-ipy/run-ptest b/meta-python/recipes-devtools/python/python3-ipy/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-ipy/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb index 817d04444e..6a35e12ffe 100644 --- a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb +++ b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb @@ -11,21 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=848d24919845901b4f48bae5f13252e6" SRC_URI[sha256sum] = "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a" -inherit pypi setuptools3_legacy ptest +inherit pypi setuptools3_legacy ptest-python-pytest -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test/ - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test -} +PTEST_PYTEST_DIR = "test" PYPI_PACKAGE = "IPy" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Thu Jan 30 21:57: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: 56326 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 9F7FEC02196 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) by mx.groups.io with SMTP id smtpd.web10.6253.1738274298891284445 for ; Thu, 30 Jan 2025 13:58:19 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.173, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f173.google.com with SMTP id e9e14a558f8ab-3cda56e1dffso4348595ab.1 for ; Thu, 30 Jan 2025 13:58:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274297; x=1738879097; 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=CQ/+x+qOmyd5LhFWc7vl5/sEF3avNMW8RiT38ObJORk=; b=snNewkM+C+qwc+9jdlwP+0g71W/4MTz0SlDct5Inw6cxjRlRKrpF4QTB1/FdiA4/0W I1Acc/0Xh4xZQb1r8ZdQDgokZNMxvqJO8lAXSMZCrA16htgUu/XzmoR2g0Q4S2EjrUxK ov8bCxeoLSk9Y+9dlczghELVEcf6Jdn242WneDTI95+hTXWbyRQRzDcXumxuDJK6GuCp 42CPJMeQ2braEe8KFxJeJNEN4Uqu9PkGtCIFPW3LmQ/69ALXK+R7GHT02XdgqSaR/gs2 ni4KQ5pFFfndk31RQ9SP8HKrStIe/hLGC4ZIH7B7EGvIUdtGuHRoEUwGDYSaiIQd2jMZ wcYg== X-Gm-Message-State: AOJu0YzvVcMYqe7pLWWq8MLY6wJjCpheqtV0mhmfi/IR6oMU+QRHTD7O pVkRf6jQxMZ4RKACtQTmsyN+cjCV/B6S3dHiHRN3TkEpuFeAwBGdIJDC40R7U38= X-Gm-Gg: ASbGncv4cZiTw67+fNT1f1EUfwhTQZVSDt4cYA/hI/QGzVgEE7017eZcqBGTwlLs6Vk OFF5G3VQSajjPKFmh8SzPfmz4TE6gmn76xtWfOYr7RvjwUY9BtrJMEaZDvrXSBThJ5sap9+oZgo suyikje9nqUPYsJ6eFmpuItP3Sf7voN6H1n1nZ0RsNIkukimPWf5AeT4oE/7+ucAS2Gq6UYsNhi 1KVEkGk+/xLRbra+cIBijjyVem3JJItKRzK7nYBg5qETgieKqeRdDSXZ4r1BX72bCUk5CRUaKLs H+peLH3SuCb7mYG/osbG3SQL0JWHxF2Q3yjJD2skIb823lMEV+WwYZNl8Ftt X-Google-Smtp-Source: AGHT+IFQKkRTvaR38Ht4DOgEvfkH7/9FPnrc7IbMyvmyCSM8+I+eySeNYXFlGKAA/+olrqBXqmjyQw== X-Received: by 2002:a05:6e02:3789:b0:3d0:124d:99e8 with SMTP id e9e14a558f8ab-3d0124da53emr14454435ab.13.1738274297307; Thu, 30 Jan 2025 13:58:17 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:16 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 12/23] python3-intervals: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:27 +0000 Message-Id: <20250130215738.3280576-12-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115166 Signed-off-by: Derek Straka --- .../python/python3-intervals/run-ptest | 3 --- .../python/python3-intervals_1.10.0.bb | 13 ++----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-intervals/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-intervals/run-ptest b/meta-python/recipes-devtools/python/python3-intervals/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-intervals/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb index 3c5be47806..dd9f88748b 100644 --- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb @@ -7,18 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" PYPI_PACKAGE := "python-intervals" -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi setuptools3 ptest-python-pytest -inherit pypi setuptools3 ptest - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { +do_install_ptest:append () { cp -f ${S}/test_intervals.py ${D}${PTEST_PATH} cp -f ${S}/README.md ${D}${PTEST_PATH} } From patchwork Thu Jan 30 21:57: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: 56323 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 8BD29C02195 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) by mx.groups.io with SMTP id smtpd.web10.6254.1738274300611338247 for ; Thu, 30 Jan 2025 13:58:20 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.175, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f175.google.com with SMTP id e9e14a558f8ab-3cfcf8b7455so10300165ab.3 for ; Thu, 30 Jan 2025 13:58:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274299; x=1738879099; 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=eKOaFifL23KaO0HKp0NcRb9clo6e7i7bTNXPzd3ciQw=; b=ACx6WSOqFZZDkg/lTmvhYcrWf4JTvf6ESEePlp8XPYBauGNVH9hgVL26ei9hJ7dCm9 YUZ9rlsnTAlExctp0WqLZKpCtfVKycui330MOVJlANr6xrAaDSJvfY0uCdMneh3UbJaB BadlpLVPRx3JcW3xSuvmPdbAACjEsrxfcePrLz767usUv8Nz7k4Wv9Kpedq5/j/W9Ycu 6uV0VzUH2AsTxm/cWWMfiZdr820XI/q93PULjyvGrE0Ewwuc9vT/yQ8vrn95HKNkdPUg M/Ve05zkgo0vjQ4BXq0xffiNtT/y5C1oB/qlNsPnwGt86dMgkpi0iNjcR5LmapcjAnXe mkag== X-Gm-Message-State: AOJu0Ywn5tpT07wZimYoP4LlntVJbb3WGPuPxbQQqI18rY1ULNn0KvL2 5X6gOBg0lfJDCFmebVy6B2HuxymG/f7cXZiCnqqd/Hdysgd+/beycf0pXHXNfYU= X-Gm-Gg: ASbGnctZPJXi8v5u0vDzAVbGbgnzYofQI4M5Y2NSFWWwGsy9KerD8Hg6tSOadTVmkfP yu3jkVUFkpLteDj3anxc+eYRJVAxPphuOjh0ZogPVGk0u45RvCsgdVHnMVls15Ra2ofb8qEL1p1 Evh9VjxWj4TPAnzi9OGytSYz347xY5i40pY9A2TKS2BGw5JQ/5La1IF9EOoc5wDOchg1WIm21B/ 8wvZk4O2PccjiYMalGlXR134K8AO0ZFiTTKQ9vlgVUKqueXFiZXe2slaGXFSLYKdY3dt7RcFA2i NW0vH/0i0I7CZF/sAtTk7DQ9rkWXmoPArgzHRNqQVAc8rgfqbEUDWO4kNHwD X-Google-Smtp-Source: AGHT+IHV3/1HwIerwuXKZnyOKyGp0j9ja7GixZNL4AFuzocW7rNJMjjZYtqAxpbFVhsEe0TguQS+Yw== X-Received: by 2002:a05:6e02:1947:b0:3cf:f88b:b518 with SMTP id e9e14a558f8ab-3cffe47022dmr101543645ab.18.1738274298993; Thu, 30 Jan 2025 13:58:18 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:17 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 13/23] python3-httptools: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:28 +0000 Message-Id: <20250130215738.3280576-13-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115167 Signed-off-by: Derek Straka --- .../python/python3-httptools/run-ptest | 3 --- .../python/python3-httptools_0.6.4.bb | 16 +--------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-httptools/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-httptools/run-ptest b/meta-python/recipes-devtools/python/python3-httptools/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-httptools/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb b/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb index 730df90f1e..49f14da206 100644 --- a/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb +++ b/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb @@ -3,20 +3,6 @@ HOMEPAGE = "https://github.com/MagicStack/httptools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0a2d82955bf3facdf04cb882655e840e" -inherit pypi setuptools3 ptest +inherit pypi setuptools3 ptest-python-pytest SRC_URI[sha256sum] = "4e93eee4add6493b59a5c514da98c939b244fce4a0d8879cd3f466562f4b7d5c" - -SRC_URI += " \ - file://run-ptest \ -" - -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 Thu Jan 30 21:57: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: 56325 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 94CAEC02197 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mx.groups.io with SMTP id smtpd.web11.6225.1738274301590327065 for ; Thu, 30 Jan 2025 13:58:21 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.174, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f174.google.com with SMTP id e9e14a558f8ab-3a81324bbdcso9145725ab.1 for ; Thu, 30 Jan 2025 13:58:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274300; x=1738879100; 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=atymFMswPPOcFgHX2CMcxVXoEV2V7rAMrYA1Pa62bVM=; b=eMOVKhVFOxhqi25aR7RJUhZuthRJw6QSt0j4ipAEcVWo4LHo38vQBAOmMmP7tpTLrR mZYgciYy1n4yQ6mN1F/gp1HfSwfVlWvWzwzdt+ycpzAeZeLN9hKSJizPLvaj2Ufll76C amVwQBhyjJFplC0mxtffo3WO5ORE+HHslY1Tn9O05ybL4g+bl79nEaX1aJ5qVCNW1jhy nE16GKBTmSAU9teyGBpYBPhbuFhkrIMCJjtQd2CZP5K7Iwnw0dD90rwniyMrveZQbKus CDyQGM1FXqoXGGcPkSyVeF5FvJjZlvep3v3VAKDbsMgTO4teLzc34vnHHQ4pCryVyFk1 jnDA== X-Gm-Message-State: AOJu0Yycyx1RD2iBWHOdDFou96xyUK4ee3dtyREnlz6QuC+Q2oANK6I9 zGuL9pz4siW6HwiZEMh/6KvFaxhJeQ69+4w+pP0BjS9HeaCp1nJYGhkbt1cdEkw= X-Gm-Gg: ASbGncu7+mry4XZkCGQ8UDSt/vZ1rDAVHmclWkAd9ocrgjuWypFPO1CLbTGewYRTvZ0 9Gkyx+gaAJ3tvw1oNafWKDMZB0idV55+67sCtQnxpDtKSqkyVIMOBoCdt4a+NyC7zgIVDNYJdn6 c+tAd4tdNFvFW+yPXvNoldEgHFAhhv2KjA2rGUYVZKY88H/CwWXVQi15ttk/UgGqboUH2TEa9rX KcNN2SmnWemXEGqQnraPBW6VYUCtGXUW8S8sijD0OdbBJUSHYdwPZocnPfKUM3pDr5FpA1NWe1k 4LPFa6Lvy4sJw8iVH/35g7NRJ5BPSogS74u3WYsbnm8uqqCxIoNMM9My9vBm X-Google-Smtp-Source: AGHT+IHoC9JqDhIDNe2cir3a46vP5u4n/lctAR2mv4ea0J7/iP1kxVHBHCTS9bE0uW4BFdXlYabS0Q== X-Received: by 2002:a05:6e02:1c2e:b0:3cf:bb6e:3065 with SMTP id e9e14a558f8ab-3cffe297c77mr85768365ab.0.1738274300431; Thu, 30 Jan 2025 13:58:20 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:19 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 14/23] python3-html2text: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:29 +0000 Message-Id: <20250130215738.3280576-14-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115168 Signed-off-by: Derek Straka --- .../python/python3-html2text/run-ptest | 3 --- .../python/python3-html2text_2024.2.26.bb | 16 ++-------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-html2text/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-html2text/run-ptest b/meta-python/recipes-devtools/python/python3-html2text/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-html2text/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb b/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb index 55f4c8b0a6..98e0cde1e5 100644 --- a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb +++ b/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb @@ -6,22 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI[sha256sum] = "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" -inherit pypi setuptools3 ptest +inherit pypi setuptools3 ptest-python-pytest -SRC_URI += " \ - file://run-ptest \ -" +PTEST_PYTEST_DIR = "test" RDEPENDS:${PN} += "python3-html" -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ -} - BBCLASSEXTEND = "native nativesdk" From patchwork Thu Jan 30 21:57: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: 56327 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 ABC63C02198 for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by mx.groups.io with SMTP id smtpd.web10.6255.1738274302551396280 for ; Thu, 30 Jan 2025 13:58:22 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.176, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f176.google.com with SMTP id e9e14a558f8ab-3d00a6b26e4so11066285ab.2 for ; Thu, 30 Jan 2025 13:58:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274301; x=1738879101; 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=9gQeS4v95ikqNTN1oJrbcLGk8iP2STrTTXzNFaNDZI8=; b=dmRe0Dd050ddXwPlm4q4vPBcJv2iKScm8zeRNssOjWzod6Rftz88OgUAycSYH0+fY4 R8fweo49HFdYJkmMOdGILNXTURoxRDmGB+BPC9/fsTKrwRePraYbAECcbOi17ZztxvB3 MxMc8dNW33+gQzgjL0fA04wbj9aqHl52psymSgrWQB6Z/ATAMPSj2cfnpaOfwGnOvQ00 jJH4bu0kA1evasxmbjdLmJaYNBUnunINiIcQJCEvVGPUkmf2vz7NFrvRojwYwvr29qLt 9EAS5rN1f9Eu6BjhsPH2Fq+OCpNb4uPKzGEzPInTiLmzZWF9my6GU//ydHAtcuFEkoE3 ebpg== X-Gm-Message-State: AOJu0YwjTI4z7gLXnizTVVZr4nah3G4Sqn3m9m8R3qJEPCZXDy98W3x6 ZqXgEEEbadEVA3h+3rwVQtATjWE1RND4uIUsiNAw0AUrQq+G0fKXTWV+jQWSt4s= X-Gm-Gg: ASbGncvntxbj/RXExZFF4x6/KNTPljtd3QZeH92XJDm9DQWcmJ+Padz3+gdO5y4XWgb yLv1EJ3p5Bv43VZLB4EYxU0OhfNOS7OABfJL4o480J+Zz6wL4vkQ7P7jhX8wFRulL4j8N6Pjai6 D6xzPtqjPsUsTHfFUN/+ASYTjxFk0Chqu4w2zFaxqPj0mThCpYMDmHmoLxLmYEgfPM77m2Ppcqg XKurpoQr1DUFZlXadjLbxQ53Pc4sjZUsz316TZQM3O9GGV0g6TUk/Cfvn6UvOk2ZfrI69Qm9LP6 v/FWbFUS3A6wyDYFDIAuy5DFsW4QDvKP/B/nQXuco8I8jsTRLm34U4XyKmf/ X-Google-Smtp-Source: AGHT+IFE2v0wXdgF9LMajqpfaywLnuOam4a3aMPeeiibSVP/z6LKlvxJOYL3hwOyPtHhSwapzJUiWw== X-Received: by 2002:a05:6e02:3101:b0:3ce:69ca:ef99 with SMTP id e9e14a558f8ab-3cffe3e5e4amr90689685ab.6.1738274301390; Thu, 30 Jan 2025 13:58:21 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:20 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 15/23] python3-geojson: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:30 +0000 Message-Id: <20250130215738.3280576-15-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115169 Signed-off-by: Derek Straka --- .../python/python3-geojson/run-ptest | 3 --- .../python/python3-geojson_3.2.0.bb | 14 +------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-geojson/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-geojson/run-ptest b/meta-python/recipes-devtools/python/python3-geojson/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-geojson/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb b/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb index c7bf433d42..9ee6d580b2 100644 --- a/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb @@ -5,19 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f77f2ed49768c8d4c79ba874c0f94d8a" SRC_URI[sha256sum] = "b860baba1e8c6f71f8f5f6e3949a694daccf40820fa8f138b3f712bd85804903" -inherit pypi setuptools3 ptest - -SRC_URI += "file://run-ptest" - -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/ -} +inherit pypi setuptools3 ptest-python-pytest RDEPENDS:${PN} += "python3-simplejson python3-math" From patchwork Thu Jan 30 21:57: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: 56324 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 7A9EDC0218D for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by mx.groups.io with SMTP id smtpd.web11.6226.1738274304741150205 for ; Thu, 30 Jan 2025 13:58:24 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.169, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f169.google.com with SMTP id e9e14a558f8ab-3a7dd54af4bso3243035ab.2 for ; Thu, 30 Jan 2025 13:58:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274303; x=1738879103; 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=7TsHC+VrvrS3s/cLRZqBFaTnn65jTLKprF+RvBEsIoo=; b=c+kOvbYitlwT3VvtIx7lIdIQTEj99SNhDkmVy979jnThNwQyIcSp70jVN0A5AMeq+6 wnRjtZyzT04+Yx18KL6z4pBot+QNiiQYPYx0YxsOAgcL1L/4R4PfC3OeD/H+AbAc17lE lMrKS2FpUxh9KWPxtnuSCVCDDQFkXKUcV0w/4b6D7KS6eepuDOlHcrZXgJX/r9KKBoKy ZuGYMIBtxY6PtHYQqoodgN5ipXvegcbW48nhL86JG6ptNL1UWLEW/9HhdDKINa/ThaMc /lo4HJv7wR899w/PjFDssbp2VqtO3IgOrPBJCPjnYtUciMrkkVSj58nIbgRjhumYwulh /Hfw== X-Gm-Message-State: AOJu0YxDtu9/1M4EJ8+3XLA7X7fbL7MHhMtANodoQy7pzqPkHfNUjbni Nb/Mz6rT2SUBHcjfmzcmba+xD02b6qyfodbG+jAi0d5JcjWZ9lCRMlCy0/AX6lA= X-Gm-Gg: ASbGncvoNFSNXuadAVSUK52snaV3uvqiEg7BrZaDF8obQOvIHaGM+e1QJKpDG1R8X9n Aa+JBb4aitnQcsv/nESetWtt4DO0/FjKjs2O4jsSAR5ui9VBb0co+MvMu69Hpr8Dh2vG1Xd6jRz PoD7rm70bnsuwpBo1shI9ox3QFQjKIh0BC1/t1lqSf5Xslejzz5my5298jsalHToAaSwgFL/+h5 mNo5Ed+wkMnWSKl8o9g9I34W/4gqOT8JNa0UiSPQkYtyK6f338SnNdC7kWS12zmzH2CSi9Ak4+P JQ03kyuTGldx4f3Zj9gujmPzc39c/G13dsqjeeRKgvmHmb8ZYgy0YGu9O07F X-Google-Smtp-Source: AGHT+IGJFBI6sHxTWvaXg5vlLEID2hTsisrVgWBJCn+uCM2d6vjEuuH00NC8mVne4c7KLm6xRljBJw== X-Received: by 2002:a05:6e02:2149:b0:3cf:cbac:3ba6 with SMTP id e9e14a558f8ab-3cffe37cef5mr83188275ab.5.1738274303219; Thu, 30 Jan 2025 13:58:23 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:22 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 16/23] python3-freezegun: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:31 +0000 Message-Id: <20250130215738.3280576-16-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115170 Signed-off-by: Derek Straka --- .../python/python3-freezegun/run-ptest | 3 --- .../recipes-devtools/python/python3-freezegun_1.5.1.bb | 10 +--------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-freezegun/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-freezegun/run-ptest b/meta-python/recipes-devtools/python/python3-freezegun/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-freezegun/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb b/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb index 431843bde4..9d823da507 100644 --- a/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb @@ -5,24 +5,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=acf1d209bb6eddae4cbe6ffd6a0144fe" SRC_URI[sha256sum] = "b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest SRC_URI += " \ - file://run-ptest \ file://1777174bb97c0b514033a09b820078b0d117f4a8.patch \ " RDEPENDS:${PN}-ptest += " \ - python3-pytest \ python3-sqlite3 \ - python3-unittest-automake-output \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - RDEPENDS:${PN} = "\ python3-asyncio \ python3-dateutil \ From patchwork Thu Jan 30 21:57: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: 56328 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 AF5D1C0219A for ; Thu, 30 Jan 2025 21:58:26 +0000 (UTC) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by mx.groups.io with SMTP id smtpd.web11.6227.1738274305696569320 for ; Thu, 30 Jan 2025 13:58:25 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.45, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f45.google.com with SMTP id ca18e2360f4ac-844ee43460aso73955639f.1 for ; Thu, 30 Jan 2025 13:58:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274304; x=1738879104; 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=fhr1FTX0GGTumwFU23nVH+49ilotJC3YkVUTj+xuvVI=; b=hMzlK2Q8BcHKK8wqpyjUqBeE3YkK9cEjcySWLPQYPbJ7Ad/YCPoR2yjgMUEznlDCTZ Gl0Dhnw096+ZutJGpVg6YUZ1kJKtEdzNwzTd5EuarGzpCjWmYl0JnPOuGk9KreoBtkYb /YY6/LEqOo++QsB8fDImwr+jLlwrdASy9g6tsZCChFgME3RpW5l2QfVdaTERq/WBc2pL 1BjntBJF4bkF+UPvEwwkVwkKYlvSxmS4Gy9ejhwR1NoYeBv0d14U1ubA+aoX3ljp290F BzspAvvLd+3B7OH94a7vwXVev+Y6m5KtYjxMK59gu3LtLA6WsZeMs17GagVnZmZNKaYq 54NA== X-Gm-Message-State: AOJu0YwCCyqWYeaZbIdyaioxuBns1jV7KZ/R9e+NRjJmWLYX30+j4enj htO9WA+UMjVF6pwFnC/W8HrhU3SIjFraX4i1cYIrqvI3fzLRnVvC7eR6b5hVI5k= X-Gm-Gg: ASbGncvHHVqB0Fbd+XTgB20QfZ6MgAL1N+keCMCwz5mC1Pq9fPW3eNfSLfo3QhplxgP ic5cJ8ak7VrYS90cOTRnUUapPeW+Rv8NBnmTkZye21/gAMkEbmLEvFOG0QfUjY/AHtqgvEmcq3A Sv6KWurmWAVU1KjmhNFd7WYGNGLpjxErQYX7LMJz6/l4uEwD0ndzGMWclYf11zLz6GMRNdfB1iU cyqTgWLbiUeRElWepc/IXKBut8P52pfLe//fjnbcsvvgRGLAXICbo/82Yor1hFjADcPdRn9FBUM q/fMYzyJD8Med+UpcvSAqFseEFRLAfVZloPMbjDOhQbkRtfZ/MgdHglR0UBj X-Google-Smtp-Source: AGHT+IF1zMCsOHyBikGOBFDJ3qPxyDysXgz3NQdlYrYhkeua969N3iFdUSSXf0yWjAN1jCdZzftAzw== X-Received: by 2002:a05:6e02:3101:b0:3ce:69ca:ef99 with SMTP id e9e14a558f8ab-3cffe3e5e4amr90690845ab.6.1738274304550; Thu, 30 Jan 2025 13:58:24 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:23 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 17/23] python3-flexparser: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:32 +0000 Message-Id: <20250130215738.3280576-17-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115171 Signed-off-by: Derek Straka --- .../python/python3-flexparser/run-ptest | 3 --- .../python/python3-flexparser_0.4.bb | 16 ++-------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flexparser/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-flexparser/run-ptest b/meta-python/recipes-devtools/python/python3-flexparser/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-flexparser/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb b/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb index ef8cbe5a54..c3d8fe28ac 100644 --- a/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb +++ b/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb @@ -6,23 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=32f547dac365c355d2cdbcd7ebea9144" DEPENDS += "python3-setuptools-scm-native" SRC_URI[sha256sum] = "266d98905595be2ccc5da964fe0a2c3526fbbffdc45b65b3146d75db992ef6b2" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest PYPI_PACKAGE = "flexparser" -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/testsuite - cp -rf ${S}/flexparser/testsuite/* ${D}${PTEST_PATH}/testsuite/ -} +PTEST_PYTEST_DIR = "flexparser/testsuite" RDEPENDS:${PN} += " \ python3-compression \ From patchwork Thu Jan 30 21:57: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: 56332 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 B6C94C0218A for ; Thu, 30 Jan 2025 21:58:36 +0000 (UTC) Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) by mx.groups.io with SMTP id smtpd.web11.6228.1738274306659385181 for ; Thu, 30 Jan 2025 13:58:26 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.54, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f54.google.com with SMTP id ca18e2360f4ac-844e10ef3cfso90489639f.2 for ; Thu, 30 Jan 2025 13:58:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274305; x=1738879105; 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=HvWsLQid6zU/0JMrKcB7QE0faPhBK+p9hNEWLkyJiLc=; b=UWFQSp54BtNJHpllR8Q2NvrBGVeS8WOpw9FyZuJuEi0EDgyls3AGEdAejC+CBewxFU LA9YdZmv831yjCwcYrKyE99WBVBCgnWaN8oiI023JBGGr8ZkXubNe+ERVLoR+inTLncO hvKjN1ErmY1Qfe2fr5CaiX7hA+BgsZDMR5CwT6JFwYSBAcXh3IwemflbtAt/1OFnn+dE JHssDEjXRcDu13tF373o+K7n1ms72F025tAkpoAeKoMUwpr+oU4x7Yp3MxZrjb9vUmXe uJ1KljxXQc0gjvouB4GAqG6z5MIZBd/5YdVcO0ITedAZIzCr9Lay4l7TZeFH3TDT5K1+ qlww== X-Gm-Message-State: AOJu0YzDO5WiRUWfXWh+LDsilAdjYeszMrXwQOd0PmOiveFaNwf/8nhk E0D3aEUb2FMgZ+Wtc1cb8BWJi3+I8w8F0vdH0Gwc5xXLpDn5SKrNJVJCcWMs80g= X-Gm-Gg: ASbGncsEZF8GtzO1tjGECwTp518SbhcXTXPCfVI92ekM88MCC8sKd52V3MV/FJAde+5 +9AhVchisNao8Y2WkKQDVOQ7tDmkJX5nM0ebQcwzfbUVZ/E1BkaPFtiZQEZdAsjDM4VcCdFVbMd CC4A9pxLT7YINYrmTFF7lTT115UzzSYOlMGwV4DFc/l7P/WZjIlOfFzfjYF/+cIfmqL9HtMY97o GtQkoLmDEkqJKCUqYwfM+whx/+9ohI7ldQdIR0+Up+VMeYvElhM81PYTKygIPC7KihKQ5Gw0UGZ XgfgeBjc1k0SeaV0R3HjYx7Q0tDlEfk1txuNRvLTIQBw/WkH88beqwobBlgz X-Google-Smtp-Source: AGHT+IFPfaioIsfELnnR7Dx1eBN5zslmOc3vmcnXC0Jvg7ws55104q0SfYwAo1Q2CKMkE6/x967WlA== X-Received: by 2002:a05:6602:3a01:b0:841:984b:47d2 with SMTP id ca18e2360f4ac-85427e34f43mr1057589739f.14.1738274305517; Thu, 30 Jan 2025 13:58:25 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:24 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 18/23] python3-flexcache: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:33 +0000 Message-Id: <20250130215738.3280576-18-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115172 Signed-off-by: Derek Straka --- .../python/python3-flexcache/run-ptest | 3 --- .../python/python3-flexcache_0.3.bb | 16 ++-------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flexcache/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-flexcache/run-ptest b/meta-python/recipes-devtools/python/python3-flexcache/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-flexcache/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb index 1bee774022..35769b45c4 100644 --- a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb +++ b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb @@ -5,22 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=32f547dac365c355d2cdbcd7ebea9144" DEPENDS += "python3-setuptools-scm-native" SRC_URI[sha256sum] = "18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656" -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest PYPI_PACKAGE = "flexcache" -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/testsuite - cp -rf ${S}/flexcache/testsuite/* ${D}${PTEST_PATH}/testsuite/ -} +PTEST_PYTEST_DIR = "flexcache/testsuite" RDEPENDS:${PN} += " \ python3-compression \ From patchwork Thu Jan 30 21:57: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: 56331 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 B6CF3C0218D for ; Thu, 30 Jan 2025 21:58:36 +0000 (UTC) Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by mx.groups.io with SMTP id smtpd.web10.6259.1738274308090337980 for ; Thu, 30 Jan 2025 13:58:28 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.47, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f47.google.com with SMTP id ca18e2360f4ac-854a68f5aeeso20850039f.0 for ; Thu, 30 Jan 2025 13:58:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274306; x=1738879106; 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=9J/5jbhTj26g1JxYi70N3MFkEqtOH8jIbLfkkMTYs4E=; b=vSdSe9A6DF3Z7z2A2W9zHtvktpRoWV4hKcDj/9e2/xO8DDcpVTswIvJRyVM+2KPYQ6 hhZgR4qDYACJHCYH3G70LbCeiaDx39d8MR9uBDXcztuobqH0WRyhUOWe7emYgE3S790v XCkEgOL4FYHk65x0P6AprkfQ/+QB5uDodmyuMb9q0GxaGTPWqS50Dhoyf/ACPc+u3B/e oPnuQL6vOhBnGGPCBJ5JInh4vB1Cnhedk80pHQ5FUSjBvYz9WN+maWF5WmM6IuaUt2J3 wQyYdVYsk2XJ2+WW+SU+20MAfiFmh7Ca5RYFt+6D0LjDbMb1zp63HNI6RvSqOGLSSdrc qAIg== X-Gm-Message-State: AOJu0Yyjk9G6JyGqCj2VCluTb5nwu1yehX3xsZg4CeQM+r7lI3BNP6S/ B6ncLiy6jBZ7afNCdFB06Lmdy/mugMXIylCvF5KKqKSzHR6/xtKt4BgCd1l/2mY= X-Gm-Gg: ASbGnctXoM55X0EJOR8K2s2V/GWgNV1NgxLvTbkWi+75fmHIwmefzmR771qZN5ARiX8 ZaMOC8x5h23PTISpo8+QXuINdYtQycjnr5OZDRmqLLxlkilk3AGFXq3bgwFMuuOv/OPXj8/uIXk zja1HIcHNjZOgMKEYdIYOJEVDDnfKNmsOrcB4HPmMcaoJ0TEfZGAMCOG4YlH3IthFMkxy9NYiNZ +2SEnfpHol6oG/zBWdnCyAkuyscxRHeH37p2QH7Rn78XQzwgvVd+ShgMgFvUsPKbN2QIuF4gHDb LRMAXQaf6Df/yqPILv+wr30mwTg7AxPQ2IjwXeKVvQCFrPiyWRcCh+2gpMLc X-Google-Smtp-Source: AGHT+IEmKOHy3bcqkjDoB2WpzB9pyGtj0jLSth4rLWoKs28lPEhnqQtaiSDAdOjRZvopzENZV2TUjQ== X-Received: by 2002:a05:6e02:1f8a:b0:3cf:fd90:946a with SMTP id e9e14a558f8ab-3cffe445baamr76201455ab.10.1738274306446; Thu, 30 Jan 2025 13:58:26 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:25 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 19/23] python3-flask: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:34 +0000 Message-Id: <20250130215738.3280576-19-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115173 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-flask/run-ptest | 3 --- .../recipes-devtools/python/python3-flask_3.1.0.bb | 12 +----------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-flask/run-ptest b/meta-python/recipes-devtools/python/python3-flask/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb b/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb index 9b10089c9e..4d1d2d12e6 100644 --- a/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb @@ -8,11 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ffeffa59c90c9c4a033c7574f8f3fb75" SRC_URI[sha256sum] = "5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac" -SRC_URI += " \ - file://run-ptest \ -" - -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest CLEANBROKEN = "1" @@ -27,10 +23,4 @@ RDEPENDS:${PN} = " \ RDEPENDS:${PN}-ptest += "\ python3-asgiref \ - 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 Thu Jan 30 21:57: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: 56334 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 CE851C02193 for ; Thu, 30 Jan 2025 21:58:36 +0000 (UTC) Received: from mail-il1-f170.google.com (mail-il1-f170.google.com [209.85.166.170]) by mx.groups.io with SMTP id smtpd.web11.6230.1738274309527865840 for ; Thu, 30 Jan 2025 13:58:29 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.170, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f170.google.com with SMTP id e9e14a558f8ab-3cfe17f75dfso10307005ab.2 for ; Thu, 30 Jan 2025 13:58:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274308; x=1738879108; 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=yyRKoaqM4bJoakUcInsiwCoBYZQK5RASoJH9SqIyg2U=; b=L+A/vsQCkFUMQ+9Q5SNkES2PHkQqvSoSVLjknPfebG6Hc5jJc0ousu7XfVM+E9wpuP AA9JXJX2gQXDj6zwfqXzi4FIVzEDUoamGlTMRE1OHZwxNiIPDPfuMrLWEmeYabiiIpht rGBrdW3nApElGImYe3TwELF2+8KmpklMNCCdbB6Wq3Bnis0mpAurjacLI2H+8k0ZunqS x/SyaTqkzXnJdOKcD7ckM/0e/h1S2iVulVXeCk7foshBLIWqUiB6KHY0oxn50WtjiXzB uSmC2wDHnQ9nG8skgIsPHADm+XY1Ar6czZ1DJ/0Be/9DM9AXh8TLTp1B39pzn+cakGME 6SvQ== X-Gm-Message-State: AOJu0YxOE5qGAbtQstgZ3zRHBWCTG/xj7WbaWdAC8U+w1P6m9jmoNX1D 8oCQiwM7622jRCH3Ebcw1WY7Vazwsn51NvJMUTagLQd8j52MB6vD8XH/nEg5bbk= X-Gm-Gg: ASbGnctyb0553U3S4IrwRmBYBGV+xibimRRiTCZPvQY+GHIz4qQq3gl0G0QPVsf++Y8 XL2ADtv0/DpbPT81XkspeKXjZw41/WiEDF/2N9371/oHdO2clf70sbhmn238XMwIalWusyaGHrf 1dnaNEsbt0GDjKpzF9q554nw+DC4v2Rs2Ci9miigrN+KpL3PokHdO/FxRuAxM+2VZ2TI6n+U8Qx aH3iz8LUzEanmK7fQUjglUm+bCtzGqB71f6ETKjCQzOx6IhxYPKmxwdXnyvZ22uRkHuaJUJ04+B zKjJR+ybkh3xhSSyhgTM13a2lDCohBOXAHG7gPzOeR+e2HAU91Ls0JLQCAf1 X-Google-Smtp-Source: AGHT+IHrvnpNkIFCDY2aE1I6j/FTRRkUmma+EtriuvEhkx8epw60mpR00+6P51XuBeA0m7cbaWFEpA== X-Received: by 2002:a05:6e02:470e:b0:3cf:cc8d:48a2 with SMTP id e9e14a558f8ab-3cffe4702d2mr94632255ab.21.1738274307892; Thu, 30 Jan 2025 13:58:27 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:26 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 20/23] python3-fastjsonschema: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:35 +0000 Message-Id: <20250130215738.3280576-20-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115174 Signed-off-by: Derek Straka --- .../python/python3-fastjsonschema/run-ptest | 3 --- .../python/python3-fastjsonschema_2.21.1.bb | 11 +---------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest b/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb index ecd92d5a74..11fc6de8d6 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb @@ -8,14 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" SRC_URI[sha256sum] = "794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4" -SRC_URI += "file://run-ptest" - -inherit ptest pypi setuptools3 - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} +inherit ptest-python-pytest pypi setuptools3 # python3-misc for timeit.py RDEPENDS:${PN}-ptest += "\ @@ -23,11 +16,9 @@ RDEPENDS:${PN}-ptest += "\ python3-jsonschema \ python3-misc \ python3-pylint \ - python3-pytest \ python3-pytest-benchmark \ python3-pytest-cache \ python3-statistics \ - python3-unittest-automake-output \ " RDEPENDS:${PN} += "\ python3-core \ From patchwork Thu Jan 30 21:57:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56335 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 D59EDC02196 for ; Thu, 30 Jan 2025 21:58:36 +0000 (UTC) Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by mx.groups.io with SMTP id smtpd.web10.6260.1738274310698212553 for ; Thu, 30 Jan 2025 13:58:30 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.172, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f172.google.com with SMTP id e9e14a558f8ab-3cfc1ff581dso4163385ab.3 for ; Thu, 30 Jan 2025 13:58:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274309; x=1738879109; 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=/HiEmYREsJAuEU4/ykOLpzatpeYmEsj/zh/Ij/99V5E=; b=swWI/QNeH+VOAoEBoGgXlFbHWlJUDQ+jSIzsTcKPQas9oFhdorL8U4lOuULEFq3pXs Qn5MxjvBffMG3E/hY+XS0srTYw6vx025ciN/iY/CQ9kNdjLfxY+ueOkC+jwmDpeLtkVf Im7Vnx5WQGWPgJtKd1KuWHlr2uCmZLuh5xQS/f/ApMTgnyAxmdRlJPa/kNr5HjLCqyDU bCZloLFH/Ux8N6XK94Uk8avWkJTGEildQ17in3XmY8oj3ef8NDEFw6E2nBQpqNhvVcjJ uOWG/ugcVfuLN7EjSZyFkCNSNLXI0mReTyTDmwl94cTvf1UtWAmBLgR3tJBdVJtZdVoo h9Nw== X-Gm-Message-State: AOJu0YzxRa3H48UZtAc+uMY99scraWg+RUfyNK0X0KZGiW+3RZZJLPGP tZ0rnelUamdl4TgjeYeUPwXKYxqok1CStgQUCjnh135IreI3DBa/kePT/pejeUw= X-Gm-Gg: ASbGncuLoMJsj9BzjDofi+u61i3gx99RCsFkm2SpaJYHT5W8xvP2xN1OmEg6fZesuCm VFSzHXZOC0P+iNTQxvz5s5FMNw0TESFTH66vRS/rnvHGuwRr4KjY7Jg2H4bTLI/tg9Q4BCZHfGC fXsyx2ZdOfiFslYb9kaqpZrCOFwYzzs6TDE/fp+y/bn0iiRcjerjd2RUDHzlZRFGJe7ALx32x81 ovbZpqiMV8xUG4T2P2UsiuOV9ZdiocKPUH/06QkWk3gWQunJalptEB3WQyya4cFnt22t+qm2EMh SGKrAY8I0AyKq52KOSez2orJv/+piG5Vm/VG3uRe3NnoGins3Inb6LBEHPo0 X-Google-Smtp-Source: AGHT+IECI+4oLq2bGbbHWMySLXCFdO8GVNgLQtOEbg/1giWWexxhZuJp2yXKlFMhU1z2cj6DY6JHAg== X-Received: by 2002:a05:6e02:450d:b0:3cf:b5d2:cf29 with SMTP id e9e14a558f8ab-3cffe6b81bfmr59427245ab.20.1738274309463; Thu, 30 Jan 2025 13:58:29 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:28 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 21/23] python3-execnet: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:36 +0000 Message-Id: <20250130215738.3280576-21-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115175 Signed-off-by: Derek Straka --- .../python/python3-execnet/run-ptest | 3 --- .../python/python3-execnet_2.1.1.bb | 14 ++------------ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-execnet/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-execnet/run-ptest b/meta-python/recipes-devtools/python/python3-execnet/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-execnet/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb b/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb index 94c1a228e3..54c102bec7 100644 --- a/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb @@ -11,21 +11,11 @@ DEPENDS += "\ python3-hatch-vcs-native \ " -SRC_URI += "file://run-ptest \ - " SRC_URI[sha256sum] = "5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3" -inherit ptest pypi python_hatchling +inherit ptest-python-pytest pypi python_hatchling -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/testing/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN}-ptest += "\ - python3-pytest \ - python3-unittest-automake-output \ -" +PTEST_PYTEST_DIR = "testing" RDEPENDS:${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading" From patchwork Thu Jan 30 21:57:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56336 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 DEC2DC02195 for ; Thu, 30 Jan 2025 21:58:36 +0000 (UTC) Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by mx.groups.io with SMTP id smtpd.web10.6262.1738274313123051787 for ; Thu, 30 Jan 2025 13:58:33 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.47, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f47.google.com with SMTP id ca18e2360f4ac-844eb33827eso36166939f.2 for ; Thu, 30 Jan 2025 13:58:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274312; x=1738879112; 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=SX/PxsVMgxfIVutXK4TOX9qRDtdYuC7zEkaxOQf9MtM=; b=Xx5aplf3TglYLCJn97zmHo2OiPfvm0WlaTqYqPjMABAFnaVQ3a36RYeC2PukGPHVs/ pf+T+4qJ/3SlIxFnISKqKleWkU5ULsamZA9rTm+EaeAwvzHK6gU7tgpFjDaEuhZSWUHN WkbkpCwxN8XpAHcim8U712PIwzQcwDcgGjXtIzML47EQMBEiY3bA65BEYXSLbd2iiYhI kRuJzP3ilLZIzOlSmEAxknjBZUaD15z5p5idZa0QbnTn2r5V7+WSHG6N1Mi+Qk3O6CZU doQNgRZLueZHIneKvcMmAN8O3b/GNNFRyweTh5cMBEXoPThduVHe9lO2iSVlNDiGOIWi qHpA== X-Gm-Message-State: AOJu0YwHKGpg0DGbGTEGsWcT8DwDXqGcarQMDw+OIN5DrMq905f4eb6t XWHACthIADZ4loRvVxmGqouXDpSIgLUZkOg8hUYZ017XFwjuqtw9fzEPXID3xwU= X-Gm-Gg: ASbGncs1iKQHfNmlU+0CrGFNNfPqgBY76zS92tCjbHU44bBfcYMe8SV/QXCHGdEs3+t OX4QLJ8Cw+9uWfQPQiWWDF8VRte5s9Gua0b3r3mx4bBZKVs/oGn24Cg+4PLGWABu0Qfk0V1hDDP X8sk9Uc8SeMJOQpXKYTXaGoAkTgpqHwfDMnA1yqiX8y4wdFXJ0jovb6dph/P47H2m4awJPjwNGm usteGoPmfpqa+bf3ttjw8C/BmsfLX1aYqi8pDU7nVwDmxRQ/LDhqzxkGyQk0XhnfugP2fTRBXw/ 9srnkFXRm6aJs8zaU73acT1P0UYOLoA44r8VWj0hRj5NPCEV3MRNo5bSaQnq X-Google-Smtp-Source: AGHT+IEvPN8icKIH7dXWYZ46m5RGnCcBL53M+qRhBBhxsKw7cubxX4le0fzf6KGm3DcwOGviGYxtSw== X-Received: by 2002:a05:6602:2cc4:b0:84f:41e2:8087 with SMTP id ca18e2360f4ac-85427d78792mr942981839f.8.1738274311907; Thu, 30 Jan 2025 13:58:31 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:30 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 22/23] python3-ecdsa: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:37 +0000 Message-Id: <20250130215738.3280576-22-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115176 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-ecdsa/run-ptest | 3 --- .../recipes-devtools/python/python3-ecdsa_0.19.0.bb | 10 ++-------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ecdsa/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest b/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb index 8e967f9259..f26c90d83b 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb @@ -6,19 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" PYPI_PACKAGE = "ecdsa" SRC_URI[sha256sum] = "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8" -inherit pypi setuptools3 python3native ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi setuptools3 python3native ptest-python-pytest RDEPENDS:${PN}-ptest += " \ python3-hypothesis \ - python3-pytest \ - python3-unittest-automake-output \ " -do_install_ptest() { +do_install_ptest:append () { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/src/ecdsa/* ${D}${PTEST_PATH}/tests/ } From patchwork Thu Jan 30 21:57:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 56333 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 C554FC02194 for ; Thu, 30 Jan 2025 21:58:36 +0000 (UTC) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mx.groups.io with SMTP id smtpd.web11.6233.1738274314670747670 for ; Thu, 30 Jan 2025 13:58:34 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.174, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f174.google.com with SMTP id e9e14a558f8ab-3cf880d90bdso4839595ab.3 for ; Thu, 30 Jan 2025 13:58:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738274313; x=1738879113; 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=L100buhVncw2eq60bRHkDveO2mYLFnDsLR0n7IhfIHY=; b=N4hlyKybulR8iCNtYqeuAbT4uJGrhHo9rAeEEgiXLzoDC8UrBm7h4rQr3RuwXytF/Z f5sRCulUFMcU3tAwgXytOblBGoUPKWeksAWtsU5DZcaYE6NnG5Jee7XN/5d3EyNkLnVB k2mEBpURJ0fMpo+AOb3zOJ0W4atSxOnmRHRn6A3wSOQSsUbO3/BaE4xeBd9tqV+trgD1 VBDpHnWFahm2dvvEe9YA0L4G91jbWDjkuXmF9CEZY6zrpJHVtrQzcayRYgWi09Bp8Ucw M1bQY/FG9vMUiOnesktdzJiS4OQoJ5zFoXkhP3I4bDzBnoBarC3oZlgl/TBFOOL0kiRN xKLA== X-Gm-Message-State: AOJu0YwbaJxy2elyFFukdqY62DXVcqeRFxzpkQBGUnqqLNcfluP/GRe1 DLvopLlQjJsD2QZrxow8XKstDYqzkf2RbMA8iC5NNhN7zhQsai9xVjfv9PI2Ok4= X-Gm-Gg: ASbGnctkWhfYvK+EmqvrBqKg1rwa0D0OPuydrnMEmSaAdbGx8L22WsQo2wgsHUqbQ0y u7tjMR6vKVXYWkU7KVxLlpmY5+RZ8zGy0tuzPd+FCElHAuy36EGXl30NDYjjwBm6H/mcVBFoHhF Rn4ce1L0byWSFxRV0VzXsOWevJDLCJ+KTX8SisW1HDJw5NItsEckJMa0Erh9Fbkc3gnGwkTYJsQ JISzrGXmXraRdNI/Ijo27WXR9/cGUVVxpwbxWwj++gupgaJhXAnNMajpdgvgvPvDqYfFYCnR1K2 HYf0N8HBiP3tQMKKmntWzo4o9Tim7nw1bPuCLDUUtWKIhO4qTVo/JOC/dX+c X-Google-Smtp-Source: AGHT+IG8gzv/aJUh4IYtUPsSx+7foIDMTjQ1jfdFHRgQxbTIIPhy0Dqvm5WmNEHr7Z15CrITowS1+Q== X-Received: by 2002:a05:6e02:4616:b0:3d0:e6c:e9c0 with SMTP id e9e14a558f8ab-3d00e6cee75mr34697505ab.21.1738274313521; Thu, 30 Jan 2025 13:58:33 -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 8926c6da1cb9f-4ec746e3e63sm519071173.144.2025.01.30.13.58.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2025 13:58:33 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 23/23] python3-dominate: update recipe to use the ptest-python-pytest class Date: Thu, 30 Jan 2025 21:57:38 +0000 Message-Id: <20250130215738.3280576-23-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250130215738.3280576-1-derek@asterius.io> References: <20250130215738.3280576-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 ; Thu, 30 Jan 2025 21:58:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115177 Signed-off-by: Derek Straka --- .../python/python3-dominate/run-ptest | 3 --- .../python/python3-dominate_2.9.1.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-dominate/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-dominate/run-ptest b/meta-python/recipes-devtools/python/python3-dominate/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-dominate/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb b/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb index cce304498a..a0dd638087 100644 --- a/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb @@ -4,23 +4,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" SRC_URI[sha256sum] = "558284687d9b8aae1904e3d6051ad132dd4a8c0cf551b37ea4e7e42a31d19dc4" -inherit pypi ptest python_setuptools_build_meta +inherit pypi ptest-python-pytest python_setuptools_build_meta SRC_URI += " \ file://58f7d7fdb171f80ed6ce97e6ca4409723975c47f.patch \ - file://run-ptest \ " -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/ -} - RDEPENDS:${PN} += "\ python3-numbers \ python3-threading \