From 815c7d5789f904c2648b1a749a9fbfcc6ad4edb5 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 3 Oct 2017 12:54:38 -0400 Subject: python-cython: update to version 0.27.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cython_0.27.1.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-cython_0.27.1.bb (limited to 'meta-python/recipes-devtools/python/python-cython_0.27.1.bb') diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.1.bb b/meta-python/recipes-devtools/python/python-cython_0.27.1.bb new file mode 100644 index 0000000000..bdf9490c63 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cython_0.27.1.bb @@ -0,0 +1,9 @@ +inherit setuptools +require python-cython.inc + +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/" +UPSTREAM_CHECK_REGEX = "/Cython/(?P(\d+[\.\-_]*)+)" + +RDEPENDS_${PN} += "\ + python-distribute \ +" -- cgit v1.2.3-54-g00ecf