diff options
| author | Derek Straka <derek@asterius.io> | 2017-11-12 10:23:45 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-11-19 13:36:25 -0800 |
| commit | c4a5e2c787673903a0150737a038fb00ace77f8b (patch) | |
| tree | 149200f6a502f3210bcd20184d79a70b12c9be33 /meta-python/recipes-devtools/python/python-cython_0.27.3.bb | |
| parent | 67cbad338dec365984c2f781ce84199b57282b91 (diff) | |
| download | meta-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.bb | 9 |
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 @@ | |||
| 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 | " | ||
