summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-git_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-git_1.0.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-git_1.0.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-git_1.0.1.bb b/meta/recipes-devtools/python/python-git_1.0.1.bb
index e1509e6c20..5230e2182d 100644
--- a/meta/recipes-devtools/python/python-git_1.0.1.bb
+++ b/meta/recipes-devtools/python/python-git_1.0.1.bb
@@ -14,6 +14,9 @@ SRC_URI = "http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.ta
14SRC_URI[md5sum] = "4659644b42c41e5e5170c0cd83ed6422" 14SRC_URI[md5sum] = "4659644b42c41e5e5170c0cd83ed6422"
15SRC_URI[sha256sum] = "9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760" 15SRC_URI[sha256sum] = "9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760"
16 16
17UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/GitPython/"
18UPSTREAM_CHECK_REGEX = "/GitPython/(?P<pver>(\d+[\.\-_]*)+)"
19
17S = "${WORKDIR}/GitPython-${PV}" 20S = "${WORKDIR}/GitPython-${PV}"
18 21
19inherit setuptools 22inherit setuptools