From patchwork Thu Sep 3 16:44:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 97241 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 6E178C624DA for ; Thu, 3 Sep 2026 16:45:09 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.12331.1788453905628381160 for ; Thu, 03 Sep 2026 09:45:06 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=oBMyOS00; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DB0781596 for ; Thu, 3 Sep 2026 09:45:00 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id ED25A3F673 for ; Thu, 3 Sep 2026 09:45:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1788453904; bh=o8Isa21BqrMTRFl34hFG1ltXKJbmJ6yMBUM6sArbFls=; h=From:To:Subject:Date:From; b=oBMyOS00kv0K9pMO5KlFQT8fQsG8YL0gLUn+tJtMdPBvqjCibqyEJFX0MjrRWVQwI e7NCkCItcE/CVrO2dIW0/TRNzrzDvKL/BNPySjbSx2e53V0q7X9aw4FgLCvFlAbP4i nilhfpzIm9Ue2k8yuzWpVfqNvZj+hYj54wAVZvbc= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 1/3] meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE Date: Thu, 3 Sep 2026 17:44:52 +0100 Message-ID: <20260903164454.152372-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 03 Sep 2026 16:45:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/129744 Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE, which is the default value. Signed-off-by: Ross Burton --- .../recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb | 1 - .../recipes-devtools/python/python3-annotated-doc_0.0.5.bb | 2 -- .../recipes-devtools/python/python3-annotated-types_0.8.0.bb | 2 -- .../recipes-devtools/python/python3-apply-defaults_0.1.6.bb | 1 - meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb | 1 - meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb | 1 - .../recipes-devtools/python/python3-cached-property_2.0.1.bb | 1 - meta-python/recipes-devtools/python/python3-can_4.6.1.bb | 1 - meta-python/recipes-devtools/python/python3-cerberus_1.3.8.bb | 2 -- .../recipes-devtools/python/python3-charset-normalizer_3.4.9.bb | 1 - .../recipes-devtools/python/python3-cheetah_3.2.6.post1.bb | 1 - .../recipes-devtools/python/python3-configargparse_1.7.5.bb | 1 - .../recipes-devtools/python/python3-custom-inherit_2.4.1.bb | 1 - meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb | 1 - meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb | 1 - .../recipes-devtools/python/python3-dirty-equals_0.11.bb | 1 - .../recipes-devtools/python/python3-django-south_1.0.2.bb | 1 - meta-python/recipes-devtools/python/python3-django.inc | 1 - .../recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | 1 - .../recipes-devtools/python/python3-email-validator_2.3.0.bb | 1 - meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb | 1 - meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb | 1 - .../recipes-devtools/python/python3-fastapi-cli_0.0.27.bb | 2 -- .../recipes-devtools/python/python3-flask-babel_4.0.0.bb | 1 - .../recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb | 1 - meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb | 1 - .../recipes-devtools/python/python3-flask-httpauth_4.8.0.bb | 1 - .../recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb | 1 - .../recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb | 1 - meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb | 1 - .../recipes-devtools/python/python3-flask-limiter_4.1.1.bb | 1 - .../recipes-devtools/python/python3-flask-login_0.6.3.bb | 1 - .../recipes-devtools/python/python3-flask-mail_0.10.0.bb | 1 - .../recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb | 1 - .../recipes-devtools/python/python3-flask-migrate_4.1.0.bb | 1 - .../recipes-devtools/python/python3-flask-pymongo_3.0.1.bb | 1 - .../recipes-devtools/python/python3-flask-restful_0.3.10.bb | 1 - .../recipes-devtools/python/python3-flask-sijax_0.4.1.bb | 1 - .../recipes-devtools/python/python3-flask-socketio_5.6.1.bb | 1 - .../recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb | 1 - .../recipes-devtools/python/python3-flask-uploads_0.2.1.bb | 1 - .../recipes-devtools/python/python3-flask-user_0.6.19.bb | 1 - .../python/python3-flask-versioned_0.9.4-20101221.bb | 1 - meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb | 1 - .../recipes-devtools/python/python3-flask-xstatic_0.0.1.bb | 1 - .../recipes-devtools/python/python3-google-auth_2.56.3.bb | 1 - .../recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb | 1 - .../recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb | 1 - .../recipes-devtools/python/python3-grpcio-tools_1.76.0.bb | 1 - .../python/python3-hatch-requirements-txt_0.4.1.bb | 1 - meta-python/recipes-devtools/python/python3-icu_2.16.2.bb | 1 - meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb | 1 - .../recipes-devtools/python/python3-importlib-metadata_9.0.0.bb | 1 - .../recipes-devtools/python/python3-inline-snapshot_0.35.4.bb | 1 - meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb | 1 - meta-python/recipes-devtools/python/python3-ipy_1.01.bb | 1 - .../recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | 1 - .../python/python3-keras-preprocessing_1.1.2.bb | 1 - .../recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb | 1 - meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb | 1 - meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb | 1 - .../recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb | 1 - .../recipes-devtools/python/python3-mypy-extensions_1.1.0.bb | 1 - .../recipes-devtools/python/python3-ninja-syntax_1.7.2.bb | 1 - meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb | 1 - .../recipes-devtools/python/python3-pastedeploy_3.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb | 1 - meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb | 1 - .../recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb | 1 - meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb | 1 - meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | 1 - .../recipes-devtools/python/python3-pydantic-core_2.46.4.bb | 1 - meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb | 1 - .../recipes-devtools/python/python3-pyproject-api_1.11.0.bb | 1 - .../recipes-devtools/python/python3-pytest-asyncio_1.4.0.bb | 1 - .../recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb | 1 - meta-python/recipes-devtools/python/python3-pytest-cov_7.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb | 1 - .../recipes-devtools/python/python3-pytest-freezer_0.4.9.bb | 1 - .../recipes-devtools/python/python3-pytest-html_4.2.0.bb | 1 - .../recipes-devtools/python/python3-pytest-httpx_0.36.2.bb | 1 - .../python/python3-pytest-lazy-fixtures_1.1.4.bb | 1 - .../recipes-devtools/python/python3-pytest-mock_3.15.1.bb | 1 - .../recipes-devtools/python/python3-pytest-picked_0.5.1.bb | 1 - .../recipes-devtools/python/python3-pytest-socket_0.7.0.bb | 1 - .../recipes-devtools/python/python3-pytest-timeout_2.5.0.bb | 1 - .../recipes-devtools/python/python3-pytest-xdist_3.8.0.bb | 1 - .../recipes-devtools/python/python3-python-dotenv_1.2.1.bb | 1 - .../recipes-devtools/python/python3-python-multipart_0.0.32.bb | 1 - .../recipes-devtools/python/python3-requests-file_3.0.1.bb | 1 - .../recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | 1 - .../recipes-devtools/python/python3-rich-argparse_1.8.0.bb | 1 - .../recipes-devtools/python/python3-scikit-build-core_1.0.3.bb | 1 - .../recipes-devtools/python/python3-scikit-build_0.19.1.bb | 1 - .../recipes-devtools/python/python3-service-identity_26.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb | 1 - meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb | 1 - meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb | 1 - .../recipes-devtools/python/python3-time-machine_3.2.0.bb | 1 - .../recipes-devtools/python/python3-tokenize-rt_6.2.0.bb | 1 - .../python/python3-types-psutil_7.2.2.20260518.bb | 1 - meta-python/recipes-devtools/python/python3-wand_0.7.2.bb | 1 - .../recipes-devtools/python/python3-wheezy-template_3.2.5.bb | 1 - .../recipes-devtools/python/python3-wpa-supplicant_0.2.bb | 1 - meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb | 1 - .../python/python3-xstatic-font-awesome_6.2.1.2.bb | 1 - meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb | 1 - meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb | 1 - .../recipes-devtools/python/python3-zopeinterface_8.6.bb | 1 - .../python3-rouge-score/python3-rouge-score_0.1.2.bb | 1 - .../recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb | 1 - .../python3-gpt-image/python3-gpt-image_0.9.1.bb | 1 - .../recipes-extended/send2trash/python3-send2trash_2.1.0.bb | 1 - 117 files changed, 121 deletions(-) diff --git a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb index c16257beae..1be13146db 100644 --- a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb +++ b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c9ccd5f4ca5d0f5057c0e690a0153d" SRC_URI[sha256sum] = "cfac69638d80943aff9cc5f1466755dd0fef8aed0bb4bda41b5eb045818ce6fc" PYPI_PACKAGE = "pyro5" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 ptest-python-pytest diff --git a/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.5.bb b/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.5.bb index 28d05166f4..1f9164323f 100644 --- a/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-annotated-doc_0.0.5.bb @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e36e91f278975b8bb76a769f32582892" SRC_URI[sha256sum] = "c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - inherit pypi python_pdm PYPI_PACKAGE = "annotated_doc" diff --git a/meta-python/recipes-devtools/python/python3-annotated-types_0.8.0.bb b/meta-python/recipes-devtools/python/python3-annotated-types_0.8.0.bb index 3bc397ffa7..28941262b1 100644 --- a/meta-python/recipes-devtools/python/python3-annotated-types_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-annotated-types_0.8.0.bb @@ -9,8 +9,6 @@ SRC_URI[sha256sum] = "13b2beaad985e05e2d6407ee4c4f35590b11f8d693a258a561055cac8f S = "${UNPACKDIR}/annotated_types-${PV}" PYPI_PACKAGE = "annotated_types" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - inherit pypi python_hatchling RDEPENDS:${PN} = "python3-typing-extensions" diff --git a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb index 1be20f179a..6bf61cfcd3 100644 --- a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb +++ b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c89120516900f96f4c60d35fdc4c3f15" PYPI_PACKAGE = "apply_defaults" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "3773de3491b94c0fe44310f1a85888389cdc71e1544b343bce0d2bd6991acea5" diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb index 4d4982dd37..01739adf86 100644 --- a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" SRC_URI[sha256sum] = "9e85ad35cfc6c938676817c7ae9a1000a7c72a34c71db0c687136c460d12b85e" PYPI_PACKAGE = "Arpeggio" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb index f4cdab65b6..643208264c 100644 --- a/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb @@ -5,7 +5,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" PYPI_PACKAGE = "brotli" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" CVE_PRODUCT = "brotli" diff --git a/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb b/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb index 5c88a4e69e..e1ead95cf1 100644 --- a/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb @@ -6,7 +6,6 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=db7ff60c4e14f58534201242803d8abc" PYPI_PACKAGE = "cached_property" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "484d617105e3ee0e4f1f58725e72a8ef9e93deee462222dbd51cd91230897641" diff --git a/meta-python/recipes-devtools/python/python3-can_4.6.1.bb b/meta-python/recipes-devtools/python/python3-can_4.6.1.bb index a2746511f8..4f7a8e9b0a 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.6.1.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" SRC_URI[sha256sum] = "290fea135d04b8504ebff33889cc6d301e2181a54099116609f940825ffe5005" PYPI_PACKAGE = "python_can" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.8.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.8.bb index 7b868fad5e..3175db905c 100644 --- a/meta-python/recipes-devtools/python/python3-cerberus_1.3.8.bb +++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.8.bb @@ -4,8 +4,6 @@ SECTION = "devel/python" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - inherit pypi python_setuptools_build_meta SRC_URI[sha256sum] = "579554887ffd189226774b87570f4a76db75cf0efcbaffcacd5e98b8ee877f61" diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb index 6df52a23d4..ae93b43d5c 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb @@ -11,7 +11,6 @@ DEPENDS += "python3-setuptools-scm-native python3-mypy-native" inherit pypi python_setuptools_build_meta ptest-python-pytest PYPI_PACKAGE = "charset_normalizer" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += " \ python3-core \ diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb index e7b404cd8f..252ec4cd89 100644 --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" PYPI_PACKAGE = "Cheetah3" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb index 49df56d75b..0bf629dd91 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" PYPI_PACKAGE = "configargparse" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb b/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb index a8aad44943..e7409f77e6 100644 --- a/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434" PYPI_PACKAGE = "custom_inherit" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI += "file://0001-versioneer.py-do-not-use-SafeConfigParser.patch" SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2" diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb index a45a7fa920..c0c40b6b23 100644 --- a/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb @@ -7,7 +7,6 @@ SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.pat SRC_URI[sha256sum] = "e1d3ee49a4a81524d7caaa2d5a31fc71075a1c977b661df958cee24bef86b8fe" PYPI_PACKAGE = "dbus_fast" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_poetry_core cython diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb index 10c1bfda04..9f6aa7ed7f 100644 --- a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=94e750c96e56788499b56c81de91431c" SRC_URI[sha256sum] = "f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5" PYPI_PACKAGE = "dbus_next" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb b/meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb index 098c8ae0e6..daf8567f07 100644 --- a/meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb +++ b/meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb @@ -17,7 +17,6 @@ S = "${UNPACKDIR}/dirty_equals-${PV}" inherit pypi python_hatchling PYPI_PACKAGE = "dirty_equals" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += " \ python3-pytz \ diff --git a/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb b/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb index 5b0f6c6f3b..152e57f105 100644 --- a/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c231 SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" PYPI_PACKAGE = "South" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc index 4191d4384f..bbf7e564e8 100644 --- a/meta-python/recipes-devtools/python/python3-django.inc +++ b/meta-python/recipes-devtools/python/python3-django.inc @@ -4,7 +4,6 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" PYPI_PACKAGE = "django" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi ptest diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb index 227e97c46c..fa21531487 100644 --- a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb @@ -8,7 +8,6 @@ inherit pypi setuptools3 SRC_URI[sha256sum] = "fbc676aaedc8ec542056c21e5e206b8b62b8d11c3f3c5cfb32b273936da89604" PYPI_PACKAGE = "dynamic_dispatch" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "\ diff --git a/meta-python/recipes-devtools/python/python3-email-validator_2.3.0.bb b/meta-python/recipes-devtools/python/python3-email-validator_2.3.0.bb index b745dfbba8..a9401ccf49 100644 --- a/meta-python/recipes-devtools/python/python3-email-validator_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-email-validator_2.3.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2890aee62bd2a4c3197e2059016a397e" SRC_URI[sha256sum] = "9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426" PYPI_PACKAGE = "email_validator" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb index 9439deef0a..1f119c6bdf 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb @@ -21,4 +21,3 @@ RDEPENDS:${PN} += " \ inherit setuptools3 pypi PYPI_PACKAGE = "et_xmlfile" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb b/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb index e1459653ea..340e69ee6b 100644 --- a/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2b6a85414b7d058ab1c58e11611c21b2" SRC_URI[sha256sum] = "178703fa98c07d8eecd5ae569e7e8d159e493ebb6eeb534a8fe973fbc4e40ef0" PYPI_PACKAGE = "eth_abi" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb index 36d787746e..0618814d52 100644 --- a/meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d3f53e7cc5bf80b16eff1f4a38c73182" SRC_URI[sha256sum] = "eb54b2f82dd300d3142c49a89da195e823f5e5284d43203593f87c67bad92a96" PYPI_PACKAGE = "eth_utils" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.27.bb b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.27.bb index 218137e5f8..02750e67e1 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.27.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.27.bb @@ -9,8 +9,6 @@ inherit pypi python_pdm PYPI_PACKAGE = "fastapi_cli" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - RDEPENDS:${PN} += "\ python3-difflib \ python3-pydantic \ diff --git a/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb index 4923eb9d58..b445ec0e1c 100644 --- a/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9" SRC_URI[sha256sum] = "dbeab4027a3f4a87678a11686496e98e1492eb793cbdd77ab50f4e9a2602a593" PYPI_PACKAGE = "flask_babel" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_poetry_core diff --git a/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb b/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb index 697c0b1850..e28e41c124 100644 --- a/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619" SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8" PYPI_PACKAGE = "Flask-Bootstrap" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb b/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb index 6134b5ba10..b5a32faa6e 100644 --- a/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb @@ -8,7 +8,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=134f1026f0de92fd30e71976590a2868" PYPI_PACKAGE = "flask_cors" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" CVE_PRODUCT = "flask-cors" diff --git a/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb b/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb index f090f1d40f..cf0f73aef5 100644 --- a/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb @@ -8,7 +8,6 @@ inherit pypi python_setuptools_build_meta DEPENDS += "python3-wheel-native" PYPI_PACKAGE = "Flask-HTTPAuth" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a" diff --git a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb index d653b8adbf..93ecf08453 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb @@ -5,7 +5,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://README.rst;md5=bd59445a234a0c8250b39178d42e3148" PYPI_PACKAGE = "Flask-Jsonpify" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2fedbfb" diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb index de6231ac31..5d7412f1e2 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac" inherit pypi setuptools3 PYPI_PACKAGE = "flask_jwt_extended" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "78fd0f460317facf3a0084a6457ffaf2f1dda9eefbd576f94cea35b0eadd5531" diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb index 462d065a0e..f7044b314f 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb @@ -5,7 +5,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ff00db41c47ec84b4567a8b3c246a959" PYPI_PACKAGE = "Flask-JWT" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d323bd0ad" diff --git a/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb index 7c2e18ffba..884da17052 100644 --- a/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-limiter_4.1.1.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2455d5e574bc0fc489411ca45766ac78" SRC_URI[sha256sum] = "ca11608fc7eec43dcea606964ca07c3bd4ec1ae89043a0f67f717899a4f48106" PYPI_PACKAGE = "flask_limiter" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb index a50f82abc4..df22ca112c 100644 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" SRC_URI[sha256sum] = "5e23d14a607ef12806c699590b89d0f0e0d67baeec599d75947bf9c147330333" PYPI_PACKAGE = "Flask-Login" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb index 53d3333b95..a91a231b95 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=201f2b80112efa61b78515bd54e9f138" SRC_URI[sha256sum] = "44083e7b02bbcce792209c06252f8569dd5a325a7aaa76afe7330422bd97881d" PYPI_PACKAGE = "flask_mail" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_flit_core diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb index a311730980..9739f31f6f 100644 --- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4" inherit pypi python_flit_core PYPI_PACKAGE = "flask_marshmallow" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "7c06b56e41647eccdb3cd57c25b109f19191b4c62509362bd64920cdf601a066" diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_4.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_4.1.0.bb index 7cdada071f..fc64d03d38 100644 --- a/meta-python/recipes-devtools/python/python3-flask-migrate_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_4.1.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85" SRC_URI[sha256sum] = "1a336b06eb2c3ace005f5f2ded8641d534c18798d64061f6ff11f79e1434126d" PYPI_PACKAGE = "flask_migrate" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_3.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_3.0.1.bb index 7773e2830e..c760ee0219 100644 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_3.0.1.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;beginline=1;endline=24;md5= SRC_URI[sha256sum] = "d225b51c21ceca2e670e6cca79b5c584ad17b96252b48e84e3b423ddb73304cc" PYPI_PACKAGE = "flask_pymongo" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb index 0f97fbc259..8ea455c633 100644 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb @@ -11,6 +11,5 @@ SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a5 inherit pypi setuptools3 PYPI_PACKAGE = "Flask-RESTful" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} = "python3-flask" diff --git a/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb index e74f315c4a..d518a1877f 100644 --- a/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f" PYPI_PACKAGE = "Flask-Sijax" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb index 9e94d20748..edbe6eef08 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "flask_socketio" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "fe5bd995c3ed4da9a98f335d0d830fa1a19d84a64789f6265642a671fdacaeac" diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb index a3fd62228a..c300d0b388 100644 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312" PYPI_PACKAGE = "flask_sqlalchemy" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_flit_core diff --git a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb index fa2b321814..a51ead3c8a 100644 --- a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b712ac634b39469660c9bdfb8d03421c" SRC_URI[sha256sum] = "53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02" PYPI_PACKAGE = "Flask-Uploads" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index 9ec9249339..951020dae9 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a" SRC_URI[sha256sum] = "601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c83b302" PYPI_PACKAGE = "Flask-User" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" CVE_PRODUCT = "flask-user_project:flask-user" diff --git a/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb b/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb index 4e2d5e6095..3492d5efc8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb +++ b/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb @@ -4,7 +4,6 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://flaskext/versioned/__init__.py;md5=dcb7d97884bf08c256ff5795766bcd24" PYPI_PACKAGE = "Flask-Versioned" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "516694dc860a1bc4f22ab60b324a85083c0150522be109282a3bed681057fd34" diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb index 2c1f8af8e8..54c6c8904d 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" SRC_URI[sha256sum] = "61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc" PYPI_PACKAGE = "flask_wtf" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb index b8d73c8170..c4cad466ad 100644 --- a/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb @@ -7,7 +7,6 @@ SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381 SRC_URI += "file://remove-pip-requires.patch" PYPI_PACKAGE = "Flask-XStatic" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += "\ python3-flask \ diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb index c096c6ab36..c79f51f760 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb @@ -12,7 +12,6 @@ SRC_URI += " \ SRC_URI[sha256sum] = "40e229fc901f0a305b553050e5fce562d509bee0435be053abfa91582b51b90c" PYPI_PACKAGE = "google_auth" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN}-ptest += " \ python3-aioresponses \ diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb index 921a9a251a..0f75a7a084 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb @@ -9,7 +9,6 @@ inherit pypi setuptools3 DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_channelz" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "2ab15ef7b2252a9ba31df500bbe295ce5310a8b01ea6f6d67a17172d914a41a8" diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb index e03fd3e818..910d795553 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb @@ -9,7 +9,6 @@ inherit pypi setuptools3 DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_reflection" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "e0e7e49921c2ee951e5ddff0bdbacbd1ac1a70888beb61d567f3d01b799decb1" diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb index 29bf02f786..447ece8594 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62 inherit pypi setuptools3 PYPI_PACKAGE = "grpcio_tools" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" DEPENDS += "python3-grpcio" diff --git a/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb b/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb index d9026e4577..8b3218790e 100644 --- a/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=58206c261591d2c13b00ab61cec32abe" SRC_URI[sha256sum] = "2c686e5758fd05bb55fa7d0c198fdd481f8d3aaa3c693260f5c0d74ce3547d20" PYPI_PACKAGE = "hatch_requirements_txt" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb index 95e4aa79af..a2ebc40758 100644 --- a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0724597863f1581ab01429e0423e779f" DEPENDS += "icu" PYPI_PACKAGE = "pyicu" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "006d51e24b5ec76df6ec2130f3dde269c51db8b8cfebb7d45a427dde0d10aa52" diff --git a/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb b/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb index 331dc0355c..37a3eea5d4 100644 --- a/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a61b9c5aec8796b64a6bf15d42605073" SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c" PYPI_PACKAGE = "idna-ssl" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_9.0.0.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_9.0.0.bb index 61f531a9c1..e1a7c1b590 100644 --- a/meta-python/recipes-devtools/python/python3-importlib-metadata_9.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-importlib-metadata_9.0.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=affe5a7d8b988c3db245c01075b29e17" inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "importlib_metadata" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "a4f57ab599e6a2e3016d7595cfd72eb4661a5106e787a95bcc90c7105b831efc" diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb index c4af98c9e0..d9eea29c1f 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "82432a58b7ea77a172515f5024cd26fdea8dc0f873c7a4251e4e0471a9 inherit pypi python_hatchling PYPI_PACKAGE = "inline_snapshot" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} = "python3-asttokens \ python3-black \ diff --git a/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb b/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb index f442d2faa6..28a679bc99 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" SRC_URI[sha256sum] = "9aee407f92c7d51a2ce50f3b78291a9094e334e34bd68e82bf60020795fa2c94" PYPI_PACKAGE = "inotify" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta ptest-python-pytest 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 6a35e12ffe..631354dece 100644 --- a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb +++ b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb @@ -16,6 +16,5 @@ inherit pypi setuptools3_legacy ptest-python-pytest PTEST_PYTEST_DIR = "test" PYPI_PACKAGE = "IPy" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb index b26a9ebd53..d880d88d2d 100644 --- a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb @@ -4,7 +4,6 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" PYPI_PACKAGE = "ipython_genutils" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" diff --git a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb index 8f382c99b4..f070d79d2b 100644 --- a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb @@ -9,7 +9,6 @@ inherit pypi setuptools3 SRC_URI[sha256sum] = "add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3" PYPI_PACKAGE = "Keras_Preprocessing" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb index 9ba6ef8b15..acd84efd21 100644 --- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb @@ -9,7 +9,6 @@ DEPENDS += "python3-setuptools-scm-native" SRC_URI[sha256sum] = "1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61" PYPI_PACKAGE = "lazy_object_proxy" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb index 1d37cd7187..e19ad56219 100644 --- a/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb @@ -11,7 +11,6 @@ DEPENDS += "python3-wheel-native" SRC_URI[sha256sum] = "963c264164d4374f549d57db09599e0ca458cea1bd05e16939897619be4e6dbd" PYPI_PACKAGE = "luma.core" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += " \ python3-pillow \ diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb index df30667775..2d0d88d7b9 100644 --- a/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb @@ -13,7 +13,6 @@ DEPENDS += "python3-wheel-native" SRC_URI[sha256sum] = "16925fe668f484803df0683add800b19e5dd7316a1d64eb06ec2ae817473901e" PYPI_PACKAGE = "luma_oled" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += " \ python3-luma-core \ diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb index b80fc10030..bc515c7b4a 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e" SRC_URI[sha256sum] = "72f3fe8fce36b70d4a5b612f899090cd0401deddc4ea90e1572b9f4bfb058c79" PYPI_PACKAGE = "matplotlib_inline" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_flit_core diff --git a/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb b/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb index baa76aa60c..33a1551e66 100644 --- a/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0fe3219e2470a78c0d1837019b8b426e" PYPI_PACKAGE = "mypy_extensions" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_flit_core diff --git a/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb b/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb index 7e389a5772..e483b98907 100644 --- a/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb @@ -8,6 +8,5 @@ SRC_URI[sha256sum] = "342dc97b9e88a6495bae22953ee6063f91d2f03db6f727b62ba5c3092a inherit pypi setuptools3 PYPI_PACKAGE = "ninja_syntax" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb index 0cffff3e82..979e25b47b 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb @@ -9,7 +9,6 @@ SRC_URI += " \ " PYPI_PACKAGE = "parse_type" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi ptest python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb b/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb index 1f6b36bd2b..e3405939c7 100644 --- a/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://license.txt;md5=1798f29d55080c60365e6283cb49779c" inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "PasteDeploy" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "9ddbaf152f8095438a9fe81f82c78a6714b92ae8e066bed418b6a7ff6a095a95" diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb index 3431e6c7aa..0660bb4ba8 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb @@ -5,7 +5,6 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d8df223c2614dbf1aabdc1ca23cc10" PYPI_PACKAGE = "posix_ipc" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "6923232111329954a8349f7d99f212b6e96b5206e77fbd39aaf1b3cb4a5e9260" diff --git a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb index 5dbc8b203a..27a6a34f00 100644 --- a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" DEPENDS = "python3-setuptools-scm-native" PYPI_PACKAGE = "pure_eval" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb index e21bf4427f..3b3bc799a6 100644 --- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=190f79253908c986e6cacf380c3a5f6d" SRC_URI[sha256sum] = "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" PYPI_PACKAGE = "pyasn1_modules" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi ptest-python-pytest python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb index 4a80f66fd8..80c04d63e5 100644 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" PYPI_PACKAGE = "PyAudio" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87" diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb index 8887ab27d2..188700be29 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb @@ -12,7 +12,6 @@ SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.pat SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" PYPI_PACKAGE = "PyBluez" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.46.4.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.46.4.bb index 9bfbb701e4..bc9f0e2ad3 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.46.4.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.46.4.bb @@ -123,7 +123,6 @@ DEPENDS = "python3-maturin-native python3-typing-extensions" inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest PYPI_PACKAGE = "pydantic_core" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += " \ python3-compression \ diff --git a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb index f57ea97fc5..7ec799e086 100644 --- a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb @@ -3,7 +3,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" PYPI_PACKAGE = "pyFirmata" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} = "\ python3-pyserial \ diff --git a/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb index 8c7b1c0f72..49f4f7da8b 100644 --- a/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb @@ -7,7 +7,6 @@ SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604 PYPI_PACKAGE = "PyLyrics" PYPI_PACKAGE_EXT = "zip" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb index 190c80d88f..d062ebe561 100644 --- a/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb @@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc" SRC_URI[sha256sum] = "6c7b17ca686988104d7426c27895b455cdeea3e9d3ceb1270f0c3704fead8c33" PYPI_PACKAGE = "pymysql" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb index d72d2be2f1..cc945666a1 100644 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" SRC_URI[sha256sum] = "018494d6d696ae03c7e656e5e74cdfd8ea1326962cc401bcf018f1ed8436811c" PYPI_PACKAGE = "pynacl" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pyproject-api_1.11.0.bb b/meta-python/recipes-devtools/python/python3-pyproject-api_1.11.0.bb index 4df56aa8df..d0e3c90ac8 100644 --- a/meta-python/recipes-devtools/python/python3-pyproject-api_1.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyproject-api_1.11.0.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" SRC_URI[sha256sum] = "b8807d85a293e6c9f133e6575946fed45f1d42b22d58c780b33aa2421a799549" PYPI_PACKAGE = "pyproject_api" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_1.4.0.bb index 7f237932a7..ad3b2e2d2b 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_1.4.0.bb @@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf4921434 inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "pytest_asyncio" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" DEPENDS += "python3-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb index a1691024ad..9ed6659a77 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb @@ -9,6 +9,5 @@ SRC_URI[sha256sum] = "91afef90e6a96b013495e4702ef5d6358614a449e71008cdc194ef6687 inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "pytest_codspeed" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest python3-rich python3-statistics" diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_7.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_7.1.0.bb index 5e76726909..7673a8c569 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-cov_7.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-cov_7.1.0.bb @@ -13,6 +13,5 @@ DEPENDS += "python3-setuptools-scm-native python3-hatch-fancy-pypi-readme-native RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy" PYPI_PACKAGE = "pytest_cov" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb index 3ffe73b864..86fd2c9418 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb @@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "0c1dc1101fb8d3ab3611e8f8d657ba06c3c0c167fc85c90457e5b27f25 inherit pypi python_hatchling ptest-python-pytest PYPI_PACKAGE = "pytest_env" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} = "python3-pytest python3-tomli" diff --git a/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb index 212be0ef8b..cd09a5c325 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb @@ -13,4 +13,3 @@ RDEPENDS:${PN} = "\ " PYPI_PACKAGE = "pytest_freezer" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb index ea760ff29a..0889417ad0 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" SRC_URI[sha256sum] = "b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912" PYPI_PACKAGE = "pytest_html" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb index ac1a53d224..2309a96fa5 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb @@ -21,4 +21,3 @@ RDEPENDS:${PN}-ptest += "\ " PYPI_PACKAGE = "pytest_httpx" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb index 83b8321df2..64aa5d3ce1 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb @@ -17,6 +17,5 @@ SRC_URI[sha256sum] = "c494b52d798890033d64b28687a4d52807c8b0f606d56316e139df0cbe inherit pypi python_poetry_core PYPI_PACKAGE = "pytest_lazy_fixtures" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} = "python3-pytest" diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb index 835ff0ab3a..5ed97e436d 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb @@ -13,7 +13,6 @@ SRC_URI[sha256sum] = "1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0 inherit pypi python_setuptools_build_meta ptest PYPI_PACKAGE = "pytest_mock" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" DEPENDS += "python3-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb b/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb index c7c2183337..449af2623e 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb @@ -17,4 +17,3 @@ RDEPENDS:${PN} += "\ " PYPI_PACKAGE = "pytest_picked" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb index feb2f6fbb5..86b03724a0 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb @@ -12,4 +12,3 @@ RDEPENDS:${PN} = "python3-pytest" BBCLASSEXTEND = "native nativesdk" PYPI_PACKAGE = "pytest_socket" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_2.5.0.bb index 40c0a2085a..8990e29bba 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-timeout_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_2.5.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d8048cd156eda3df2e7f111b0ae9ceff" SRC_URI[sha256sum] = "68c9d82dfe95fa65712e107010c9344e7d8b4afe8c975a7be0d273d939583a93" PYPI_PACKAGE = "pytest_timeout" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb index 3527539f6f..7b340e8920 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb @@ -15,4 +15,3 @@ RDEPENDS:${PN} += " \ " PYPI_PACKAGE = "pytest_xdist" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" diff --git a/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb index 22b976dd9c..b16d3c766b 100644 --- a/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb @@ -16,7 +16,6 @@ PACKAGECONFIG:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' cli', '', d PACKAGECONFIG[cli] = ",,,python3-click" PYPI_PACKAGE = "python_dotenv" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN}-ptest += "\ coreutils \ diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.32.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.32.bb index 9b73b9470d..db1a9e0415 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.32.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.32.bb @@ -7,7 +7,6 @@ SRC_URI[sha256sum] = "be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf inherit pypi python_hatchling ptest-python-pytest PYPI_PACKAGE = "python_multipart" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" CVE_PRODUCT = "python-multipart" RDEPENDS:${PN}-ptest += " \ diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb index f796c8ef78..16f04a4cad 100644 --- a/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576" PYPI_PACKAGE = "requests_file" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta ptest-python-pytest diff --git a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb index 9ebc34eabc..28904ef18d 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" SRC_URI[sha256sum] = "3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055" PYPI_PACKAGE = "rfc3986_validator" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-rich-argparse_1.8.0.bb b/meta-python/recipes-devtools/python/python3-rich-argparse_1.8.0.bb index 2da95ab053..fa9761b72b 100644 --- a/meta-python/recipes-devtools/python/python3-rich-argparse_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-rich-argparse_1.8.0.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=06f5c372171ce02f7e6a18f5f57f0b69" PYPI_PACKAGE = "rich_argparse" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "679df3d832fa94ad6e4bdb07ded088cd7ea2dddc58ae9b2b46346a40b06cbc0c" diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_1.0.3.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_1.0.3.bb index 4a28b119b4..ff5e4c0da0 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_1.0.3.bb @@ -3,7 +3,6 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09" PYPI_PACKAGE = "scikit_build_core" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" DEPENDS = "python3-hatch-vcs-native" diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.19.1.bb b/meta-python/recipes-devtools/python/python3-scikit-build_0.19.1.bb index aff4ba4b68..f10e27a049 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build_0.19.1.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.19.1.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7c96d2b08b3cec6d3c67fb864d1fd8cc" DEPENDS = "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" PYPI_PACKAGE = "scikit_build" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb index ed855c4027..a603cb247b 100644 --- a/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "6358c52882c96e66ac4a55eb3a72c7dd4a70763f8cc6fa4e70abde2656 inherit pypi python_hatchling ptest-python-pytest PYPI_PACKAGE = "service_identity" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" diff --git a/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb b/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb index 4d21650059..dcb9e64d61 100644 --- a/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb @@ -7,6 +7,5 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=16e213d75641a392478df50cf0841903" SRC_URI[sha256sum] = "11b062f4a8b2aad95c87e7c09e5daf5a6b0d0f08abf9efe5f91a0075c6be7c0d" PYPI_PACKAGE = "Sijax" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb b/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb index 8adba7e8a4..c5667d34b7 100644 --- a/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" DEPENDS = "python3-setuptools-scm-native" PYPI_PACKAGE = "stack_data" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb b/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb index abe5c03d8e..cbe7fcc215 100644 --- a/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb +++ b/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb @@ -10,6 +10,5 @@ DEPENDS = "python3-pytest-runner-native" SRC_URI[sha256sum] = "878fb5ab705442070e4dd1929bb5e2249511c0bcf2b0eeacf3bcd80875c82eff" PYPI_PACKAGE = "StrEnum" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-time-machine_3.2.0.bb b/meta-python/recipes-devtools/python/python3-time-machine_3.2.0.bb index e898a43f99..450214a7a4 100644 --- a/meta-python/recipes-devtools/python/python3-time-machine_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-time-machine_3.2.0.bb @@ -9,7 +9,6 @@ PYPI_SRC_URI = "git://github.com/adamchainz/time-machine;protocol=https;branch=m inherit pypi python_setuptools_build_meta ptest-python-pytest PYPI_PACKAGE = "time_machine" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += "\ python3-tzdata \ diff --git a/meta-python/recipes-devtools/python/python3-tokenize-rt_6.2.0.bb b/meta-python/recipes-devtools/python/python3-tokenize-rt_6.2.0.bb index 0f5a1b34d3..ec80ef8ed6 100644 --- a/meta-python/recipes-devtools/python/python3-tokenize-rt_6.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-tokenize-rt_6.2.0.bb @@ -11,7 +11,6 @@ inherit pypi setuptools3 ptest-python-pytest RDEPENDS:${PN} += "python3-core" PYPI_PACKAGE = "tokenize_rt" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" do_install_ptest:append() { install -d ${D}${PTEST_PATH}/testing/resources diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb index ba8051ce5c..f7f3f8e758 100644 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb @@ -4,7 +4,6 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2" PYPI_PACKAGE = "types_psutil" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb b/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb index 305aeaeb11..2eeb2cb9f9 100644 --- a/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb @@ -11,7 +11,6 @@ SRC_URI[sha256sum] = "0387fd08848d00cadd1d885fcb19a17dd4250df2029e5338b6b668b7fe inherit pypi python_setuptools_build_meta ptest PYPI_PACKAGE = "wand" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" FILES:${PN}-doc += "${datadir}/README.rst" diff --git a/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb b/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb index 612b3ff106..fab0d5106a 100644 --- a/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa10554c46b94944529c6a886cf85631" PYPI_PACKAGE = "wheezy_template" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "c7c0bf85af0f70ca2ef4b6ea9a74ef372f73392aa17bea0d885dcba7356d0867" diff --git a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb index 68ff6c1863..17149bbadb 100644 --- a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb +++ b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "3ad0f40a696763bb0f4d4dec5b51f6b53ccfeb7c16ebb5897349303045 SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch" PYPI_PACKAGE = "wpa_supplicant" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb index a1fd09af49..eccdc83ca2 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a4bab8df34a9a138b4e0ca56b8559a05" inherit pypi setuptools3 PYPI_PACKAGE = "XlsxWriter" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += " \ python3-crypt \ diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb index b8c02dc40b..97e6dcd66f 100644 --- a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb @@ -5,7 +5,6 @@ LICENSE = "CC-BY-4.0 AND MIT AND OFL-1.0" LIC_FILES_CHKSUM = "file://xstatic/pkg/font_awesome/data/LICENSE.txt;md5=57f9201afe70f877988912a7b233de47" PYPI_PACKAGE = "xstatic_font_awesome" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971" diff --git a/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb b/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb index bf542aba5a..ed73aa48b0 100644 --- a/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb @@ -5,7 +5,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://README.txt;md5=1418684272f85f400cebf1b1a255c5cd" PYPI_PACKAGE = "XStatic" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI += "file://0001-remove-pkg_resources-import.patch" SRC_URI[sha256sum] = "402544cc9e179489441054f09c807804e115ea246907de87c0355fb4f5a31268" diff --git a/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb b/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb index f03ab22d24..4d914c63e9 100644 --- a/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb +++ b/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb @@ -6,6 +6,5 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=72092419572155ddc2 SRC_URI[sha256sum] = "bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd" PYPI_PACKAGE = "zope.event" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.6.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.6.bb index f79444c7ba..370e07889f 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_8.6.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.6.bb @@ -3,7 +3,6 @@ LICENSE = "ZPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" PYPI_PACKAGE = "zope_interface" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb b/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb index 6d07f5451f..722956a8e2 100644 --- a/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb +++ b/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb @@ -15,6 +15,5 @@ RDEPENDS:${PN} = "\ inherit setuptools3 pypi PYPI_PACKAGE = "rouge_score" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff0f04" diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb index e1d8ed06e1..5305093b2f 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb @@ -9,7 +9,6 @@ DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ " PYPI_PACKAGE = "wxpython" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI += "file://add-back-option-build-base.patch \ file://wxgtk-fixup-build-scripts.patch \ diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb index 4255de4199..b3c89e5588 100644 --- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb +++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d91d608dc8f12334a889700389229b7b" DEPENDS += "python3-pip" PYPI_PACKAGE = "gpt_image" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd1f4594" diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb index 147603a45b..746a41b2c4 100644 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb @@ -8,7 +8,6 @@ SRC_URI += "file://run-ptest" SRC_URI[sha256sum] = "1c72b39f09457db3c05ce1d19158c2cbef4c32b8bedd02c155e49282b7ea7459" PYPI_PACKAGE = "send2trash" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" RDEPENDS:${PN} += "\ python3-io \ From patchwork Thu Sep 3 16:44:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 97239 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 52596C61DD3 for ; Thu, 3 Sep 2026 16:45:09 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.12332.1788453905795879294 for ; Thu, 03 Sep 2026 09:45:06 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=GQz+r+8K; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 913CC1650 for ; Thu, 3 Sep 2026 09:45:01 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E76D63F673 for ; Thu, 3 Sep 2026 09:45:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1788453905; bh=WNEICYn8GeaRQLh92BwwYSaXxkxoSTwFFtWjR+i5N+c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GQz+r+8Kkpfx8vCV+PVm8+9oEC/Ctz0An0J1b0dl3i2dAELFKX3fi7EEMSNxXgB1H czBl83OSBXsycBbhLGsfEglnFoWJdl6wp7PqaCBXyBw631M7tgdS3r/9H4/RfbbySj hZ/dvTFfhroWhkqVggMdFQDl6Hzt7oVhBT7B9h1I= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 2/3] meta-oe: remove redundant PYPI_PACKAGE assignments Date: Thu, 3 Sep 2026 17:44:53 +0100 Message-ID: <20260903164454.152372-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260903164454.152372-1-ross.burton@arm.com> References: <20260903164454.152372-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 03 Sep 2026 16:45:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/129743 Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton --- .../thingsboard-gateway/thingsboard-gateway_3.8.4.bb | 1 - meta-oe/recipes-devtools/sip/sip_6.16.1.bb | 1 - .../python3-looseversion/python3-looseversion_1.3.0.bb | 2 -- 3 files changed, 4 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb index 52a4518275..0ad3c8d431 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.4.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SRCREV = "a735a2d654a218c007b5db7759ceed44794253f9" PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}" -PYPI_PACKAGE = "thingsboard-gateway" inherit pypi setuptools3 diff --git a/meta-oe/recipes-devtools/sip/sip_6.16.1.bb b/meta-oe/recipes-devtools/sip/sip_6.16.1.bb index 2de9260821..a5034e6982 100644 --- a/meta-oe/recipes-devtools/sip/sip_6.16.1.bb +++ b/meta-oe/recipes-devtools/sip/sip_6.16.1.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" inherit pypi python_setuptools_build_meta python3native -PYPI_PACKAGE = "sip" SRC_URI[sha256sum] = "0a739c9cd2929de4e0884456d8caf3cfb22c10534757c7797bd8dc6bd9ed69bc" DEPENDS += "python3-setuptools-scm-native" diff --git a/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb b/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb index 323ddb4157..35bd7d76ac 100644 --- a/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb +++ b/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb @@ -10,5 +10,3 @@ DEPENDS = "python3-hatchling-native" SRC_URI[sha256sum] = "ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e" inherit pypi python_hatchling - -PYPI_PACKAGE = "looseversion" From patchwork Thu Sep 3 16:44:54 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 97240 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 99B3AC624A4 for ; Thu, 3 Sep 2026 16:45:08 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.12333.1788453906609707244 for ; Thu, 03 Sep 2026 09:45:06 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=TL5TDgYf; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6D9C21D34 for ; Thu, 3 Sep 2026 09:45:02 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A2E2F3F673 for ; Thu, 3 Sep 2026 09:45:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1788453906; bh=BY1LMLtqr1op4JwDyPlXiGzV6tWIuSaAxWKt7DUD0Qo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TL5TDgYfv/v8+g3Y8aae59GoedJ+u+KIojfibDubhCjVvFO8+1xxxFZLGdFNvWHo1 VFWFtxKyfAJWnSO0lhkjB5i4ILWOgX16OLWhThCcDESb5YsFRw406hSeHZ5cIEPqAh ZL/8GFTFeoPo91Ba+C1Dgsw1N52ZIBSvkgUP+NBM= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 3/3] meta-python: remove redundant PYPI_PACKAGE assignments Date: Thu, 3 Sep 2026 17:44:54 +0100 Message-ID: <20260903164454.152372-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260903164454.152372-1-ross.burton@arm.com> References: <20260903164454.152372-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 03 Sep 2026 16:45:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/129745 Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton --- .../recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb | 1 - meta-python/recipes-devtools/python/pamela_1.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-aiofiles_25.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb | 1 - .../recipes-devtools/python/python3-aioresponses_0.7.9.bb | 2 -- meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb | 1 - .../recipes-devtools/python/python3-argcomplete_3.7.2.bb | 1 - meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb | 1 - .../recipes-devtools/python/python3-async-timeout_4.0.3.bb | 1 - meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb | 2 -- meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb | 1 - meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb | 1 - meta-python/recipes-devtools/python/python3-cmake_4.4.2.bb | 1 - meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb | 1 - meta-python/recipes-devtools/python/python3-colorlog_6.12.0.bb | 1 - meta-python/recipes-devtools/python/python3-colorzero_2.0.bb | 2 -- .../recipes-devtools/python/python3-configargparse_1.7.5.bb | 1 - meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb | 1 - meta-python/recipes-devtools/python/python3-distro_1.9.0.bb | 1 - meta-python/recipes-devtools/python/python3-django.inc | 1 - .../python/python3-djangorestframework_3.18.0.bb | 1 - meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb | 1 - .../recipes-devtools/python/python3-elementpath_5.1.4.bb | 1 - .../recipes-devtools/python/python3-fastnumbers_5.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb | 1 - meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | 1 - meta-python/recipes-devtools/python/python3-flexparser_0.4.bb | 1 - meta-python/recipes-devtools/python/python3-fsspec_2026.7.0.bb | 1 - meta-python/recipes-devtools/python/python3-glances_4.3.2.bb | 1 - meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb | 1 - meta-python/recipes-devtools/python/python3-huey_3.3.4.bb | 1 - .../recipes-devtools/python/python3-humanfriendly_10.0.bb | 1 - meta-python/recipes-devtools/python/python3-icontract_2.7.3.bb | 1 - meta-python/recipes-devtools/python/python3-identify_2.6.19.bb | 1 - meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb | 1 - meta-python/recipes-devtools/python/python3-jedi_0.20.0.bb | 1 - meta-python/recipes-devtools/python/python3-libevdev_0.13.1.bb | 1 - meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb | 1 - meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | 1 - meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb | 1 - meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb | 1 - meta-python/recipes-devtools/python/python3-objgraph_3.6.2.bb | 2 -- meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb | 1 - meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb | 1 - meta-python/recipes-devtools/python/python3-paramiko_5.0.0.bb | 1 - meta-python/recipes-devtools/python/python3-parso_0.8.7.bb | 1 - meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb | 1 - .../recipes-devtools/python/python3-pickleshare_0.7.5.bb | 1 - meta-python/recipes-devtools/python/python3-pika_1.4.2.bb | 1 - meta-python/recipes-devtools/python/python3-pikepdf_10.11.0.bb | 1 - meta-python/recipes-devtools/python/python3-pyais_3.2.1.bb | 1 - meta-python/recipes-devtools/python/python3-pycares_5.0.1.bb | 1 - meta-python/recipes-devtools/python/python3-pyee_14.0.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb | 1 - meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb | 1 - meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb | 1 - meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb | 1 - meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb | 1 - meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb | 1 - .../recipes-devtools/python/python3-pytest-json-report_1.5.0.bb | 1 - meta-python/recipes-devtools/python/python3-raven_6.10.0.bb | 1 - .../python/python3-robotframework-seriallibrary_0.4.3.bb | 1 - meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb | 1 - meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb | 1 - meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | 1 - meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb | 1 - meta-python/recipes-devtools/python/python3-supervisor_4.3.0.bb | 1 - meta-python/recipes-devtools/python/python3-telnetlib3_5.0.0.bb | 1 - meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb | 1 - .../recipes-devtools/python/python3-textparser_0.26.2.bb | 1 - meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-typer_0.27.1.bb | 1 - meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb | 1 - meta-python/recipes-devtools/python/python3-uvicorn_0.49.0.bb | 1 - meta-python/recipes-devtools/python/python3-wand_0.7.2.bb | 1 - .../recipes-devtools/python/python3-whitenoise_6.12.0.bb | 1 - meta-python/recipes-devtools/python/python3-yarl_1.24.5.bb | 1 - .../recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb | 1 - .../recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb | 1 - .../recipes-extended/python-pytesseract/pytesseract_0.3.13.bb | 1 - .../recipes-extended/send2trash/python3-send2trash_2.1.0.bb | 1 - 86 files changed, 91 deletions(-) diff --git a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb index 1be13146db..87d63ba4c8 100644 --- a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb +++ b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.17.bb @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c9ccd5f4ca5d0f5057c0e690a0153d" SRC_URI[sha256sum] = "cfac69638d80943aff9cc5f1466755dd0fef8aed0bb4bda41b5eb045818ce6fc" -PYPI_PACKAGE = "pyro5" inherit pypi setuptools3 ptest-python-pytest diff --git a/meta-python/recipes-devtools/python/pamela_1.2.0.bb b/meta-python/recipes-devtools/python/pamela_1.2.0.bb index d343458aea..2e39300745 100644 --- a/meta-python/recipes-devtools/python/pamela_1.2.0.bb +++ b/meta-python/recipes-devtools/python/pamela_1.2.0.bb @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b5fa9af58a8076d81145be56b6801a2b" SRC_URI[sha256sum] = "0ea6e2a99dded8c7783a4a06f2d31f5bdcad894d79101e8f09322e387a34aacf" -PYPI_PACKAGE = "pamela" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_25.1.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_25.1.0.bb index 26cc9e81f3..d2de2f1a6f 100644 --- a/meta-python/recipes-devtools/python/python3-aiofiles_25.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiofiles_25.1.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" SRC_URI[sha256sum] = "a8d728f0a29de45dc521f18f07297428d56992a742f0cd2701ba86e44d23d5b2" -PYPI_PACKAGE = "aiofiles" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb b/meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb index d8a8f2d033..6de7716a5c 100644 --- a/meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9085f32a671dfa86ee69fe0fff7b95" SRC_URI[sha256sum] = "eaa51aaf993f2d71f54b70527c440437ba65340588afeb786cd87c55c89cd98e" -PYPI_PACKAGE = "aioredis" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb index 87081fc658..3450bcce8c 100644 --- a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb +++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb @@ -21,5 +21,3 @@ RDEPENDS:${PN} += "python3-aiohttp \ python3-yarl" # optionally needs asynctest asynctest.case ddt but recipes do not exist for them - -PYPI_PACKAGE = "aioresponses" diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb index cb9234b904..c73ed1ca69 100644 --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/pycontribs/ansi2html" LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404" LICENSE = "LGPL-3.0-or-later" -PYPI_PACKAGE = "ansi2html" SRC_URI[sha256sum] = "3453bf87535d37b827b05245faaa756dbab4ec3d69925e352b6319c3c955c0a5" diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.7.2.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.7.2.bb index eac957bb1c..776d256c16 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.7.2.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" SRC_URI[sha256sum] = "aad8b69a0b9969edb62db0d1752354c0d50717b10e0cbb00e2a958381b9fc6b9" -PYPI_PACKAGE = "argcomplete" inherit pypi python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb index 3dad63b500..1c753d6bd3 100644 --- a/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/gristlabs/asttokens" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12c0" -PYPI_PACKAGE = "asttokens" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb index 4606234be7..2c05f25956 100644 --- a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fa41f15bb5f23b6d3560c5845eb8d57" SRC_URI[sha256sum] = "4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f" -PYPI_PACKAGE = "async-timeout" inherit pypi python_setuptools_build_meta DEPENDS += "python3-wheel-native" diff --git a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb index 42a7cb987c..18f52dd06c 100644 --- a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/takluyver/backcall" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc" -PYPI_PACKAGE = "backcall" SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb index 643208264c..8e493fd0a0 100644 --- a/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb @@ -4,7 +4,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" -PYPI_PACKAGE = "brotli" CVE_PRODUCT = "brotli" diff --git a/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb b/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb index 9e45fc9dd2..32a1a15986 100644 --- a/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb +++ b/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb @@ -37,5 +37,3 @@ RDEPENDS:${PN}-ptest += "\ # runtime dependencies to the bitbake packages which include them: # libusb-package # pyee - -PYPI_PACKAGE = "bumble" diff --git a/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb b/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb index cfc26c3f14..8ca363a044 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" SRC_URI[sha256sum] = "5c91a66e5e03a4ac5727f20207df1da5681748a154c2bc85ef532fef9e0109d1" -PYPI_PACKAGE = "cantools" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb b/meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb index 5f27cee388..f502406c22 100644 --- a/meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb @@ -2,7 +2,6 @@ SUMMARY = "Validate configuration and produce human readable error messages." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=92844452d544a48a78abc3a862fbd8a4" -PYPI_PACKAGE = "cfgv" inherit pypi setuptools3 SRC_URI[sha256sum] = "d5b1034354820651caa73ede66a6294d6e95c1b00acc5e9b098e917404669132" diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.4.2.bb b/meta-python/recipes-devtools/python/python3-cmake_4.4.2.bb index 5450c33c1d..b6f371a1cc 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.4.2.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "ninja-native cmake-native python3-scikit-build-native python3-scikit-build-core-native" -PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb index 498682cd6d..1d201c37a3 100644 --- a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb @@ -9,7 +9,6 @@ inherit pypi python_poetry_core SRC_URI += "file://0001-pyproject.toml-Use-poetry-core.patch" SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" -PYPI_PACKAGE = "colorclass" RDEPENDS:${PN} += "\ python3-ctypes \ diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.12.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.12.0.bb index ec11213103..52626a54b1 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.12.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5c3c6ebdec7792ae12df8d1c0a46b26a" inherit pypi setuptools3 -PYPI_PACKAGE = "colorlog" SRC_URI[sha256sum] = "2a7924c1dadf18b22a0eb8b06d1c7b01d5341707ec1641eb6fcc4fde0c3e8e5f" diff --git a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb index 4f0706f8f4..261d0aab90 100644 --- a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb @@ -15,5 +15,3 @@ RDEPENDS:${PN} += " \ SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58" inherit pypi setuptools3 - -PYPI_PACKAGE = "colorzero" diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb index 0bf629dd91..5bd3b185a4 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" -PYPI_PACKAGE = "configargparse" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb index 440a62352d..840593da5c 100644 --- a/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e" SRC_URI[sha256sum] = "2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc" -PYPI_PACKAGE = "diskcache" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-distro_1.9.0.bb b/meta-python/recipes-devtools/python/python3-distro_1.9.0.bb index 08a9526783..c94ac45441 100644 --- a/meta-python/recipes-devtools/python/python3-distro_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-distro_1.9.0.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" -PYPI_PACKAGE = "distro" SRC_URI[sha256sum] = "2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed" diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc index bbf7e564e8..e6942176db 100644 --- a/meta-python/recipes-devtools/python/python3-django.inc +++ b/meta-python/recipes-devtools/python/python3-django.inc @@ -3,7 +3,6 @@ HOMEPAGE = "https://www.djangoproject.com/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" -PYPI_PACKAGE = "django" inherit pypi ptest diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.18.0.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.18.0.bb index a0f9bef7a2..bab9262ac1 100644 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.18.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1" SRC_URI[sha256sum] = "2323a5111837e0b784dcb8323abc78ecc54fa2a5af7aff2677cf50cdd849477f" -PYPI_PACKAGE = "djangorestframework" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb index 59774a1681..5142fff297 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" -PYPI_PACKAGE = "ecdsa" SRC_URI[sha256sum] = "62635b0ac1ca2e027f82122b5b81cb706edc38cd91c63dda28e4f3455a2bf930" CVE_PRODUCT = "python-ecdsa_project:python-ecdsa tlsfuzzer:ecdsa" diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb index 8f15d5c723..186cc6ffcc 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c04ab6ce886cc843af8941bb199406ba" SRC_URI[sha256sum] = "3c912a9c41311ac5244c038867670d7c0b0fec0e444813608e5b846dbb3428ac" -PYPI_PACKAGE = "elementpath" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.2.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.2.0.bb index 4ef9361d41..65d7fcea3f 100644 --- a/meta-python/recipes-devtools/python/python3-fastnumbers_5.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.2.0.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa" -PYPI_PACKAGE = "fastnumbers" SRC_URI[sha256sum] = "07266a2fca9e08eeb5a6c70be4c8db3637db9b930ea5198facbbb9b0b31d4d03" diff --git a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb index 3d58461488..16afb1d1ce 100644 --- a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb +++ b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2729ee82259d601d90d28b0574d12416" SRC_URI[sha256sum] = "44e40b755380a1e68ab521a2f9174de259a2c94ddcdaabf36b3aca2e110a33f4" -PYPI_PACKAGE = "flask-nav" inherit pypi setuptools3 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 e86d7553ca..d46f9eb16f 100644 --- a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb +++ b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb @@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4 inherit pypi python_setuptools_build_meta ptest-python-pytest DEPENDS += "python3-wheel-native" -PYPI_PACKAGE = "flexcache" PTEST_PYTEST_DIR = "flexcache/testsuite" 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 011ba596c4..e4e15d1a35 100644 --- a/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb +++ b/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb @@ -10,7 +10,6 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest DEPENDS += "python3-wheel-native" -PYPI_PACKAGE = "flexparser" PTEST_PYTEST_DIR = "flexparser/testsuite" diff --git a/meta-python/recipes-devtools/python/python3-fsspec_2026.7.0.bb b/meta-python/recipes-devtools/python/python3-fsspec_2026.7.0.bb index 7b499907a8..d34b67c428 100644 --- a/meta-python/recipes-devtools/python/python3-fsspec_2026.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-fsspec_2026.7.0.bb @@ -7,7 +7,6 @@ SRC_URI[sha256sum] = "c803c40f4cf860b49dea58ee3e1c33cb9c790520e233537e1340049f89 inherit pypi python_hatchling ptest -PYPI_PACKAGE = "fsspec" DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" diff --git a/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb b/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb index e4cd7d59e7..24ccb76c28 100644 --- a/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=852ecadc0ac7e6f4d7144d5544a3815b" SRC_URI[sha256sum] = "736faa7faea3bcd58afffd6443974b4ed4b498627a71ce5d6c9640b7b5ddbd94" -PYPI_PACKAGE = "glances" inherit pypi python_setuptools_build_meta ptest-python-pytest diff --git a/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb b/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb index e3da33a23c..d2cfbf46a0 100644 --- a/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://setup.py;beginline=10;endline=10;md5=c2d9994c57f0444e39f1dab19af50254" SRC_URI[sha256sum] = "2908d3bd78dfb6720ecfe22f97e139b5a4a198f38df3a77215cf644a33513192" -PYPI_PACKAGE = "gpsd-py3" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-huey_3.3.4.bb b/meta-python/recipes-devtools/python/python3-huey_3.3.4.bb index c292cd5666..a9103cdf9c 100644 --- a/meta-python/recipes-devtools/python/python3-huey_3.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-huey_3.3.4.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" -PYPI_PACKAGE = "huey" SRC_URI[sha256sum] = "6de196c6ece2e38b5173f7510600091ab035c0e86b0958d0e5b38a82b9984666" diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb index 184ce28c1a..b1fb6947f0 100644 --- a/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb @@ -4,7 +4,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d178009f806c2bdd498a19be0013a7a" -PYPI_PACKAGE = "humanfriendly" SRC_URI[sha256sum] = "6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc" diff --git a/meta-python/recipes-devtools/python/python3-icontract_2.7.3.bb b/meta-python/recipes-devtools/python/python3-icontract_2.7.3.bb index e76c7af8b0..bd80d12fff 100644 --- a/meta-python/recipes-devtools/python/python3-icontract_2.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-icontract_2.7.3.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1d4a9b1f6b84bedf7a38843931e0dd57" inherit pypi setuptools3 -PYPI_PACKAGE = "icontract" SRC_URI[sha256sum] = "df37a43d86d532407bc6b84dea29dd9f7ece794b73211769fa8a33a76b8ed145" RDEPENDS:${PN} += "python3-asttokens" diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb index 9b8d49c61d..e6ad7ab727 100644 --- a/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb @@ -2,7 +2,6 @@ SUMMARY = "File identification library for Python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e" -PYPI_PACKAGE = "identify" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb b/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb index 37a3eea5d4..cc431b33bd 100644 --- a/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a61b9c5aec8796b64a6bf15d42605073" SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c" -PYPI_PACKAGE = "idna-ssl" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb b/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb index 28a679bc99..98cd5b265a 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_0.2.12.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" SRC_URI[sha256sum] = "9aee407f92c7d51a2ce50f3b78291a9094e334e34bd68e82bf60020795fa2c94" -PYPI_PACKAGE = "inotify" inherit pypi python_setuptools_build_meta ptest-python-pytest diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.20.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.20.0.bb index 857009948f..5d49bc6cec 100644 --- a/meta-python/recipes-devtools/python/python3-jedi_0.20.0.bb +++ b/meta-python/recipes-devtools/python/python3-jedi_0.20.0.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/davidhalter/jedi" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" -PYPI_PACKAGE = "jedi" SRC_URI[sha256sum] = "c3f4ccbd276696f4b19c54618d4fb18f9fc24b0aef02acf704b23f487daa1011" diff --git a/meta-python/recipes-devtools/python/python3-libevdev_0.13.1.bb b/meta-python/recipes-devtools/python/python3-libevdev_0.13.1.bb index 1c8a99eb33..74a66e9490 100644 --- a/meta-python/recipes-devtools/python/python3-libevdev_0.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-libevdev_0.13.1.bb @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "dc3369cd1401767b9ecb1117cd6b73faba9038e3bd9e1695a710a9e9d9 inherit pypi python_hatchling ptest -PYPI_PACKAGE = "libevdev" SRC_URI += " \ file://run-ptest \ diff --git a/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb b/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb index 288ce0c84f..0d94a7a05c 100644 --- a/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb @@ -8,7 +8,6 @@ SRC_URI += "\ file://run-ptest \ " -PYPI_PACKAGE = "lorem" inherit pypi setuptools3 ptest diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb index 206e322fbd..44fed0b8df 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa" -PYPI_PACKAGE = "natsort" SRC_URI[sha256sum] = "45312c4a0e5507593da193dedd04abb1469253b601ecaf63445ad80f0a1ea581" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb b/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb index 35a192a268..49355a76da 100644 --- a/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb @@ -2,7 +2,6 @@ SUMMARY = "Ninja is a small build system with a focus on speed" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE_Apache_20;md5=19cbd64715b51267a47bf3750cc6a8a5" -PYPI_PACKAGE = "ninja" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb b/meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb index 1f02ce7055..37b7c9c8d9 100644 --- a/meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb @@ -2,7 +2,6 @@ SUMMARY = "Node.js virtual environment builder" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a9e238ffae5bb6447dbac6291e1dc3a3" -PYPI_PACKAGE = "nodeenv" inherit pypi python_setuptools_build_meta SRC_URI[sha256sum] = "996c191ad80897d076bdfba80a41994c2b47c68e224c542b48feba42ba00f8bb" diff --git a/meta-python/recipes-devtools/python/python3-objgraph_3.6.2.bb b/meta-python/recipes-devtools/python/python3-objgraph_3.6.2.bb index a17b7aa5d6..045978a9c2 100644 --- a/meta-python/recipes-devtools/python/python3-objgraph_3.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-objgraph_3.6.2.bb @@ -17,5 +17,3 @@ do_install_ptest:append() { RDEPENDS:${PN} += "python3-core python3-io" RDEPENDS:${PN}-ptest += "python3-tox" - -PYPI_PACKAGE = "objgraph" diff --git a/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb b/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb index 69b0f4f2ad..6ffa56e354 100644 --- a/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb @@ -33,7 +33,6 @@ LIC_FILES_CHKSUM = " \ file://GPL-LICENSE-2.txt;md5=751419260aa954499f7abaabaa882bbe \ " -PYPI_PACKAGE = "odfpy" inherit pypi ptest-python-pytest setuptools3 SRC_URI[sha256sum] = "db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec" diff --git a/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb b/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb index 35b9781d60..5d2cd3b334 100644 --- a/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb +++ b/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb @@ -13,7 +13,6 @@ SRC_URI[sha256sum] = "ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7 inherit pypi setuptools3 ptest -PYPI_PACKAGE = "oletools" PYPI_PACKAGE_EXT = "zip" RDEPENDS:${PN}-ptest += " \ diff --git a/meta-python/recipes-devtools/python/python3-paramiko_5.0.0.bb b/meta-python/recipes-devtools/python/python3-paramiko_5.0.0.bb index 607fc6c089..7936d8e9a6 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_5.0.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" SRC_URI[sha256sum] = "36763b5b95c2a0dcfdf1abc48e48156ee425b21efe2f0e787c2dd5a95c0e5e79" -PYPI_PACKAGE = "paramiko" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb index 0b2f188e12..4e7a112c31 100644 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/davidhalter/parso" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f" -PYPI_PACKAGE = "parso" SRC_URI[sha256sum] = "eaaac4c9fdd5e9e8852dc778d2d7405897ec510f2a298071453e5e3a07914bb1" diff --git a/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb b/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb index e4246f594e..c32e34a3a9 100644 --- a/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb @@ -7,6 +7,5 @@ SRC_URI[sha256sum] = "025f8c809a126f45a082ffa820893e6a8d990d9d7ddb68694b5a9f0a6d inherit pypi setuptools3 -PYPI_PACKAGE = "pcodedmp" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb index 8eb55c4604..4d1c26c6d5 100644 --- a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/pickleshare/pickleshare" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0" -PYPI_PACKAGE = "pickleshare" SRC_URI[sha256sum] = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" diff --git a/meta-python/recipes-devtools/python/python3-pika_1.4.2.bb b/meta-python/recipes-devtools/python/python3-pika_1.4.2.bb index b64a4a508a..b85b063207 100644 --- a/meta-python/recipes-devtools/python/python3-pika_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pika_1.4.2.bb @@ -20,7 +20,6 @@ SRC_URI = "\ inherit python_setuptools_build_meta ptest-python-pytest -PYPI_PACKAGE = "pika" DEPENDS += " \ python3-setuptools-scm-native \ diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.11.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.11.0.bb index ad2abc28d9..b18632f926 100644 --- a/meta-python/recipes-devtools/python/python3-pikepdf_10.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.11.0.bb @@ -15,7 +15,6 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest # so turn it off. export CMAKE_ARGS = "-DCMAKE_CXX_SCAN_FOR_MODULES=OFF" -PYPI_PACKAGE = "pikepdf" CVE_PRODUCT = "pikepdf" diff --git a/meta-python/recipes-devtools/python/python3-pyais_3.2.1.bb b/meta-python/recipes-devtools/python/python3-pyais_3.2.1.bb index 2343d82dcb..1f755fbf4c 100644 --- a/meta-python/recipes-devtools/python/python3-pyais_3.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyais_3.2.1.bb @@ -11,7 +11,6 @@ inherit python_setuptools_build_meta ptest-python-pytest DEPENDS += "python3-wheel-native" -PYPI_PACKAGE = "pyais" do_install_ptest:append() { install -d ${D}${PTEST_PATH}/examples/ diff --git a/meta-python/recipes-devtools/python/python3-pycares_5.0.1.bb b/meta-python/recipes-devtools/python/python3-pycares_5.0.1.bb index 968357a1c9..8a0536ff24 100644 --- a/meta-python/recipes-devtools/python/python3-pycares_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pycares_5.0.1.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b1538fcaea82ebf2313ed648b96c69b1" SRC_URI[sha256sum] = "5a3c249c830432631439815f9a818463416f2a8cbdb1e988e78757de9ae75081" -PYPI_PACKAGE = "pycares" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pyee_14.0.0.bb b/meta-python/recipes-devtools/python/python3-pyee_14.0.0.bb index 8c89a7e212..3435ea64a5 100644 --- a/meta-python/recipes-devtools/python/python3-pyee_14.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyee_14.0.0.bb @@ -10,5 +10,3 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest DEPENDS += "python3-wheel-native" RDEPENDS:${PN} += "python3-typing-extensions" - -PYPI_PACKAGE = "pyee" diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb index 140d3bf3e4..1b018f605b 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" SRC_URI[sha256sum] = "41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423" -PYPI_PACKAGE = "pyjwt" CVE_PRODUCT = "pyjwt" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb index d94051df89..0c264a2c51 100644 --- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4eaf57328ad29ea2e0ed31a57f0914dc" SRC_URI[sha256sum] = "796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884" -PYPI_PACKAGE = "pykwalify" inherit setuptools3 pypi diff --git a/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb b/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb index a0f5188f28..7c5aff5ccd 100644 --- a/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb @@ -4,7 +4,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=48fd6c978d39a38b3a04f45a1456d0fa" inherit pypi setuptools3 -PYPI_PACKAGE = "pylddwrap" SRC_URI[sha256sum] = "a70437fea7bca647c0e98161e1006ef49970267999c571b499760f1c43c6ba10" PR = "r0" diff --git a/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb b/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb index 8d966cfb63..f47711c6b5 100644 --- a/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb @@ -4,7 +4,6 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -PYPI_PACKAGE = "pymemcache" SRC_URI[sha256sum] = "27bf9bd1bbc1e20f83633208620d56de50f14185055e49504f4f5e94e94aff94" diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb index d062ebe561..12a9e25aa0 100644 --- a/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc" SRC_URI[sha256sum] = "6c7b17ca686988104d7426c27895b455cdeea3e9d3ceb1270f0c3704fead8c33" -PYPI_PACKAGE = "pymysql" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb index cc945666a1..10bc227d8e 100644 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.6.2.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" SRC_URI[sha256sum] = "018494d6d696ae03c7e656e5e74cdfd8ea1326962cc401bcf018f1ed8436811c" -PYPI_PACKAGE = "pynacl" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb index d4d061540a..8a12c07e89 100644 --- a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=53dbfa56f61b90215a9f8f0d527c043d" -PYPI_PACKAGE = "pyrad" SRC_URI[sha256sum] = "e039c48a026c988d49276bd7c75795f55e0e4c2788f7ddf09419ce0e191a154d" inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-pytest-json-report_1.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-json-report_1.5.0.bb index 6b108a2d0a..8834a6b586 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-json-report_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-json-report_1.5.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8b4ca2f2ad5aaaebd8eb24f262f8fe60" SRC_URI[sha256sum] = "2dde3c647851a19b5f3700729e8310a6e66efb2077d674f27ddea3d34dc615de" -PYPI_PACKAGE = "pytest-json-report" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb b/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb index 54ae1c3139..b1da96524b 100644 --- a/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b9a4414e08f0571d55184531cefc131b" SRC_URI[sha256sum] = "3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c8fae54" -PYPI_PACKAGE = "raven" inherit pypi setuptools3 RDEPENDS:${PN} += " \ diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb index 7f282c0fbe..4a8fcde41b 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ad407cda031a6aaf51a1fecaaa6e7d29" SRC_URI += "file://0001-pyproject.toml-Replace-install_requires.patch" SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb" -PYPI_PACKAGE = "robotframework-seriallibrary" inherit pypi python_poetry_core diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb index 1b9a879234..47f17238da 100644 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb @@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "2b043372abf8f6029a632c3aab36b641c5d5872b1cbad599fc68e17ac4 CLEANBROKEN = "1" -PYPI_PACKAGE = "smbus2" RDEPENDS:${PN} += "\ python3-ctypes \ diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb index c177d4020c..e65259a053 100644 --- a/meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb +++ b/meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://README.md;md5=8b4e2ac8cf248f7b991784f88b630852" -PYPI_PACKAGE = "smpplib" SRC_URI[sha256sum] = "6f3b036fcb2643c1b7a3289bb5ac4c9a720af1bf73e572e2729db6b5d800c273" inherit pypi setuptools3 ptest-python-pytest diff --git a/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb index 9d9166831d..65a8796aad 100644 --- a/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb @@ -4,5 +4,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801" SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9" -PYPI_PACKAGE = "speaklater" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb b/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb index e7f329e9bb..f0c268887e 100644 --- a/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb @@ -3,7 +3,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4382f3a1adb96f258dbd80f5b400f0d5" -PYPI_PACKAGE = "sqlsoup" SRC_URI[sha256sum] = "2fafb7732a663dcd59b37e64d1c94d5fb20d4fad32cd8ee260aa1cd9a10340d6" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.3.0.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.3.0.bb index d504298914..9abc9710a9 100644 --- a/meta-python/recipes-devtools/python/python3-supervisor_4.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-supervisor_4.3.0.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=5b4e3a2172bba4c47cded5885e7e507e" SRC_URI[sha256sum] = "4a2bf149adf42997e1bb44b70c43b613275ec9852c3edacca86a9166b27e945e" CVE_PRODUCT = "supervisord:supervisor" -PYPI_PACKAGE = "supervisor" inherit pypi systemd setuptools3 RDEPENDS:${PN} = "\ python3-fcntl \ diff --git a/meta-python/recipes-devtools/python/python3-telnetlib3_5.0.0.bb b/meta-python/recipes-devtools/python/python3-telnetlib3_5.0.0.bb index f0cf5c3450..45956d7154 100644 --- a/meta-python/recipes-devtools/python/python3-telnetlib3_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-telnetlib3_5.0.0.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99" SRC_URI[sha256sum] = "b5387d811a270b98698081083a7843530c44765c0a023e3cab6fe8d81f8a2c73" -PYPI_PACKAGE = "telnetlib3" inherit pypi python_setuptools_build_meta python_hatchling diff --git a/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb b/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb index 5200c4c0b5..c0d3f1908c 100644 --- a/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb @@ -11,7 +11,6 @@ DEPENDS += "python3-setuptools-scm-native" inherit pypi python_setuptools_build_meta ptest-python-pytest -PYPI_PACKAGE = "tenacity" RDEPENDS:${PN}-ptest += "\ python3-tornado \ diff --git a/meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb b/meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb index f36308f843..14800dda92 100644 --- a/meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb +++ b/meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fe9942a8bba5458a9dbd11277bc347ad" SRC_URI[sha256sum] = "859825876a9c38f7c313ee1cf991a59d6b56232a9f67be6dcc0a758d84654fba" -PYPI_PACKAGE = "textparser" DEPENDS += "python3-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb b/meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb index 16415ebeee..c5f9e02802 100644 --- a/meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb @@ -10,5 +10,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ee157eec4b228c8d5b7a6e0feab2864a" SRC_URI[sha256sum] = "eb6dc23601be359ee00f5a3d31a46adf3bad0a16f8d60af216cd67982ca75cf4" -PYPI_PACKAGE = "tinyrecord" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-typer_0.27.1.bb b/meta-python/recipes-devtools/python/python3-typer_0.27.1.bb index 3246de7472..7d3133670f 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.27.1.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.27.1.bb @@ -15,7 +15,6 @@ SRC_URI:append = " \ file://run-ptest \ " -PYPI_PACKAGE = "typer" RDEPENDS:${PN} += "\ python3-annotated-doc \ diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb index fe25eda63e..c43072cfa1 100644 --- a/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb @@ -2,7 +2,6 @@ SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033" -PYPI_PACKAGE = "ukkonen" inherit python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb b/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb index 6ff9a091f0..c6a2148f90 100644 --- a/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb @@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "308ebfd98e67d898834876348b27caf41470cd853fbe2681cc7dacd8fd inherit pypi setuptools3 -PYPI_PACKAGE = "unoconv" RDEPENDS:${PN} += "\ python3-setuptools \ diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.49.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.49.0.bb index c5c7ac0a69..7f5c91ff3a 100644 --- a/meta-python/recipes-devtools/python/python3-uvicorn_0.49.0.bb +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.49.0.bb @@ -12,7 +12,6 @@ SRC_URI += "file://0001-ptest-disable-failing-tests.patch \ inherit pypi python_hatchling ptest-python-pytest -PYPI_PACKAGE = "uvicorn" CVE_PRODUCT = "encode:uvicorn" CVE_STATUS[CVE-2020-7694] = "fixed-version: The vulnerability has been fixed since 0.11.7" diff --git a/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb b/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb index 2eeb2cb9f9..fbebb5147e 100644 --- a/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-wand_0.7.2.bb @@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "0387fd08848d00cadd1d885fcb19a17dd4250df2029e5338b6b668b7fe inherit pypi python_setuptools_build_meta ptest -PYPI_PACKAGE = "wand" FILES:${PN}-doc += "${datadir}/README.rst" diff --git a/meta-python/recipes-devtools/python/python3-whitenoise_6.12.0.bb b/meta-python/recipes-devtools/python/python3-whitenoise_6.12.0.bb index dd8f189f98..2ee246ca67 100644 --- a/meta-python/recipes-devtools/python/python3-whitenoise_6.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-whitenoise_6.12.0.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://whitenoise.evans.io" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=aba4901cc64e401cea5a267eac2a2e1e" -PYPI_PACKAGE = "whitenoise" SRC_URI[sha256sum] = "f723ebb76a112e98816ff80fcea0a6c9b8ecde835f8ddda25df7a30a3c2db6ad" diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.24.5.bb b/meta-python/recipes-devtools/python/python3-yarl_1.24.5.bb index e3e7518eed..4c99153ed0 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.24.5.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.24.5.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI[sha256sum] = "e81b83143bee16329c23db3c1b2d82b29892fcbcb849186d2f6e98a5abe9a57f" -PYPI_PACKAGE = "yarl" inherit pypi ptest-python-pytest python_setuptools_build_meta cython diff --git a/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb index a31bc4c849..d8dffcf948 100644 --- a/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb +++ b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb @@ -10,6 +10,5 @@ inherit pypi python_flit_core ptest ptest-python-pytest RDEPENDS:${PN} = "python3-sphinx" -PYPI_PACKAGE = "breathe" BBCLASSEXTEND =+ "native nativesdk" diff --git a/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb index 01c5566e0d..54e7cbb48c 100644 --- a/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb +++ b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb @@ -13,7 +13,6 @@ inherit pypi python_setuptools_build_meta DEPENDS += "python3-wheel-native" -PYPI_PACKAGE = "exhale" RDEPENDS:${PN} = "\ python3-beautifulsoup4 \ diff --git a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb index ca41d1c66b..623cf96629 100644 --- a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb +++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "4bf5f880c99406f52a3cfc2633e42d9dc67615e69d8a509d74867d3bad RDEPENDS:${PN}:append = " python3-packaging tesseract" -PYPI_PACKAGE = "pytesseract" inherit pypi setuptools3 diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb index 746a41b2c4..f612e8137e 100644 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb @@ -7,7 +7,6 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest SRC_URI += "file://run-ptest" SRC_URI[sha256sum] = "1c72b39f09457db3c05ce1d19158c2cbef4c32b8bedd02c155e49282b7ea7459" -PYPI_PACKAGE = "send2trash" RDEPENDS:${PN} += "\ python3-io \