summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cython_0.27.1.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/python3-cython_0.27.1.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/python3-cython_0.27.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cython_0.27.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cython_0.27.1.bb b/meta-python/recipes-devtools/python/python3-cython_0.27.1.bb
deleted file mode 100644
index 2ce6bdbd68..0000000000
--- a/meta-python/recipes-devtools/python/python3-cython_0.27.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1inherit setuptools3
2require python-cython.inc
3
4RDEPENDS_${PN} += "\
5 python3-setuptools \
6"
7
8# running build_ext a second time during install fails, because Python
9# would then attempt to import cythonized modules built for the target
10# architecture.
11DISTUTILS_INSTALL_ARGS += "--skip-build"
12
13do_install_append() {
14 # rename scripts that would conflict with the Python 2 build of Cython
15 mv ${D}${bindir}/cython ${D}${bindir}/cython3
16 mv ${D}${bindir}/cythonize ${D}${bindir}/cythonize3
17 mv ${D}${bindir}/cygdb ${D}${bindir}/cygdb3
18}