mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
aa5df2adc2
commit
cefeac268e
@@ -14,6 +14,9 @@ SRC_URI = "http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.ta
|
||||
SRC_URI[md5sum] = "4659644b42c41e5e5170c0cd83ed6422"
|
||||
SRC_URI[sha256sum] = "9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/GitPython/"
|
||||
UPSTREAM_CHECK_REGEX = "/GitPython/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
|
||||
S = "${WORKDIR}/GitPython-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
Reference in New Issue
Block a user