summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.25.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-12-22 09:30:32 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-26 08:24:57 +0100
commit84e9d850d6c724457b2ab40d4d583e25b14e5bb0 (patch)
tree66afad2a044c20659bf10c69cbb43fd379ffc983 /meta-python/recipes-devtools/python/python-cython_0.25.2.bb
parentdec77ecb7e27d1ceb3909b453cd13e6bbed30e04 (diff)
downloadmeta-openembedded-84e9d850d6c724457b2ab40d4d583e25b14e5bb0.tar.gz
python-cython: update to version 0.25.2
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.25.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.25.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.25.2.bb b/meta-python/recipes-devtools/python/python-cython_0.25.2.bb
new file mode 100644
index 0000000000..bdf9490c63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.25.2.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"