From cefeac268ed326d45e555fc81be32528ed6feb0d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 15:26:42 +0200 Subject: package_regex.inc: split PyPi related entries to their own recipes (From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-nose_1.3.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/python/python-nose_1.3.6.bb') diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.6.bb index e47ddb0f62..d9daea2c40 100644 --- a/meta/recipes-devtools/python/python-nose_1.3.6.bb +++ b/meta/recipes-devtools/python/python-nose_1.3.6.bb @@ -10,6 +10,9 @@ SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz" SRC_URI[md5sum] = "0ca546d81ca8309080fc80cb389e7a16" SRC_URI[sha256sum] = "f61e0909a743eed37b1207e38a8e7b4a2fe0a82185e36f2be252ef1b3f901758" +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/nose/" +UPSTREAM_CHECK_REGEX = "/nose/(?P(\d+[\.\-_]*)+)" + S = "${WORKDIR}/nose-${PV}" inherit setuptools -- cgit v1.2.3-54-g00ecf