summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.27.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-10-24 20:03:29 -0400
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:31:30 -0800
commit17bb2c8aeb11d61350a61c3f8a00b87722155fb3 (patch)
treeb8036e159fc4b5c9788579a1e2fc832773fb23af /meta-python/recipes-devtools/python/python-cython_0.27.2.bb
parent084e8d7caeef7f1fe6a9fab7bf607bd4d10975e0 (diff)
downloadmeta-openembedded-17bb2c8aeb11d61350a61c3f8a00b87722155fb3.tar.gz
python-cython: update to version 0.27.2
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.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.27.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.2.bb b/meta-python/recipes-devtools/python/python-cython_0.27.2.bb
new file mode 100644
index 0000000000..bdf9490c63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.27.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"