aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.27.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-10-03 12:54:38 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-04 14:53:33 +0000
commit815c7d5789f904c2648b1a749a9fbfcc6ad4edb5 (patch)
treed11a9c5c128b33f8f858d91ad7895d0d88d53250 /meta-python/recipes-devtools/python/python-cython_0.27.1.bb
parente27500e7e552d796bc81d16be28ccc170782d099 (diff)
downloadmeta-openembedded-contrib-815c7d5789f904c2648b1a749a9fbfcc6ad4edb5.tar.gz
python-cython: update to version 0.27.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.27.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.27.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.1.bb b/meta-python/recipes-devtools/python/python-cython_0.27.1.bb
new file mode 100644
index 0000000000..bdf9490c63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.27.1.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 \
+"