diff options
author | Derek Straka <derek@asterius.io> | 2017-02-23 23:30:53 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-28 12:34:14 +0100 |
commit | 545b16a983d11fa264a86b5d8e5a8a1251bdee56 (patch) | |
tree | 160a7a7110b13f6e633e016196b757dcfdb3a467 | |
parent | d533527c6526f2d14ec0e457cd893fdfa97067b2 (diff) | |
download | meta-openembedded-545b16a983d11fa264a86b5d8e5a8a1251bdee56.tar.gz |
python-cryptography-vectors, python-ndg-httpsclient, python-prettytable: Update UPSTREAM_CHECK variables to allow for version checking
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
3 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc index aa35f74cb..122528b1d 100644 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc | |||
@@ -13,3 +13,5 @@ SRC_URI[sha256sum] = "4be4eee8a11deee5c2f00e389b49de8ce2642130282d1cd0adffb2f7db | |||
13 | PYPI_PACKAGE = "cryptography_vectors" | 13 | PYPI_PACKAGE = "cryptography_vectors" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
16 | |||
17 | UPSTREAM_CHECK_REGEX = "" | ||
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc index 1b77a3bb5..3c6253f04 100644 --- a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | |||
@@ -14,3 +14,5 @@ DEPENDS += " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | |||
18 | UPSTREAM_CHECK_REGEX = "" | ||
diff --git a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb index c8f7b5f42..f63457efe 100644 --- a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb +++ b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb | |||
@@ -20,3 +20,6 @@ do_install_append() { | |||
20 | chmod 644 "${f}" | 20 | chmod 644 "${f}" |
21 | done | 21 | done |
22 | } | 22 | } |
23 | |||
24 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PrettyTable/" | ||
25 | UPSTREAM_CHECK_REGEX = "/PrettyTable/(?P<pver>(\d+[\.\-_]*)+)" | ||