From eb3135421484501f9a3a8603b8c659a4710f2bbb Mon Sep 17 00:00:00 2001 From: Robin van der Gracht Date: Wed, 31 Jan 2018 12:16:43 +0100 Subject: python3-shiboken: new package The patches directory patches/shiboken-1.2.2 is ready and compile-time tested with python2 and python3. Because we could not really test shiboken 1.2.2 (python2), we did not do a version bump for it. Signed-off-by: Robin van der Gracht Signed-off-by: Michael Olbrich --- rules/python3-shiboken.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rules/python3-shiboken.in (limited to 'rules/python3-shiboken.in') diff --git a/rules/python3-shiboken.in b/rules/python3-shiboken.in new file mode 100644 index 000000000..ccdcf17fc --- /dev/null +++ b/rules/python3-shiboken.in @@ -0,0 +1,13 @@ +## SECTION=qt + +config PYTHON3_SHIBOKEN + tristate + prompt "python3-shiboken" + select HOST_CMAKE + select HOST_PYTHON3_SHIBOKEN + select LIBXML2 + select LIBXSLT + select PYTHON3 + select QT4 + help + Shiboken generates bindings for C++ libraries using CPython source code. -- cgit v1.2.3