summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.26.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-09-16 18:55:58 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-22 22:50:42 +0000
commitb2e9dc50ddd4b0cb23125599d783050a8fb6e6c5 (patch)
tree2574e9383dbf9355ba3fc43b557a2b15deb8c1eb /meta-python/recipes-devtools/python/python-cython_0.26.1.bb
parent58074e02f9767003307b55d63c7404b8e9f67b31 (diff)
downloadmeta-openembedded-b2e9dc50ddd4b0cb23125599d783050a8fb6e6c5.tar.gz
python-cython: update to version 0.26.1
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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.26.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.26.1.bb b/meta-python/recipes-devtools/python/python-cython_0.26.1.bb
new file mode 100644
index 0000000000..bdf9490c63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.26.1.bb
@@ -0,0 +1,9 @@
1inherit setuptools
2require python-cython.inc
3
4UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/"
5UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)"
6
7RDEPENDS_${PN} += "\
8 python-distribute \
9"