diff options
author | Derek Straka <derek@asterius.io> | 2023-09-27 05:37:38 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
commit | a401afaab545f11edd3e38cd1eccdd0cd722ae39 (patch) | |
tree | b3e5b1910636d328eaa99f3cf734da3030915556 /meta-python/recipes-devtools | |
parent | 86d028d96e653022809eeafdbacd76cb937322f4 (diff) | |
download | meta-openembedded-a401afaab545f11edd3e38cd1eccdd0cd722ae39.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>
(cherry picked from commit ee9fccf9084a0b8679cda8aaeedf52f9fb97c844)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb | 2 |
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 | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | PYPI_PACKAGE = "ninja_syntax" | 10 | PYPI_PACKAGE = "ninja_syntax" |
11 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ninja_syntax/" | ||
12 | UPSTREAM_CHECK_REGEX = "/ninja_syntax/(?P<pver>(\d+[\.\-_]*)+)" \ No newline at end of file | ||