]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
pypi.bbclass: set UPSTREAM_CHECK_PYPI_PACKAGE from PYPI_PACKAGE
authorAlexander Kanavin <alex@linutronix.de>
Tue, 10 Mar 2026 12:57:50 +0000 (13:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2026 16:49:05 +0000 (16:49 +0000)
This aligns the tarball upstream check regex (set from former variable)
with existing tarball name (set from the latter).

Previously the regex used a 'normalized' value (_ replaced with -)
which wasn't matching the actual tarballs, and required setting both
variables whenever PYPI_PACKAGE default wasn't suitable and had to be
set in the recipe.

I have confirmed that 'devtool check-upgrade-status' doesn't break.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
36 files changed:
meta/classes-recipe/pypi.bbclass
meta/recipes-devtools/python/python3-booleanpy_5.0.bb
meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb
meta/recipes-devtools/python/python3-cryptography-vectors.bb
meta/recipes-devtools/python/python3-dbusmock_0.38.1.bb
meta/recipes-devtools/python/python3-git_3.1.43.bb
meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb
meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb
meta/recipes-devtools/python/python3-license-expression_30.4.4.bb
meta/recipes-devtools/python/python3-meson-python_0.19.0.bb
meta/recipes-devtools/python/python3-pdm-backend_2.4.7.bb
meta/recipes-devtools/python/python3-pdm-build-locked_0.3.7.bb
meta/recipes-devtools/python/python3-poetry-core_2.3.1.bb
meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb
meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb
meta/recipes-devtools/python/python3-pysocks_1.7.1.bb
meta/recipes-devtools/python/python3-pytest-subtests_0.15.0.bb
meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb
meta/recipes-devtools/python/python3-roman-numerals_4.1.0.bb
meta/recipes-devtools/python/python3-rpds-py_0.30.0.bb
meta/recipes-devtools/python/python3-ruamel-yaml_0.19.1.bb
meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb
meta/recipes-devtools/python/python3-setuptools-rust_1.12.0.bb
meta/recipes-devtools/python/python3-setuptools-scm_9.2.2.bb
meta/recipes-devtools/python/python3-sphinx-argparse_0.5.2.bb
meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.1.0.bb
meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_2.0.0.bb
meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb
meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.1.0.bb
meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_2.0.0.bb
meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_2.0.0.bb
meta/recipes-devtools/python/python3-sphinxcontrib-svg2pdfconverter_2.0.0.bb
meta/recipes-devtools/python/python3-trove-classifiers_2026.1.14.14.bb
meta/recipes-devtools/python/python3-typing-extensions_4.15.0.bb
meta/recipes-devtools/python/python3-uv-build_0.10.4.bb

index 1372d85e8d4a96854b4cc89ef7a1a1b8f39e245d..9d46c035f623c1f1344c4848cb5e30c344be1955 100644 (file)
@@ -43,8 +43,7 @@ SECTION = "devel/python"
 SRC_URI:prepend = "${PYPI_SRC_URI} "
 S = "${UNPACKDIR}/${PYPI_PACKAGE}-${PV}"
 
-# Replace any '_' characters in the pypi URI with '-'s to follow the PyPi website naming conventions
-UPSTREAM_CHECK_PYPI_PACKAGE ?= "${@pypi_normalize(d)}"
+UPSTREAM_CHECK_PYPI_PACKAGE ?= "${PYPI_PACKAGE}"
 
 # Use the simple repository API rather than the potentially unstable project URL
 # More information on the pypi API specification is avaialble here:
index e51ad9d2c16a277444b1545533c23763f9db77e3..a834cdef7bb98295d3615e3bd83c49e6afa39907 100644 (file)
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd"
 SRC_URI[sha256sum] = "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95"
 
 PYPI_PACKAGE = "boolean_py"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi setuptools3
 
index 538154118f4dcd67b5176fb7e2daaf1f7346111a..9148fe4e36a15eaa81e120fd2032fb1ad5c241fd 100644 (file)
@@ -11,6 +11,5 @@ SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f2
 inherit pypi python_flit_core
 
 PYPI_PACKAGE = "coherent_licensed"
-UPSTREAM_CHECK_PYPI_PACKAGE = "coherent_licensed"
 
 BBCLASSEXTEND = "native nativesdk"
index 3ed3160072a7e5a9a2bae0ab7d20568e54865b64..800bf1b0e0d53bb5ab3fe473dd26eb374b04307d 100644 (file)
@@ -15,7 +15,6 @@ SRC_URI += "file://0001-pyproject.toml-bump-uv_build-version-requirement.patch \
 SRC_URI[sha256sum] = "ffbccee9455201c01b37c63d65d9f83b362d40c2bed9caac248ebbdfa4e4fc7c"
 
 PYPI_PACKAGE = "cryptography_vectors"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 DEPENDS += "python3-uv-build-native"
 
index bc81b362eec862bc92fac59573d722181b00ebb3..cbd74b4059ee583c68c3a6cc9f5844bf2c8173db 100644 (file)
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 SRC_URI[sha256sum] = "221b65e1c2e48de9fd11bf7e8c165adaf91648f49a11f390d086a498386f2984"
 
 PYPI_PACKAGE = "python_dbusmock"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 DEPENDS += "python3-setuptools-scm-native"
index 2126b5e92b2a10f1f8ded0e80df81e257c9f1aca..45c988117bd1c6a694a1413a3ae872730c3b8766 100644 (file)
@@ -9,7 +9,6 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5279a7ab369ba336989dcf2a107e5c8e"
 
 PYPI_PACKAGE = "GitPython"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 
index 5d8d82edd831489308815fac14ff93cdfaee7311..13cc07d76caba1f34ca77bd6c2e1ea388971a7fb 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba5633c60bd3e243091013aa83b4d807"
 inherit pypi python_hatchling
 
 PYPI_PACKAGE = "hatch_fancy_pypi_readme"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
 
index 011e28eb812ece3416c550a399d62592b803822c..b8df54a8b3730ac2777e89fb294f82c82f0f2b6c 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d"
 inherit pypi python_hatchling
 
 PYPI_PACKAGE = "hatch_vcs"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 SRC_URI[sha256sum] = "0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9"
 
index 5ad761bad3a9169aa0774b00b984a654f05bb316..c324753ef2c5adbde81c65d277f977c46c93ada0 100644 (file)
@@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "b540987f239e745613c7a9176f3edb72b832a4ac465cf0271228839783
 inherit pypi python_hatchling
 
 PYPI_PACKAGE = "jsonschema_specifications"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 DEPENDS += "python3-hatch-vcs-native"
 
index 690149123a62612a5bed9c2d766d4235561621cb..7300853b441d0ee5472100afff6d030c1767f52d 100644 (file)
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "73448f0aacd8d0808895bdc4b2c8e01a8d67646e4188f887375398c761
 
 inherit pypi ptest-python-pytest python_setuptools_build_meta
 PYPI_PACKAGE = "license_expression"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 DEPENDS += "python3-setuptools-scm-native"
 
index 66e636ef82502cd4ca855895b351104bc17bebe8..530edc9b12731e5cb905947ea7a41c321732d5cd 100644 (file)
@@ -11,7 +11,6 @@ DEPENDS = " \
 "
 
 PYPI_PACKAGE = "meson_python"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_mesonpy
 SRC_URI[sha256sum] = "9959d198aa69b57fcfd354a34518c6f795b781a73ed0656f4d01660160cc2553"
index d542909c506f49f772703a5f3545ace9e6796168..94d40ac528929c371b91f8b3348f2992c30bf581 100644 (file)
@@ -9,6 +9,5 @@ SRC_URI[sha256sum] = "a509d083850378ce919d41e7a2faddfc57a1764d376913c66731125d6b
 inherit pypi python_pep517
 
 PYPI_PACKAGE = "pdm_backend"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 BBCLASSEXTEND = "native nativesdk"
index 3844934d93bcab030767a3ccba85f1bd1c133553..8189bc7e56b64fad417357e283c96ba34ec1bede 100644 (file)
@@ -8,6 +8,5 @@ SRC_URI[sha256sum] = "53428268284125532413434ebfeb8e7a287525516cc5a0a055d63ba63b
 inherit pypi python_pdm
 
 PYPI_PACKAGE = "pdm_build_locked"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 BBCLASSEXTEND += "native nativesdk"
index c190bb20dcf9c39274047652922e2cd9af55c8f5..705e08d98b181c7ae8b1f72c23b33d9641ea2d89 100644 (file)
@@ -20,7 +20,6 @@ SRC_URI[sha256sum] = "96f791d5d7d4e040f3983d76779425cf9532690e2756a24fd5ca0f86af
 inherit python_poetry_core pypi
 
 PYPI_PACKAGE = "poetry_core"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 RDEPENDS:${PN}:append:class-target = "\
     python3-compression \
index c68760e29354b450b73b27e4d9602cbe6998209e..cdb9fc78c91bdbe31f5daeb28cd7530dbbdd7b4a 100644 (file)
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c97
 inherit pypi python_flit_core
 
 PYPI_PACKAGE = "pyproject_hooks"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 BBCLASSEXTEND = "native nativesdk"
 
index 02a9064f2a556eec641d8a9991a5fc34a32d965a..1e485df338d9678d7ec405d37d8be1b5ed6b2927 100644 (file)
@@ -13,7 +13,6 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
 
 PYPI_PACKAGE = "pyproject_metadata"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index dbf0fb0ee6a1cce06e67c504d157e89ce82b344a..207d15d7025ef6da26be4f7799bfe520d525c65b 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
 SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
 
 PYPI_PACKAGE = "PySocks"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi setuptools3
 
index 01d2332732b702863ec9b42be957f55c224a4ae9..a76c15119d5c92bd779f80468b2c849a0e56b1d9 100644 (file)
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
 SRC_URI[sha256sum] = "cb495bde05551b784b8f0b8adfaa27edb4131469a27c339b80fd8d6ba33f887c"
 
 PYPI_PACKAGE = "pytest_subtests"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 
index 1e60c763d8c36a6f59d9c218bd03a689aa82b925..242176dd7570f168b550f72212037ddba5463750 100644 (file)
@@ -8,7 +8,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3339-validator:"
 SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b"
 
 PYPI_PACKAGE = "rfc3339_validator"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi setuptools3
 
index 7a97fd3b199d093258362984da9e2bf51d49efd0..4cab76a2b194b1b592188535e1b0b0adb1b44ae8 100644 (file)
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=bfcc8b16e42929aafeb9d414360bc2fd"
 
 SRC_URI[sha256sum] = "1af8b147eb1405d5839e78aeb93131690495fe9da5c91856cb33ad55a7f1e5b2"
 PYPI_PACKAGE = "roman_numerals"
-UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals"
 
 inherit pypi python_flit_core
 
index bef2cf52d23c5b1a38346982178a04dacc4bbb06..173dabeecdff5ed3cf53ef347558c37e29004441 100644 (file)
@@ -11,7 +11,6 @@ require ${BPN}-crates.inc
 inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest
 
 PYPI_PACKAGE = "rpds_py"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 RDEPENDS:${PN}-ptest += " \
     python3-iniconfig \
index 6129bcae130363f8b842a3f1404d3a966597b9f4..c27649e35d8b18344e3e3179da5190b5d4fdf008 100644 (file)
@@ -5,7 +5,6 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fae78348fee46c087389813e0ebf5ed7"
 
 PYPI_PACKAGE = "ruamel_yaml"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 
index 01eb75f10db8b4b90918003a81755dce58d8e5f2..64d1390475ac0a864b83be7d6b15a41409fbb79b 100644 (file)
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fb31e3c1c7eeb8b5e8c07657cdd54e2"
 SRC_URI[sha256sum] = "bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c"
 
 PYPI_PACKAGE = "semantic_version"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi setuptools3
 
index 491f51270630ebaf85c6373788a8eab856280c89..062e97083d522f179678b9e72b405d802c87fce9 100644 (file)
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5"
 SRC_URI[sha256sum] = "d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c"
 
 PYPI_PACKAGE = "setuptools_rust"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit cargo pypi python_setuptools_build_meta
 
index 175da3417932ea48c77baee88ec1afb5404c8951..d16d79c79fe7fa222e594dd7f1938bfdd3abf2b2 100644 (file)
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2"
 SRC_URI[sha256sum] = "1c674ab4665686a0887d7e24c03ab25f24201c213e82ea689d2f3e169ef7ef57"
 
 PYPI_PACKAGE = "setuptools_scm"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 
index 554fb3eb51e45d9cad915a2f155aed4725215e14..9299a862f74fe0b1621e5d0234aac796a000289a 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=5c1cd8f13774629fee215681e66a1056"
 SRC_URI[sha256sum] = "e5352f8fa894b6fb6fda0498ba28a9f8d435971ef4bbc1a6c9c6414e7644f032"
 
 PYPI_PACKAGE = "sphinx_argparse"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index 05e2c097c5ca990d0a49d27c90945ad7a4ba4294..77fcae25464e06c649f9b1213a4324092a53a6d6 100644 (file)
@@ -13,7 +13,6 @@ RDEPENDS:${PN} += " \
 "
 
 PYPI_PACKAGE = "sphinx_rtd_theme"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 SRC_URI[sha256sum] = "b44276f2c276e909239a4f6c955aa667aaafeb78597923b1c60babc76db78e4c"
 
index a63b7ad014d3aced510b5afb3b481cb87ae96fcb..686a4a17ae2ee5083e94b603cffef107f9eac407 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=c7715857042d4c8c0105999ca0c072c5"
 SRC_URI[sha256sum] = "2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1"
 
 PYPI_PACKAGE = "sphinxcontrib_applehelp"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index abce915a19e7b42922fd69b7cac7ff89886a05d0..9f53973708342f33867642d164ad6ea37acf0f23 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=fd30d9972a142c857a80c9f312e92b93"
 SRC_URI[sha256sum] = "411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad"
 
 PYPI_PACKAGE = "sphinxcontrib_devhelp"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index 44885d7dc349c724acb6a748fa77b2727dbdfb46..1a15ccd0c4acba6e39a4dad7e3b4530e64668d7b 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=24dce5ef6a13563241c24bc366f48886"
 SRC_URI[sha256sum] = "c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9"
 
 PYPI_PACKAGE = "sphinxcontrib_htmlhelp"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index 141d1c48628e8c5ae1d082daf9edcd65466806c4..f51a0ba64b6af5f72104a2dd958bbe002c5a38de 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=f7a83b72ea86d04827575ec0b63430eb"
 SRC_URI[sha256sum] = "4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab"
 
 PYPI_PACKAGE = "sphinxcontrib_qthelp"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index 95ee596b3b6451472bfa7a5dafc78793633f3a4e..63c55d36ae4290993789fa2cf38086ffd6695f80 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=32a84ac5cd3bbd10c4d479233ad588b6"
 SRC_URI[sha256sum] = "e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d"
 
 PYPI_PACKAGE = "sphinxcontrib_serializinghtml"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_flit_core
 
index 1bf3e55ebdd1e5b0b63efe14bec6fd257f600e21..82ba8a2dcb820e86d4b4f9395f11a271063ef69e 100644 (file)
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "ab9c8f1080391e231812d20abf2657a69ee35574563b1014414f953964
 inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "sphinxcontrib_svg2pdfconverter"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 RDEPENDS:${PN} = "python3-sphinx"
 # Only support sphinxcontrib.rsvgconverter for now.
index c334fdfc7236b3cee30b80e9f0bfd3e7e3306182..f1b1341246801f09ef678b988f2aff56ae915de3 100644 (file)
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 SRC_URI[sha256sum] = "00492545a1402b09d4858605ba190ea33243d361e2b01c9c296ce06b5c3325f3"
 
 PYPI_PACKAGE = "trove_classifiers"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest
 
index 3e3ce33ca8de39522cb3a5502cc79bc2bc781d86..4ff85bb24073e46b59bb735324528c584f42989d 100644 (file)
@@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
 
 # The name on PyPi is slightly different.
 PYPI_PACKAGE = "typing_extensions"
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 SRC_URI[sha256sum] = "0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"
 
index 180b44519bb838fad78cbb5431d64ab8b604f415..5394fecc97398c7638a361a3cdb53426914d7a25 100644 (file)
@@ -18,7 +18,6 @@ require ${BPN}-crates.inc
 inherit pypi python_maturin cargo-update-recipe-crates
 
 PYPI_PACKAGE = "uv_build"
-UPSTREAM_CHECK_PYPI_PACKAGE = "uv_build"
 
 BBCLASSEXTEND = "native"
 INSANE_SKIP:${PN} = "already-stripped"