]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pypi.bbclass: Update the upstream checks to automatically replace '_' with '-'
authorDerek Straka <derek@asterius.io>
Wed, 20 Sep 2023 20:06:29 +0000 (20:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Sep 2023 06:43:51 +0000 (07:43 +0100)
commitf4e2923bfac8a0a5b702ffd2dd957213a6268f6b
tree826cc7ab80f4e27a53844c92825d51db17efa400
parentd4ac66c5cdaf971fb717cc5c5bf9aa51a787d412
pypi.bbclass: Update the upstream checks to automatically replace '_' with '-'

For a number of existing packages, the pypi URI contains '-', but the package name (PYPI_PACKAGE) uses '_'.  Add a simple replace for the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX.  The change resulted in 19 additional auto-detected upstream checks for python packages meta-python.

It did break upstream checks for 3 packages that will be patched shortly:
 - python3-ipython-genutils
 - python3-ninja-syntax
 - python3-wpa-supplicant

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/pypi.bbclass