aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.26.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-07-24 14:32:53 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:19:01 +0200
commitc1987919d82879a047db2b898d111800d36bd4b5 (patch)
treef09805f605875e237b379a94d8fc7ea48c4861d7 /meta-python/recipes-devtools/python/python-cython_0.26.bb
parent76313455e0d55b1e00196f4a1428bb1b7e2bfd69 (diff)
downloadmeta-openembedded-contrib-c1987919d82879a047db2b898d111800d36bd4b5.tar.gz
python-cython: update to version 0.26
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cython_0.26.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.26.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.26.bb b/meta-python/recipes-devtools/python/python-cython_0.26.bb
new file mode 100644
index 0000000000..bdf9490c63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.26.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<pver>(\d+[\.\-_]*)+)"
+
+RDEPENDS_${PN} += "\
+ python-distribute \
+"