diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 15:26:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | cefeac268ed326d45e555fc81be32528ed6feb0d (patch) | |
tree | f31daa7f818fcd0171d8be31f8be26f8896b8724 /meta/recipes-devtools/python/python-git_1.0.1.bb | |
parent | aa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (diff) | |
download | poky-cefeac268ed326d45e555fc81be32528ed6feb0d.tar.gz |
package_regex.inc: split PyPi related entries to their own recipes
(From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 3 |
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 | |||
14 | SRC_URI[md5sum] = "4659644b42c41e5e5170c0cd83ed6422" | 14 | SRC_URI[md5sum] = "4659644b42c41e5e5170c0cd83ed6422" |
15 | SRC_URI[sha256sum] = "9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760" | 15 | SRC_URI[sha256sum] = "9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/GitPython/" | ||
18 | UPSTREAM_CHECK_REGEX = "/GitPython/(?P<pver>(\d+[\.\-_]*)+)" | ||
19 | |||
17 | S = "${WORKDIR}/GitPython-${PV}" | 20 | S = "${WORKDIR}/GitPython-${PV}" |
18 | 21 | ||
19 | inherit setuptools | 22 | inherit setuptools |