diff options
| author | Derek Straka <derek@asterius.io> | 2017-10-24 20:03:29 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-11-15 16:31:30 -0800 |
| commit | 17bb2c8aeb11d61350a61c3f8a00b87722155fb3 (patch) | |
| tree | b8036e159fc4b5c9788579a1e2fc832773fb23af /meta-python/recipes-devtools/python/python-cython_0.27.2.bb | |
| parent | 084e8d7caeef7f1fe6a9fab7bf607bd4d10975e0 (diff) | |
| download | meta-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.bb | 9 |
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 @@ | |||
| 1 | inherit setuptools | ||
| 2 | require python-cython.inc | ||
| 3 | |||
| 4 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/" | ||
| 5 | UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)" | ||
| 6 | |||
| 7 | RDEPENDS_${PN} += "\ | ||
| 8 | python-distribute \ | ||
| 9 | " | ||
