aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-smmap_0.9.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-16 15:26:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:09 +0000
commit9528cff2ecf4241cb80d9e972751d7ac607d39e4 (patch)
tree4392d789af3c0aa43241a2884c0c2c0f9275a032 /meta/recipes-devtools/python/python-smmap_0.9.0.bb
parent2a5e1848c11bd9a3c64cf8fcc0cb334c738bc5c5 (diff)
downloadopenembedded-core-contrib-9528cff2ecf4241cb80d9e972751d7ac607d39e4.tar.gz
package_regex.inc: split PyPi related entries to their own recipes
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-smmap_0.9.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-smmap_0.9.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-smmap_0.9.0.bb b/meta/recipes-devtools/python/python-smmap_0.9.0.bb
index b658be84c0..5f9cf452e3 100644
--- a/meta/recipes-devtools/python/python-smmap_0.9.0.bb
+++ b/meta/recipes-devtools/python/python-smmap_0.9.0.bb
@@ -11,6 +11,9 @@ SRC_URI = "http://pypi.python.org/packages/source/s/smmap/smmap-${PV}.tar.gz"
SRC_URI[md5sum] = "d7932d5ace206bf4ae15198cf36fb6ab"
SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62"
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/smmap/"
+UPSTREAM_CHECK_REGEX = "/smmap/(?P<pver>(\d+[\.\-_]*)+)"
+
S = "${WORKDIR}/smmap-${PV}"
inherit setuptools