Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / python / module_python.scp
blob1424409c1f9c4cea69e1784b65f45d67904be3cb
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 #ifndef DISABLE_PYUNO
23 #include "AutoInstall/python"
24 #include "AutoInstall/python_scriptprovider"
26 Module gid_Module_Pyuno
27     PackageInfo = "packinfo_office.txt";
28     ParentID = gid_Module_Root_Brand;
29     Name = "PyUNO";
30     Description = "Python-UNO bridge";
31     Dirs = (gid_Dir_PythonFramework,
32             gid_Dir_PythonFramework_Versions,
33             gid_Dir_PythonFramework_Versions_ver,
34             gid_Dir_PythonFramework_Versions_ver_bin,
35             gid_Dir_PythonFramework_Versions_ver_lib,
36             gid_Dir_PythonFramework_Versions_ver_lib_pkgconfig,
37             gid_Dir_PythonFramework_Versions_ver_lib_pythonver,
38             gid_Dir_PythonFramework_Versions_ver_lib_pythonver_config,
39             gid_Dir_Py_PythonCore,
40             gid_Dir_Py_PythonCore_Bin,
41             gid_Dir_Py_PythonCore_Lib);
42     Files = (auto_python_ALL,
43              gid_File_Pyuno_Rdb,
44              gid_File_Lib_Python_So,
45              gid_File_Lib_Python3_So,
46              gid_File_Share_Registry_Pyuno_Xcd);
47     Unixlinks = (gid_Unixlink_Python_Headers,
48                  gid_Unixlink_Python_LibreOfficePython,
49                  gid_Unixlink_Python_Resources,
50                  gid_Unixlink_Python_Versions_Current,
51                  gid_Unixlink_Python_Versions_ver_Headers,
52                  gid_Unixlink_Python_bin_idle,
53                  gid_Unixlink_Python_bin_pydoc,
54                  gid_Unixlink_Python_bin_python,
55                  gid_Unixlink_Python_bin_pythonconfig,
56                  gid_Unixlink_Python_bin_pythonw,
57                  gid_Unixlink_Python_bin_pyvenv,
58                  gid_Unixlink_Python_libpython,
59                  gid_Unixlink_Python_libpython_m,
60                  gid_Unixlink_Python_pkgconfig,
61                  gid_Unixlink_Python_pkgconfig_m,
62                  gid_Unixlink_Python_libpython_config_a,
63                  gid_Unixlink_Python_libpython_config_dylib,
64                  gid_Unixlink_Python_libpython_m_config_a,
65                  gid_Unixlink_Python_libpython_m_config_dylib);
66     Styles = (HIDDEN_ROOT);
67 End
69 Module gid_Module_Script_Provider_For_Python
70     Name = "Script Provider For Python";
71     Description = "Script Provider For Python";
72     PackageInfo = "packinfo_office.txt";
73     ParentID = gid_Module_Root_Brand;
74     Files = (auto_python_scriptprovider_ALL);
75     Default = YES;
76     Styles = (HIDDEN_ROOT);
77 End
79 #endif