summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-smmap_0.9.0.bb
diff options
context:
space:
mode:
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"
11SRC_URI[md5sum] = "d7932d5ace206bf4ae15198cf36fb6ab" 11SRC_URI[md5sum] = "d7932d5ace206bf4ae15198cf36fb6ab"
12SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62" 12SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62"
13 13
14UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/smmap/"
15UPSTREAM_CHECK_REGEX = "/smmap/(?P<pver>(\d+[\.\-_]*)+)"
16
14S = "${WORKDIR}/smmap-${PV}" 17S = "${WORKDIR}/smmap-${PV}"
15 18
16inherit setuptools 19inherit setuptools