# This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
isShipped = True for package in ignoredPackages: if relLibDir.startswith(package):
isShipped = False continue
ifnot isShipped: continue
if"/test"in relLibDir: continue
# ignore setuptools.dist-info and pip.dist-info folders if".dist-info"in relLibDir: continue
for fileName in sorted(files): ifnot fileName.endswith((".py", ".pem", ".exe", ".txt")): continue
filesList.append(path.join(relPythonDir, fileName)) if filesList:
subDirDict[relPythonDir] = filesList
for k,v in sorted(subDirDict.items()):
print() if k == "Lib/msilib":
print("ifeq (WNT,$(OS))")
print("$(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/{},\\".format(k.replace("Lib", "lib", 3))) for fileName in sorted(v):
print("\t{} \\".format(fileName))
print("))") if k == "Lib/msilib":
print("endif")
# vim: set shiftwidth=4 softtabstop=4 expandtab:
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.