summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-09-27 05:37:38 +0000
committerKhem Raj <raj.khem@gmail.com>2023-09-27 12:05:45 -0700
commitee9fccf9084a0b8679cda8aaeedf52f9fb97c844 (patch)
treec960d104b0718ae6193905297798b631633dad33 /meta-python/recipes-devtools/python
parente594a784351916aa0a798d4007d00fb4d3bee165 (diff)
downloadmeta-openembedded-ee9fccf9084a0b8679cda8aaeedf52f9fb97c844.tar.gz
python3-ninja-syntax: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb2
1 files changed, 2 insertions, 0 deletions
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 9a6326f37d..ec7747307d 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,3 +8,5 @@ SRC_URI[sha256sum] = "342dc97b9e88a6495bae22953ee6063f91d2f03db6f727b62ba5c3092a
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10PYPI_PACKAGE = "ninja_syntax" 10PYPI_PACKAGE = "ninja_syntax"
11UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ninja_syntax/"
12UPSTREAM_CHECK_REGEX = "/ninja_syntax/(?P<pver>(\d+[\.\-_]*)+)" \ No newline at end of file