summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.27.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-12 10:23:45 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-19 13:36:25 -0800
commitc4a5e2c787673903a0150737a038fb00ace77f8b (patch)
tree149200f6a502f3210bcd20184d79a70b12c9be33 /meta-python/recipes-devtools/python/python-cython_0.27.3.bb
parent67cbad338dec365984c2f781ce84199b57282b91 (diff)
downloadmeta-openembedded-c4a5e2c787673903a0150737a038fb00ace77f8b.tar.gz
python-cython: update to version 0.27.3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cython_0.27.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.27.3.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.3.bb b/meta-python/recipes-devtools/python/python-cython_0.27.3.bb
new file mode 100644
index 0000000000..bdf9490c63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.27.3.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"