From patchwork Fri Jan 10 20:08:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 55358 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 C2F8DE77188 for ; Fri, 10 Jan 2025 20:09:01 +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.web10.671.1736539738621364096 for ; Fri, 10 Jan 2025 12:08:58 -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-844dfe4b136so61411539f.3 for ; Fri, 10 Jan 2025 12:08:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539737; x=1737144537; 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=LaDMlZuy14iuzp+EMGmMQx9ylU4wHgyF72Dg/hgioPs=; b=dVt57EOKeoRu0oRj7PqRX40fZwr2/nR104mQweHmVEKAtkEhhnsk6dSlMB/kw3OtJk CSWjkdovf2ScKM8y7d8uL0MDQhHFUkTFkK5GWqwMcfiZkTykG4wEp0+z1tnKpiLy0FFz sF/CluxCW1R6aJW7K0JO5is+Rf/CVFSvUFegnDOxN5OnSaplqngGjYx+prr+zyXkR7bP ung1yc+s0hDyZE3suTUHikl8WoOsBbGb/yicJonHF7pYwpJXPlFP1gZzk4un6pEFUSdU gk6UmjlBeDGQrrQ1B4AKvElAgMalV5nUT3ReWe7t7WvLKlR/otEPkUupN1SHA6QLMWSB a03Q== X-Gm-Message-State: AOJu0Yyem9tDVEWwl7hsqNgKRkimyPG5G1paHoeXbx7chxYOhJq+k17R 5rSq6ROgM0ksPvi5V3XaxFuZR6rOPtbGMN7PdjJXB8sw5+Ai2zkYjkCfDA== X-Gm-Gg: ASbGncv9WpL+5GcTZOyV9T/AE9qbrr3SXmJ1ENlfVCqGSCkKP/POZ5YjNu89ft/zsGR M1qZzrYCGxwlfh93oEHENxXvPUm4G6SpRdoXho06F4m9cGt0r6r2FAky9/Ffu+zqv8sztj6inq8 OiVLfgjEpNIy45P30wNmM537ErItjCRLoRBauA0X1lP2T1+F0sI3TTBiddhtEhXEPKdUxJOlv8p NQND6H9PfoQsNW7q9qpFLGQ+Cua9T+8MiIuZtLre/OtNybYRWgjgSNzG9dbaxOJsjfb5FZPweDM ssVsTRaOhaRBSMehVAOwluB2Lw== X-Google-Smtp-Source: AGHT+IH9KJj0XGb3veyF2ru0CWmE/Hsif4EOeaLDsIHWi6yppgstHhWofUrPhpYlJN2suA4myjq1ug== X-Received: by 2002:a05:6602:36cf:b0:843:e9c1:930b with SMTP id ca18e2360f4ac-84ce0194e69mr1165516239f.14.1736539737293; Fri, 10 Jan 2025 12:08:57 -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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.08.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:08:56 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 01/13] python3-yarl: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:10 +0000 Message-Id: <20250110200822.3958062-1-derek@asterius.io> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114791 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-yarl/run-ptest | 3 --- .../recipes-devtools/python/python3-yarl_1.18.3.bb | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-yarl/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-yarl/run-ptest b/meta-python/recipes-devtools/python/python3-yarl/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-yarl/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb index 8db97093c..5370573a3 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb @@ -5,11 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI[sha256sum] = "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" -SRC_URI += "file://run-ptest" - PYPI_PACKAGE = "yarl" -inherit pypi ptest python_setuptools_build_meta cython +inherit pypi ptest-python-pytest python_setuptools_build_meta cython DEPENDS += " \ python3-expandvars-native \ @@ -31,7 +29,3 @@ RDEPENDS:${PN}-ptest += " \ python3-unittest-automake-output \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} From patchwork Fri Jan 10 20:08:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 55359 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 C44A1E7719C for ; Fri, 10 Jan 2025 20:09:01 +0000 (UTC) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by mx.groups.io with SMTP id smtpd.web11.682.1736539740614464000 for ; Fri, 10 Jan 2025 12:09:00 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.41, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f41.google.com with SMTP id ca18e2360f4ac-844e9b83aaaso178496439f.3 for ; Fri, 10 Jan 2025 12:09:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539739; x=1737144539; 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=i52f+x+KtHC9bo0i76ZWvENUqetTXIixMVz4namopeA=; b=AReo8XpNLUKVDtldbUWn5nqzVPkNv1maaqCRCvZ5dGdIqTQhQJ4YXARMCkcrSGUMpd WIfWSIJXrcxav5NiaHOjgHAVoH9SnDwkDmRFWZHm+pqLcxFqzXrC5HAVDz7sCI1EZZRU BpNPTWgNJj5Ohx1GczT68hfLKCXepdsrhxPTVtHxVhUsfhOG3FzNB18c0XnjuJFkwI3s CMy91tOwvvfEy18C6/Q78dbPAQXnL8lAj2mcR4N/z3Zi6umy5oM258/Kh8hOIW3EmvHq Y3g7dX3419CLUUxhnVIoLaNwyvKDH+jmqfZPshHK4PDxAEZ83ImfEFdVMF9z7RwqXiO1 UvjA== X-Gm-Message-State: AOJu0YwA0jDLzdjmwVRsoqGcnjOpAi//3bfH+KFMpxWmkHUJHNMRxQIz JdRsp3l/uIzWfc8VA4uwyu9Of3ihSbZ5yq55Bl14oKfW0Qw8SXAHZNpSig== X-Gm-Gg: ASbGncvq8Zgyw7naK6d0PcBMOOP/+AmvNpOLAgAcxrEVeujCiy5wmqREJ7PQNXLHCc6 VfO0sSxq/A8pzHYVghFwlGM460e0WbLjKr9n45O32VQp01G7Jyja60hwjvval1XMeSU8Q0xWOFX oQwhLHMKwTRpVTYWeSQy/V095DlOYVp792z4PdMPTwAOaubu5LWhLU5NujgKD49bv6KwRHRbjwK jjryewx/DIUjMqgBBLjYszhLqPYZetlil1oTnZ4xrMjdmWMxNM8Z2BM3HIDavfuqerUBhZiBDJV 5c/Lw1dCeQpNOx9rQlIT0ypskQ== X-Google-Smtp-Source: AGHT+IFwQ1DtX2b0iZ4Q0R4IFikuhIIJPJsWgonSXtjJI3/v9S2rqNHRkQy61lFrlB+CDJCfHubvog== X-Received: by 2002:a05:6602:399a:b0:84a:810c:cf43 with SMTP id ca18e2360f4ac-84ce00ed9d1mr1061601739f.9.1736539738948; Fri, 10 Jan 2025 12:08:58 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.08.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:08:58 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 02/13] python3-yappi: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:11 +0000 Message-Id: <20250110200822.3958062-2-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114792 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-yappi/run-ptest | 3 --- .../recipes-devtools/python/python3-yappi_1.6.10.bb | 8 +++----- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-yappi/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-yappi/run-ptest b/meta-python/recipes-devtools/python/python3-yappi/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-yappi/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb b/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb index c87d5aca6..bced340b9 100644 --- a/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb +++ b/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee" SRC_URI[sha256sum] = "463b822727658937bd95a7d80ca9758605b8cd0014e004e9e520ec9cb4db0c92" -SRC_URI += "file://run-ptest \ +SRC_URI += " \ file://0001-test_functionality-convert-line-endings-to-Unix.patch \ file://0002-Fix-import-of-tests.utils-to-enable-pytest.patch \ " -inherit pypi python_setuptools_build_meta ptest +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += "\ python3-datetime \ @@ -28,9 +28,7 @@ RDEPENDS:${PN}-ptest += " \ python3-zopeinterface \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests ${D}${PTEST_PATH} +do_install_ptest:append() { cp -f ${S}/run_tests.py ${D}${PTEST_PATH} } From patchwork Fri Jan 10 20:08:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 55361 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 AB8FBE7719C for ; Fri, 10 Jan 2025 20:09:11 +0000 (UTC) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by mx.groups.io with SMTP id smtpd.web10.676.1736539742572304208 for ; Fri, 10 Jan 2025 12:09:02 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.43, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f43.google.com with SMTP id ca18e2360f4ac-844e06e5d11so67588239f.0 for ; Fri, 10 Jan 2025 12:09:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539741; x=1737144541; 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=zddTgc8QKvYWiAbwySUIM3qgnuEMzqxc8U2KAFVf9Xs=; b=TAeoSojoUaWBjyNQzTcpainDvvIFzcSXItr4Y6bfACjkvyo4dcFNiqvbSnhRFtgnP8 YdDKkNiYQynH7epv1SblqNSg7Axvr0kebjV/ty6U1hGnky0kTYswUMy2xhbX2Y17Yhr5 V+QZsMqBO8pR9S0sUOYK9zrXUalQM8LcSZfext2FZjiJ9h0XGKzcG7MBpa7jPGd8MZkG ausgboCKEy12d3+3ORO0O3ZTk76R5R3lyLTkruredd4BIqGRQF3TKFtgUAhXD1vr7S9g WlHACe7ucs8Y9OR2ptTmIR0F7rUrN8I2FDS4sT/WsyRS6zTH1kP2X2eVQXjwRrvtrTec A0pg== X-Gm-Message-State: AOJu0Yy+QRmot07U5hYXjBhJRvxK8tlabxflo4U4TDFkKqZX+B+3RQS9 SuqKGCZJJwIOhuGb1De5NHY00LFd5jwrA0zDtOvWHCaET6Zwd0aGUJ38yA== X-Gm-Gg: ASbGncvYzuU7aipAt7hUISzBSaNiuv+1ll///JMEhS16Ynqpkc3G6OWJJT9I58D8vEp tRHMtEWy5pP3TAbMle04KSgXRHsfkpGcf49TU8LBUlEa4QfEBSKgN6KdMdfSKM0hBsAnX/bAo/u 42PiDEJaZY6GOShPdyz/5T7TP6gva97FpO6gI/X+GZvDKneL8rZ2CxPTJH2gQ1J4L7QMa99QHNH hhWcejPg63tdBZXxRd80u9d+D1SBfJY2PlOW/srsVVY3g/GF+Kq2ZaWHASm0oKy0eytvfVo3TPw rXuh0xt+1HiF/nP5hhQ0rbeB7w== X-Google-Smtp-Source: AGHT+IHA+L2h/v2NSP/CT9zJWjUy3kBRZ7wptOiE0Jrnt12aga4bGiPPea0DwcGRbLPkX3Jrd0b2+g== X-Received: by 2002:a05:6602:7504:b0:844:cb6b:56b2 with SMTP id ca18e2360f4ac-84ce007c893mr1188306939f.6.1736539741407; Fri, 10 Jan 2025 12:09:01 -0800 (PST) Received: from alpha.lab.asterius.io (c-24-118-24-24.hsd1.mn.comcast.net. [24.118.24.24]) by smtp.gmail.com with ESMTPSA id ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.08.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:00 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 03/13] python3-xlrd: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:12 +0000 Message-Id: <20250110200822.3958062-3-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114793 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-xlrd/run-ptest | 3 --- meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlrd/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-xlrd/run-ptest b/meta-python/recipes-devtools/python/python3-xlrd/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-xlrd/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb index aedf483be..5c572c615 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb @@ -10,13 +10,12 @@ SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef27 SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ - file://run-ptest \ " SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" S = "${WORKDIR}/git" -inherit ptest setuptools3 +inherit ptest-python-pytest setuptools3 RDEPENDS:${PN} += " \ python3-compression \ @@ -31,9 +30,4 @@ RDEPENDS:${PN}-ptest += " \ 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 Fri Jan 10 20:08:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 55360 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 A9660E77188 for ; Fri, 10 Jan 2025 20:09:11 +0000 (UTC) Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by mx.groups.io with SMTP id smtpd.web10.677.1736539745296184454 for ; Fri, 10 Jan 2025 12:09:05 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.51, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f51.google.com with SMTP id ca18e2360f4ac-84cdacbc3dbso176729539f.2 for ; Fri, 10 Jan 2025 12:09:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539744; x=1737144544; 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=YTX+PFF2onaUccTP0MGwnHZKn3irSm1ubfU54eCMA4M=; b=nAhlR0cZozjU5Ak2yy2RlKACdeCSDJg6Jfvdo8xUfBIrrOb+veXjCh2ycGtc34aEnl N9PozWE2jTaqFQljv+gsdvpEIdFigf6yA99KeSqXVuzh+Q4tLrfP2iU/aN/6cClbDW1Z e1zEQUnAOmkUlzlr0LXPUroaFrP2IWhLfZLS5ZJbmZTCHrlDwFsrzJivRxH22qPUaGSY x5dB/zLUWokgAUfJtUWVs0B2M8+zuM23g0dnp5uaK03oMQzN/JBCgp9Q7TB8qsXx0oKX cONWqTUBT7ih/PN2cGVlaj4JHUSWFQb19jpbMpQla1b/wQEVNje3rHSAt2r7e9jUMR2i E32g== X-Gm-Message-State: AOJu0YyYLTY/jDJCEoKMmPFymg5y6gB8aMQYfa+XC9idqtLG4AQ1gvUN pguGr6S0dGneK9L2kRVd+BYN7C0rj6i27B7AIk/O3YofkM8s6eAN++9Qyw== X-Gm-Gg: ASbGncs+FBjmdxhts4DdTWTTU+5N2Gf80hIN+A7t+nyFSWXTC8BpFAhepBpmhvf3i+9 ACRqyBa1/NQddGv4ESUhVbJLD6ViC10X1nKvcQ/Beu57uKVBEXmltuJzUR+HnD5WmsUJk1a3bJi b2sVNjCriJcwxKwZEyBjHAZB4Pb8zpatR/SISe7nA9siDBzEeiINxxCaX3lsVjdldJ/dHYmcG7c MDCAkv3941y1qp+8B2K8YTYl9grhctrkQ8PfPninC+r6TwsPXIAb72A3x9jAhZ9IQTcDYujWx8e url0lcaJTHLZEWtgImAjJF/pRw== X-Google-Smtp-Source: AGHT+IE0Eg+VREF9L3G7hzSDs6xO82/buLqO4KCKbt/yr1zVJ3R55bvWFhhBT9iYcxx/N8tq3QLVaQ== X-Received: by 2002:a05:6602:3e81:b0:83b:a47c:dbfd with SMTP id ca18e2360f4ac-84ce007670bmr1276590539f.6.1736539743677; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:02 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 04/13] python3-wsproto: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:13 +0000 Message-Id: <20250110200822.3958062-4-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114794 Signed-off-by: Derek Straka --- .../python/python3-wsproto/run-ptest | 3 --- .../python/python3-wsproto_1.2.0.bb | 18 +++--------------- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-wsproto/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-wsproto/run-ptest b/meta-python/recipes-devtools/python/python3-wsproto/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-wsproto/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb b/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb index 09f5565a9..4aac092fb 100644 --- a/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb @@ -3,23 +3,11 @@ HOMEPAGE = "https://github.com/python-hyper/wsproto/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf" -inherit pypi setuptools3 ptest +inherit pypi setuptools3 ptest-python-pytest -SRC_URI[sha256sum] = "ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065" - -SRC_URI += " \ - file://run-ptest \ -" +PTEST_PYTEST_DIR = "test" -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/test/* ${D}${PTEST_PATH}/tests/ -} +SRC_URI[sha256sum] = "ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065" RDEPENDS:${PN} += " \ python3-h11 \ From patchwork Fri Jan 10 20:08:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 55363 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 AC9E9C3DA4A for ; Fri, 10 Jan 2025 20:09:11 +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.685.1736539747860660252 for ; Fri, 10 Jan 2025 12:09:07 -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-84cdacbc3dbso176734139f.2 for ; Fri, 10 Jan 2025 12:09:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539746; x=1737144546; 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=f+CwmaU6UjAPhC3k5dKeG4l0Ho6hmE5vSdFTydXrOMw=; b=piEsJc5dhNF2RJAMDRMwWi+nuUiE0jGORTvqkPrYIupRRqSCoG5NA8EIsYTnkd6k6h gXOygigcLh/rj+YrMtsbtcWhRZ/owepGon+NPGZdh3ZpwLoAaakUhNzEZDYKMmUYR1hA XB0GawBkDxnjSZwF/a05aOOJtrH8arBD420Ov4goaLRtx3fGmGS4+n1l0MlfOog82Rw3 KHUkWmj85Mm9lSY20vJdEIKzwA9X+E+20cYg2ceDPVb1bLYjQ18uH+7pn4Ag9c9ZPGxC Sr+w4Xpbs+A/bgqLcMnzUSYVizGRKJThaJim7ScriF+eEX5K2CvNUYKASFh3QjVJ4Z2Q IKbg== X-Gm-Message-State: AOJu0YyP+/RYKGQ04mcraoyVpnDI4llZReFiwweoEfoaQblIQ7PdvUSG ffPL/EQMm98yP+IZ+DnVcKRopo/ztivTbDHXWC7G5ArS/6b7WA4PgeRV5g== X-Gm-Gg: ASbGncu7lzFO/P4IJGf3fpEmprHpiGjgb2rtIepTvEQmWVV/cCxuvNfT9W1WJTB6iPk tTkhiOQ3gYJXA1o23g8dwyPSLrP5tttbRhdHCETDEw3+lUFGVH2UXR+JKJ/JkV+8yEyQ+Tu96Jv S2CH9QJFiIdziNPMfRATZOdMcn1p1O2c7xB/stN5vBcW8pb/+nqv6sjD3qQQHhAhkXeTRiYnTuH kedU0wRrSo8xG8r9W1bBTmkTy6y5vSsoOeM23TTQlluRlJQ4IiqKoS4KMzfISrNtoRqPZfXPfZ8 ZxF6O7XMT6QWPtrIGCbnTM7meg== X-Google-Smtp-Source: AGHT+IFRZsY6dwVt9S0eP96M2rJRS2OQJNcfOnZ+ijKMJ9PPYn+eF89+/GmJfX7pSrEOsTau5V2JCg== X-Received: by 2002:a05:6602:3685:b0:847:22a7:240e with SMTP id ca18e2360f4ac-84ce01a4b45mr1113546339f.13.1736539746207; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:04 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 05/13] python3-wrapt: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:14 +0000 Message-Id: <20250110200822.3958062-5-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114795 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-wrapt/run-ptest | 3 --- .../recipes-devtools/python/python3-wrapt_1.17.0.bb | 10 +--------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-wrapt/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-wrapt/run-ptest b/meta-python/recipes-devtools/python/python3-wrapt/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-wrapt/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.17.0.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.17.0.bb index b72bafb6d..fae45fb70 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.17.0.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.17.0.bb @@ -6,11 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7" SRC_URI[sha256sum] = "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d" -inherit setuptools3 ptest +inherit setuptools3 ptest-python-pytest SRCREV = "e663d4910a81d666786ac773ad7c16199b01d31b" SRC_URI += "git://github.com/GrahamDumpleton/wrapt;protocol=https;branch=develop \ - file://run-ptest \ " S = "${WORKDIR}/git" @@ -18,15 +17,8 @@ S = "${WORKDIR}/git" # python3-misc for 'this' module RDEPENDS:${PN}-ptest += " \ python3-misc \ - 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}:class-target += "\ python3-stringold \ python3-threading \ From patchwork Fri Jan 10 20:08:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 55362 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 B9FF4E7719E for ; Fri, 10 Jan 2025 20:09:11 +0000 (UTC) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by mx.groups.io with SMTP id smtpd.web10.679.1736539750405624149 for ; Fri, 10 Jan 2025 12:09:10 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.44, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f44.google.com with SMTP id ca18e2360f4ac-844e10ef3cfso165833539f.2 for ; Fri, 10 Jan 2025 12:09:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539749; x=1737144549; 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=sYaR5rEy6+UWK+9iTlu4fddcCLaUUHw7VZBgwJ8Q30I=; b=klGeTYKHi+3vS9yE5RELacXjKCSD3KQy5rML0ae5pd9Eij4o0cxBPtrFsgRatuD6iW JG0nknC+/hS8ix5Bv3Y72Sj5ovqwjGhaEAFdJUNLcPGa3A581P7SxsTnrojaRtfZgQ8O Xk8yzeAo3zWFur9Y55VkPY+BnjXnLwDZVXox6+Mbf0z5CaIGjHA2PyLhwfui1Ge+hX13 dKMwF1VgiWBQ917K7AQIM4clhaWazLnRzD4o2AMaLxagC1dt/TiaK0TagOt+4OOsB9+1 hJG6+cRGYnTRLodv7UVDqiM0Jb1Mx+JNQveQ+SrreTzbrav672T3WroPL2CRsha3gE6o cNMQ== X-Gm-Message-State: AOJu0YxOK8W5Fyh8jjVaxv9IJVmssL2gEPwbqvw34PebXXHaN7s9ox+U JiTWrbVuzbWT2IDK4mSLoi66m4fOPCHYQGnpeYoEr+xiwm8TW8b64W/8Ew== X-Gm-Gg: ASbGncuO5nfUCRaNtVvvTIyXobZhE7oUrZFuEMtOMpJJ3s5GP4U4ixlmz2eiTJ/Xv1g 8nBpFhwsQs+G6VAmZxir/zfjhm8DvPoHLvISHDF8B/gfIn6VUttUEiR2vEMUFi+NDRupCE1bcHH efNRfKesfTF+NijrHWQRV1/XeiUiiF99GjsaCddMfipqgH3+joAOfE96jnarmX5NQMX73Ay3n/P ZbEQ1Vnyh+qSMHWU30Wp/Ck5eD22bjCN8w8ERQA4ZeHiGbyNwzFupPhz6FnPPM8mCRkWK/FXH6D 0MHshDDORE1NEEZtGbyZVFEqmw== X-Google-Smtp-Source: AGHT+IFP29ehQFRT2tCdrKhN5TPLxOBeH6k3xQHqTy5Uhu1KkdGtpBFkrCkPY96wj/pc9uoRqSCOdQ== X-Received: by 2002:a05:6602:418c:b0:84a:7906:d988 with SMTP id ca18e2360f4ac-84cdfddfd3amr1181205539f.0.1736539748788; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:07 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 06/13] python3-validators: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:15 +0000 Message-Id: <20250110200822.3958062-6-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114796 Signed-off-by: Derek Straka --- .../python/python3-validators/run-ptest | 3 --- .../python/python3-validators_0.34.0.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-validators/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-validators/run-ptest b/meta-python/recipes-devtools/python/python3-validators/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-validators/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb index 41ead5c05..5bbcf4d5a 100644 --- a/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb +++ b/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb @@ -5,26 +5,15 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3fb4b9e6db86c69a33d5e3ee013ab59" SRC_URI[sha256sum] = "647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f" -inherit pypi python_setuptools_build_meta ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN}-ptest += " \ python3-decorator \ python3-eth-hash \ python3-isort \ python3-pycryptodome \ - 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-crypt \ python3-datetime \ From patchwork Fri Jan 10 20:08: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: 55364 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 AB6C8E77188 for ; Fri, 10 Jan 2025 20:09:21 +0000 (UTC) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by mx.groups.io with SMTP id smtpd.web11.688.1736539751904843627 for ; Fri, 10 Jan 2025 12:09:12 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.43, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f43.google.com with SMTP id ca18e2360f4ac-844eac51429so168932039f.2 for ; Fri, 10 Jan 2025 12:09:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539751; x=1737144551; 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=OMjHOmi/zGlBxKTtFO7OXxHOsDRvG2YcgbP+NOZxWZE=; b=aXxRTtzQ6XKHSplpTswjIYkvhaNkNTablw80WPT97EvUGV8qhev7aNTgVXm9wTJa9B vNf3kstEK3Rkj4kuYLHmGIlFnIDVH/ypRDsZQ8uMarqOBzdC1z/rJznmDuy/LEKtzstb RNAAILcRuac3qER09pMP0WOMgsJelmCS7TCAkdYvGjghu+/KdgDVdO4bbV3oIJ57qWq4 K7DKBkorCANJkV1MXFzZ7UJ5yjw+aGzSWffNrRLX3EFhhrnXvjZQE3nIX/5RypuoQBXW eWcHEaSb4QLX8bQXwHI0sN1G0R9EVl3aCxERbkIkxQVk47G6VZ5mLg6qcZ3uaMDf9ROi WjiA== X-Gm-Message-State: AOJu0Yxeh4KcfVaz1EgAR9zjS7ujx3X5oJBg2AxZde/XRGMHyJ09/R67 5RfG/TCAOWyUp06ASYv5c7ewVES43U1K0lMN0NfKYc1w33IVPWT1CkXuGw== X-Gm-Gg: ASbGncspi3twZlCZ1X2a80nShV6VPLpIOa0uqpyByP7Je8o2/cdpp9S2Gu87lY5pp0V WYwadNRD2ejum79203KrSci4/glXDQndV1JozX6bm892lmvuF91sLUu0opoX8+TWBtYTt+qZUEB SACY3L5WdMvEow+i4zHOaZyAYSNymyto+hNARcHejlUi/b2nVrMOI5F3TmLdbqc9+N4BOekUBm5 kv7F6qUvX13lL40O6wNFddMt8z8ZBnje5yd7AZikyPTmIo5E5rSf3E2JGpsupfXNDNpvaB+mk5P aoIh/z03L4JebiIy3a1PXrEHVQ== X-Google-Smtp-Source: AGHT+IGYPHtj1y1jsAiftjl6PGAgJO8kJ9AruNLQ/OVWnOgBJT8gwgJQ2zKCh9FUejhcghQ61HeLgA== X-Received: by 2002:a05:6602:36c8:b0:841:95b5:8953 with SMTP id ca18e2360f4ac-84ce018cbf3mr1186884539f.14.1736539750726; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:09 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 07/13] python3-uritemplate: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:16 +0000 Message-Id: <20250110200822.3958062-7-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114797 Signed-off-by: Derek Straka --- .../python/python3-uritemplate/run-ptest | 3 --- .../python/python3-uritemplate_4.1.1.bb | 16 +--------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-uritemplate/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-uritemplate/run-ptest b/meta-python/recipes-devtools/python/python3-uritemplate/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-uritemplate/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb index e741b6268..77a52fa58 100644 --- a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb @@ -7,20 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6d769bdcfacac3c1a1ffa568937fe0" SRC_URI[sha256sum] = "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" -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 BBCLASSEXTEND = "native nativesdk" From patchwork Fri Jan 10 20:08: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: 55367 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 AB6F3E7719C for ; Fri, 10 Jan 2025 20:09:21 +0000 (UTC) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by mx.groups.io with SMTP id smtpd.web10.682.1736539754820580922 for ; Fri, 10 Jan 2025 12:09:14 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.44, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f44.google.com with SMTP id ca18e2360f4ac-844d5444b3dso80875239f.1 for ; Fri, 10 Jan 2025 12:09:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539753; x=1737144553; 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=6Utw3jgWdF/VRR7omeE/IEYK2/jpM29juwY8/IY3d7Y=; b=jSO+LOPNhTdisaZowZE95aAHbCuWAp0EOCM4dvoQsvxqKn60uArrlFpqdkDFmI3AkD lnu/Ypsc64aJZNNTqvQQGlXE+k4yws4Sp4lJ09+VuLwIJOLJRjBC7nxBREjg+C+OGD5t uXz/MIvr6uSre7/Q6yN0d7y0wndI4Wcgw7ztBrrBs1noR2DkTAqog7wBlm+/x2njM4gQ /r0SfxhlJhrOG4vTctWbWCU58GamFY+0+u1y9M9BUBH97ohMCy2ClvcCGzZpqHVwcCYa rEdFJPnytLG+KwiACAJ53wCx9fGw92gHZLzYG/rymaefWJmTKnJUWfFU+WnUYZS1Xmut 76+g== X-Gm-Message-State: AOJu0YyIg8WUqCsE0o3JJnsLCHpaJkLwWQrJv1htVlARX2V47EGKHmzx fzRdKmCMt3lOpgnyT5Xf2gQ/o+LZbZMxQ4aTvAT6eG1G7saKKAgDCn1F3A== X-Gm-Gg: ASbGncsJnsJUAd+swAE8fPHXHW6y1FrCKD+Rmp0bALFrAuhEMlAgwhrKFKsNGNz36Rp yt/o3/EjXUuO0xxjnRHMWkirkH1jB26SSo/DyIVrvWiX4qD7Qnpt7FVEyZ8n52xYyC0m9FCBJ8D NkKw52E9fE77julVa/oUpQQiWsIAqS9qeI241if8y2vzVgFya8A342CKqdB05I5Jgc6ddaCk7HD dj/Cqbn9S1s2NkcsApPxhnXJeZBe9jlZ+gan3jdriYuFJlifrh1S9vN0vdrohQPsxwzb1voCRGy nqqyk+HdpEUcwrX8p/HZvlFVNw== X-Google-Smtp-Source: AGHT+IGczVEfJdsQbRdAEVsnK0nmIdgM2IPhp2N49+Y6ivq2GVcx0ws8V1R4EbLS02NeDcCmUBBUMA== X-Received: by 2002:a05:6602:4015:b0:841:8345:5eed with SMTP id ca18e2360f4ac-84cebdb57b1mr549358439f.0.1736539753203; Fri, 10 Jan 2025 12:09:13 -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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:11 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 08/13] python3-unidiff: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:17 +0000 Message-Id: <20250110200822.3958062-8-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114798 Signed-off-by: Derek Straka --- .../python/python3-unidiff/run-ptest | 3 --- .../python/python3-unidiff_0.7.5.bb | 16 +--------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-unidiff/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-unidiff/run-ptest b/meta-python/recipes-devtools/python/python3-unidiff/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-unidiff/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb index d77252bea..c1e931e07 100644 --- a/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb @@ -5,21 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" SRC_URI[sha256sum] = "2e5f0162052248946b9f0970a40e9e124236bf86c82b70821143a6fc1dea2574" -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-codecs \ From patchwork Fri Jan 10 20:08: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: 55365 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 B052FE7719E for ; Fri, 10 Jan 2025 20:09:21 +0000 (UTC) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by mx.groups.io with SMTP id smtpd.web10.683.1736539756913562270 for ; Fri, 10 Jan 2025 12:09:17 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.50, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f50.google.com with SMTP id ca18e2360f4ac-84cdacbc373so70370739f.1 for ; Fri, 10 Jan 2025 12:09:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539756; x=1737144556; 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=dcj0U3YH3PCjTtTRcmDkUFuK1/J7ohu6lyAJzHC8Ylw=; b=h7S0JonATykiOrafuJoanU1ISdhrGeKqrOgGMRLNukD7x1lPNUazKfSNbFjomxI+qN YxMnx51VhqvddkAKxzET+nkh0hJZqouQvNnMTS3/fK6Mku/Set3bpPFG5jd7jM8ZYkrh b7U/9WTxCEpIZRo53m9eTPmX4oHeGXU6dVJsQ7pG1EAbarFP6GImWDEcAu8wlV3ZKFCQ cZX4HGV5QyrYsyyH+SmK4zIItaIcQhUOFzscYxv8e9xIZrvM+KfrtdgWYezek9/5rcxN KiWNdZ1PfH7f74HJMAenERohUsHU9FOz/ctfHqW75WuAiho1BfgtZ3h5LbLb8XBtdkoG Dmdw== X-Gm-Message-State: AOJu0YzKtoifmFBES7zQ+dcoXj7mC1ivk0KTlqfSXMnmL/GgdR2OmkuW zlOESFJ1MJQFA2CSHNPA8nVThGklP2b0gvfPIBtnQnW1K1NJwLY/wLwn2Q== X-Gm-Gg: ASbGncvZheejOZHSkYQZl1y8gt8dLForFX9BILVctzkIms+2buw3ng83IglNNR47iYP S4Y/8U++n27MN/9278QzcrFn+EjlFe8kieHE9uTBBpfDRFsRkfEnOa3lhGYvb99hLwKOIHTqWhB UsPFIvyNqMsSv4tW267NwWViGTb1NyVcMowXpgiduWkH/mJCddhU1Mrl88TXigsci0Ju+wyLrRa sDlXYk6S8/KxQRFxyyb6WhdsDTkllr1EcSIvrRtIVHAV5k7kVDQyWbc29wdhRtPknP2J+Db1iK0 KQZO0o5xyjB6PDlq4Dh8u+Odxg== X-Google-Smtp-Source: AGHT+IFmim7WWAY90j4VLeRWfDR8JNDrlSozJQF70CMhBaY8RcurzzYa3UNijm7GGvmrdtL1qx/YiQ== X-Received: by 2002:a05:6602:398f:b0:849:c82e:c044 with SMTP id ca18e2360f4ac-84ce00c4981mr1118363539f.8.1736539755727; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:14 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 09/13] python3-ujson: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:18 +0000 Message-Id: <20250110200822.3958062-9-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114799 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-ujson/run-ptest | 3 --- .../recipes-devtools/python/python3-ujson_5.10.0.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ujson/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-ujson/run-ptest b/meta-python/recipes-devtools/python/python3-ujson/run-ptest deleted file mode 100644 index 4863c5e5a..000000000 --- a/meta-python/recipes-devtools/python/python3-ujson/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -FORCE_COLOR=1 pytest --automake --capture=no diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb index 5f4439c4c..48d51e6fb 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb @@ -6,17 +6,13 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e0039a83d8a99726b5 SRC_URI[sha256sum] = "b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1" -inherit pypi ptest python_setuptools_build_meta +inherit pypi ptest-python-pytest python_setuptools_build_meta # let OE do the strip operation export UJSON_BUILD_NO_STRIP = "1" DEPENDS += "python3-setuptools-scm-native" -SRC_URI += " \ - file://run-ptest \ -" - RDEPENDS:${PN} += "\ python3-datetime \ python3-numbers \ @@ -25,14 +21,7 @@ RDEPENDS:${PN} += "\ RDEPENDS:${PN}-ptest += " \ python3-json \ python3-misc \ - python3-pytest \ python3-pytz \ - 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 Fri Jan 10 20:08: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: 55366 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 B88BDE7719D for ; Fri, 10 Jan 2025 20:09:21 +0000 (UTC) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by mx.groups.io with SMTP id smtpd.web10.685.1736539759358560735 for ; Fri, 10 Jan 2025 12:09:19 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.49, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f49.google.com with SMTP id ca18e2360f4ac-84f1ea04c64so123442839f.3 for ; Fri, 10 Jan 2025 12:09:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539758; x=1737144558; 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=pnTIFIoQqcmvls0/OUBZ+CffF0U6a1gEzh324KWOkko=; b=b7XMGsVKmuYQ+Z7WoddG73WF7jMcO9BL4OQW1L6GUxPyzwK6ZfRT/bYlawqz++gGG2 c4EsCaIeF/iSNqYT1WlQ+Mv7YibSRUO+t2JDFyfYS/3HqA7zlofeEqG+EEpdQ51lyZNj By9I+wpmPa/ocrXPz/muhjgH+8DHAcfXEXKd66ENmo3kSUG3zHGBxFKJ2fIxsZbq/oY8 0zAUB1Shx7/fQflQA8XtMsmYsqwjUbFpWWuY5MxbwY8ZeBJGMuPwq15a044JRwT22EmC Viv+OkzyZCBLogcL7iD01e5qD2nYI6p9HstizLk5HPiw8e0LmGFJSaychoInoGvt2tFT jk2w== X-Gm-Message-State: AOJu0YwhJy10ikytCtcNrvNRgnU9hKTlFQoPQN2416Y1OzNLCmiiWCoy A8UFfFw6fZjzouij0oVOmsAk3ddjpHEe/0XO3uC5dDRJp3/uUZmBBuu3Ow== X-Gm-Gg: ASbGncsgWH5dMShlr28YECclmUf260u3IsA7Y+YPEoxVLbQlVsvCij1FPSmM2xcULZi XNzxpN6hKFAvuaz6QfV65Lax+w4QNR/AnHDrZ34Pp3Y9ZfeKOU2QEWDRYTUJ/pTyDZk21u3L/8a Bzfd1EZaNdWbQzOBP04Hvz5SxxvwF2NWtqz3vISpSbjvzB9tnMt21vuK7tyRySzWQRXPac/pshi dJdGk+0KuLyW8hs6nKGienPgUfprUVDA0dVnniV9pRmFIO4tzEXYsGbmP9SPSzEfMni00SOt/UH +pIiHBgSd2CPrp3PVPTmis/VgA== X-Google-Smtp-Source: AGHT+IHKlPNsLPrCRsjWpfxqcg7AMTo64EVLjfQw/mMQfSgWPshCRfQ6Nve5cO2u1To7tdESeAL2ow== X-Received: by 2002:a05:6602:3685:b0:847:22a7:240e with SMTP id ca18e2360f4ac-84ce01a4b45mr1113610639f.13.1736539758232; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:16 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 10/13] python3-u-msgpack-python: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:19 +0000 Message-Id: <20250110200822.3958062-10-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114800 Signed-off-by: Derek Straka --- .../python/python3-u-msgpack-python/run-ptest | 3 --- .../python/python3-u-msgpack-python_2.8.0.bb | 13 ++----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-u-msgpack-python/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python/run-ptest b/meta-python/recipes-devtools/python/python3-u-msgpack-python/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-u-msgpack-python/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb index 6cde243fe..e95e4bbfb 100644 --- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb @@ -5,18 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=17df11353545c53a2df0ce7655859306" SRC_URI[sha256sum] = "b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a" -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_umsgpack.py ${D}${PTEST_PATH}/ } From patchwork Fri Jan 10 20:08: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: 55368 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 AE683E77188 for ; Fri, 10 Jan 2025 20:09:31 +0000 (UTC) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by mx.groups.io with SMTP id smtpd.web10.687.1736539761862949058 for ; Fri, 10 Jan 2025 12:09:21 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.42, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f42.google.com with SMTP id ca18e2360f4ac-844e161a8b4so78836939f.0 for ; Fri, 10 Jan 2025 12:09:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539761; x=1737144561; 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=jXMTHp2ohwbQxm5IxWcRrK2DLTv6JON/0XtPTR2WiOQ=; b=J+3VAiPaeSNpRKNqaxO3cIpF695TQgH+RG9TOoJD4xPwEqWqi5kBrbPD6M29oKFY7g PXW8vnP16Qeh4X/SDki+/RWlCnpb/TN6BFQ2QZKoWz0Diry9DJYxw7uqIBVmBR9Q6QQ5 qO8dAOtGEKZIJkvrOnUcf6xcf3t1qYz5fv9CvQaup5lTdGpvktHEbSj4TVX2khJnuTKZ PLkd+4+w0zoOLJiA+mGh/QhJLn4y8Y+RD4duo3zenxs03I8WCXSo6cyiQJ0i46GBF8IB Sh6XX4t6GBV/l2G0XeNK4mt4bNg8ymPpHZ3ZM2ngydYT6gmzvSl7EVvEsWHFWI9zgz7H L3dw== X-Gm-Message-State: AOJu0YydlsjREHSMAk+L93cXMIGzJrbM2mP2+jQzMidOaRuT787lykC8 bI4U3NXjp24HmLdk61BT2/pK8Bh50vND0g+4BfBvEX7OW8HQa/yjpo36mg== X-Gm-Gg: ASbGncvS6brarsbU45gOGGVYhV2DaLcyh/WdqR6BYfk0DYOrywVDABDo4Za7ksPIAI7 KB7VbBKa3DMuSpfHyyRloq7LSqpkvo5eLTSfuBFKKtvsKJMah3SKx0Y8jZFteUc3GkAEcAzyzK+ ZnULPJndElPEdXwY55/QGyLGZSNzi8SkoP2AeriQEkLK/pfK0nYm0QUptvtGb58zIHUQCFSv/zJ nYdYVHjSE2UmbtWHMBYK7fJGUgCwh8J2CGEsjoH9iKBgcUHHNegZOB/R7NboeF4Y6k/hcCHAzZF dCUgwibisXkcy8O09vPCvKHAPA== X-Google-Smtp-Source: AGHT+IFwCSOfxTzRuyHVJpqqReBnabkC5uTGVT5j0GdExPI1lrw9NiN1s4SpL3QmRBRPGwr6fKJtcg== X-Received: by 2002:a05:6602:358c:b0:849:c82e:c082 with SMTP id ca18e2360f4ac-84ce008198cmr1228824239f.6.1736539760664; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:19 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 11/13] python3-tzdata: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:20 +0000 Message-Id: <20250110200822.3958062-11-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114801 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-tzdata/run-ptest | 3 --- .../recipes-devtools/python/python3-tzdata_2024.2.bb | 11 ++--------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-tzdata/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-tzdata/run-ptest b/meta-python/recipes-devtools/python/python3-tzdata/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-tzdata/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb b/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb index 614d813e8..20e9715dd 100644 --- a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb +++ b/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb @@ -6,20 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \ SRC_URI[sha256sum] = "7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" -inherit pypi python_setuptools_build_meta - -inherit ptest - -SRC_URI += "file://run-ptest" +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN}-ptest += "\ python3-attrs \ - python3-pytest \ python3-pytest-subtests \ - python3-unittest-automake-output \ " -do_install_ptest() { - cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ +do_install_ptest:append() { install ${S}/VERSION ${D}${PTEST_PATH}/ } From patchwork Fri Jan 10 20:08: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: 55370 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 AE6C7E7719C for ; Fri, 10 Jan 2025 20:09:31 +0000 (UTC) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by mx.groups.io with SMTP id smtpd.web10.688.1736539764432422431 for ; Fri, 10 Jan 2025 12:09:24 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.46, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f46.google.com with SMTP id ca18e2360f4ac-844d555491eso74429839f.0 for ; Fri, 10 Jan 2025 12:09:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539763; x=1737144563; 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=icF+853R+CL69NyBXTR9N/uPBYK05kRi6kFmyZxiHrc=; b=vdiB8BvRU1FfpTjEnVVwHz6jS/QFrM78Z/G5wtRSRlXkV7l1N5SzRxMEv2zKeiOdZF j6HHBcQT4fp8eWId9Ov4VhKQcZXsUU31TNg9yHMHBfeJHwEShC23ciUYEPDAzBZhaItL Lg5mntjKF5VfCDm88JZ0Any29Pkfo1iCWA0/MuLyrgMtq0IMQNVfgSqFKT6Opq/GK+xz HahFQmH2LDh7ZLcOFKpElGbAcD3lwwoKbeyWBd5m2COZGBbiF7MGCRl1O4nUqkV1wKUL qBbTcREgqgYAufo9RrqMik2bmC9PpUF2UDB4FO0+NFwTPklxPZCd3JRVa1lTN6TyDwSx XC/g== X-Gm-Message-State: AOJu0YywxjkubCsfPnPvWDlrXrfODp2kjR/p44jXfwHLbtP6EOiuVCZg mFQC+yw3eQGiolBb4W3jivEP4XZzvDYNswPIWISzXbMTLlpjsyl9RtaQvA== X-Gm-Gg: ASbGnctRpq27tNUDg9n/RRrkCgB/BYkFNWKMZOwFm3DITWU5eV0Sg0vQQbbVjjlGOU/ HxqFBBaH0Nw23HulNrGFDQlY1FDtWNt4U2AOV0rlKR54RDN73ZHpTPfv2h0hCF0m8ob6gRU3lpD j/RLui/qydtXz27mLgEGVcrBg6tpcGLBocd2v31v6fioaCyQCX6TXtHEUaHc9HVgAVeQpG4pIUN 0Q665div3JVA4qdcbE06OTDQCEHXMeXyg9tyBWo607vrl6DA5TIQJ9vOn/hVg/fAoZKTAy3cdjm cSbxtD5uKNJicT/2WDsSD7pMcw== X-Google-Smtp-Source: AGHT+IFV7e28kT6GV0eYwmvvn28I7vk/nbfYcyFE/mpisP9YLMAqRgWXQQYoPnhFLEaPFmxb2ukerA== X-Received: by 2002:a05:6602:750a:b0:83b:28e2:4985 with SMTP id ca18e2360f4ac-84ce01e97bbmr1206084739f.12.1736539763209; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:21 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 12/13] python3-typeguard: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:21 +0000 Message-Id: <20250110200822.3958062-12-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114802 Signed-off-by: Derek Straka --- .../python/python3-typeguard/run-ptest | 3 --- .../python/python3-typeguard_4.4.1.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typeguard/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-typeguard/run-ptest b/meta-python/recipes-devtools/python/python3-typeguard/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-typeguard/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb index 8b2604e4a..45b32f512 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb @@ -5,11 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" SRC_URI[sha256sum] = "0d22a89d00b453b47c49875f42b6601b961757541a2e1e0ef517b6e24213c21b" -inherit pypi python_setuptools_build_meta ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += " \ python3-core \ @@ -19,18 +15,11 @@ RDEPENDS:${PN} += " \ " RDEPENDS:${PN}-ptest += " \ - python3-pytest \ python3-typing-extensions \ - python3-unittest-automake-output \ python3-unixadmin \ python3-mypy \ " -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - DEPENDS += "\ python3-distutils-extra-native \ python3-setuptools-scm-native \ From patchwork Fri Jan 10 20:08: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: 55369 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 B67AFE7719E for ; Fri, 10 Jan 2025 20:09:31 +0000 (UTC) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by mx.groups.io with SMTP id smtpd.web10.690.1736539766223378240 for ; Fri, 10 Jan 2025 12:09:26 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.43, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f43.google.com with SMTP id ca18e2360f4ac-84a1ce51187so69207039f.1 for ; Fri, 10 Jan 2025 12:09:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736539765; x=1737144565; 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=6EXOSZYTZ3ZDhkAw8rWBt0NmRTjS0ldd3Bcu/aLyixo=; b=ocv3PgI56gYj8v21wsSRy+vxsYha09V2ar3oJ+k39JPuJ2zYxKaq58iyhS6YWp1MT7 NXCN9Ac5eEECvOl9SLZ/jLwlfKx1RONFV71lbopNz7iku8Sa9WViBYejBbudqwbiuZIl A8qF88XY8XCIutgd+eZK+wFa6C2j8qSUfdFpTJp6u1Jm+uwIrHykcqBk9Yh/+wDoEkb8 0MLxpNz9/OhFNoM8y7C+Wj/lUbwCvUlSPudOQfquLt69L1krVZNm+m7r84CbtSo8Dun4 bbpIqCElSCTWC+4nuqs5q1pIMWxLmC9nLqNcwVgOpNqmp2KLhT1SFA90yih/yzagLUWM UCEw== X-Gm-Message-State: AOJu0YxdRzRmYa283A+6ou0bngB90RpCjn021Ymj8Rs0d663r9PkiMVv YnOZeC4Wcg/leNreKsNQnEr6aGCzhgd6AHOKS9dyUlJ1ZcQYtieDVf8AwQ== X-Gm-Gg: ASbGnctUMqWWXOg+e4Xyh8UWZ1IjTa9Pq5ojXqVwyi1BT4//IvJn3RN7mvdFZIOacY0 5BrpduSUZIuB3jZXrxO5RgZ9+Q2S//w0ZgpttENBdzwXkfurpe06Bof4jTOnr/blfpPm+uUGwoV IDb4eH34l4aaDZOm0oXAJjDhtObndryxiwwCjoCK0yUXu7OvLzvQz0s7od9YrvFhY5FHd2O+Kv0 g2kVPTXoCpQod/CbgcL6ZAZ8xEMtiJJF7KtTJFu0i0NKfHfRt7698yTy2jLiT6ahFEaoNuXuGQm IvX/6eq5htbHLCzsQxYS1EhYTw== X-Google-Smtp-Source: AGHT+IF4iTmUI5UZ/miZxsaAsfCGJjIwpyFTWxmAMymhl8caYlI3eYyC7b8xBvrCJ3RJfrY+rYvzGA== X-Received: by 2002:a05:6602:4015:b0:844:cbd0:66ca with SMTP id ca18e2360f4ac-84ce003c8b5mr1047470139f.1.1736539765058; Fri, 10 Jan 2025 12:09: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 ca18e2360f4ac-84d61fc84dasm104467139f.46.2025.01.10.12.09.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2025 12:09:24 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [oe][meta-python][PATCH 13/13] python3-trustme: update recipe to use the ptest-python-pytest class Date: Fri, 10 Jan 2025 20:08:22 +0000 Message-Id: <20250110200822.3958062-13-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250110200822.3958062-1-derek@asterius.io> References: <20250110200822.3958062-1-derek@asterius.io> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 20:09:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114803 Signed-off-by: Derek Straka --- .../python/python3-trustme/run-ptest | 3 --- .../python/python3-trustme_1.2.0.bb | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-trustme/run-ptest diff --git a/meta-python/recipes-devtools/python/python3-trustme/run-ptest b/meta-python/recipes-devtools/python/python3-trustme/run-ptest deleted file mode 100644 index 8d2017d39..000000000 --- a/meta-python/recipes-devtools/python/python3-trustme/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb b/meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb index 69db7e618..e1974f707 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb @@ -6,11 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" SRC_URI[sha256sum] = "ed2264fb46c35459e6de9e454ed4bab73be44b6a2a26ad417f9b6854aebb644a" -inherit pypi python_hatchling python_setuptools_build_meta ptest - -SRC_URI += " \ - file://run-ptest \ -" +inherit pypi python_hatchling python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += " \ python3-cryptography \ @@ -23,13 +19,6 @@ RDEPENDS:${PN}-ptest += " \ python3-attrs \ python3-pyopenssl \ python3-pyasn1-modules \ - python3-pytest \ python3-service-identity \ python3-six \ - python3-unittest-automake-output \ " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -}