diff options
| author | Derek Straka <derek@asterius.io> | 2016-12-22 09:30:32 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:24:57 +0100 |
| commit | 84e9d850d6c724457b2ab40d4d583e25b14e5bb0 (patch) | |
| tree | 66afad2a044c20659bf10c69cbb43fd379ffc983 /meta-python/recipes-devtools/python/python-cython_0.25.2.bb | |
| parent | dec77ecb7e27d1ceb3909b453cd13e6bbed30e04 (diff) | |
| download | meta-openembedded-84e9d850d6c724457b2ab40d4d583e25b14e5bb0.tar.gz | |
python-cython: update to version 0.25.2
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.25.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-cython_0.25.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.25.2.bb b/meta-python/recipes-devtools/python/python-cython_0.25.2.bb new file mode 100644 index 0000000000..bdf9490c63 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cython_0.25.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 | " | ||
