pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/blender



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 28 11:56:00 UTC 2019

Modified Files:
        pkgsrc/graphics/blender: Makefile PLIST
Removed Files:
        pkgsrc/graphics/blender: PLIST.Linux PLIST.NetBSD

Log Message:
blender: build with WITH_PYTHON_INSTALL=OFF

also actually get it to use the external openjpeg.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/graphics/blender/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/blender/PLIST
cvs rdiff -u -r1.7 -r0 pkgsrc/graphics/blender/PLIST.Linux
cvs rdiff -u -r1.6 -r0 pkgsrc/graphics/blender/PLIST.NetBSD

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.145 pkgsrc/graphics/blender/Makefile:1.146
--- pkgsrc/graphics/blender/Makefile:1.145      Thu Apr 25 07:32:57 2019
+++ pkgsrc/graphics/blender/Makefile    Sun Apr 28 11:56:00 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.145 2019/04/25 07:32:57 maya Exp $
+# $NetBSD: Makefile,v 1.146 2019/04/28 11:56:00 markd Exp $
 
 DISTNAME=      blender-2.79b
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.blender.org/source/
 
@@ -15,13 +15,14 @@ USE_CMAKE=          yes
 USE_LANGUAGES=         c c++11
 CMAKE_OPTS+=           -DWITH_OPENAL:BOOL=OFF
 CMAKE_OPTS+=           -DWITH_MEM_JEMALLOC:BOOL=OFF
+CMAKE_OPTS+=           -DWITH_SYSTEM_OPENJPEG:BOOL=ON
 CMAKE_OPTS+=           -DPYVERSSUFFIX:STRING=${PYVERSSUFFIX}
 CMAKE_OPTS+=           -DPYTHON_VERSION:STRING=${PYVERSSUFFIX}
 CMAKE_OPTS+=           -DPYTHON_ROOT_DIR:STRING=${PREFIX}
 CMAKE_OPTS+=           -DPYTHON_INCLUDE_DIR:STRING=${PREFIX}/${PYINC}
 CMAKE_OPTS+=           -DPYTHON_INCLUDE_CONFIG_DIR:STRING=${PREFIX}/${PYINC}
 CMAKE_OPTS+=           -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}
-CMAKE_OPTS+=           -DPYTHON_LIBRARY:FILEPATH=${PREFIX}/lib/libpython${PYVERSSUFFIX}${M}.so
+CMAKE_OPTS+=           -DWITH_PYTHON_INSTALL:BOOL=OFF
 CMAKE_OPTS+=           -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}/share/blender
 CMAKE_OPTS+=           -DCMAKE_MODULE_PATH:PATH=${_CMAKE_DIR}
 CMAKE_OPTS+=           -DCMAKE_SKIP_RPATH:BOOL=TRUE
@@ -46,9 +47,6 @@ REPLACE_PYTHON=               release/bin/blender-thu
 
 .include "options.mk"
 
-# Needs M=m when python has been built with the pymalloc option
-M=
-
 INSTALLATION_DIRS=     bin share/blender
 
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
@@ -63,8 +61,6 @@ PLIST_SUBST+= NETBSDVER=netbsd7
 PLIST_SUBST+=  NETBSDVER=netbsd6
 .endif
 
-PLIST_VARS+=   py34 py35 py36 py37
-
 OBJDIR=                ../build
 CONFIGURE_DIRS=        ${OBJDIR}
 CMAKE_ARG_PATH=        ../${DISTNAME}
@@ -103,14 +99,4 @@ post-install:
 
 .include "../../lang/python/application.mk"
 
-.if ${PYVERSSUFFIX} == "3.4"
-PLIST.py34=    yes
-.elif ${PYVERSSUFFIX} == "3.5"
-PLIST.py35=    yes
-.elif ${PYVERSSUFFIX} == "3.6"
-PLIST.py36=    yes
-.elif ${PYVERSSUFFIX} == "3.7"
-PLIST.py37=    yes
-.endif
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/blender/PLIST
diff -u pkgsrc/graphics/blender/PLIST:1.27 pkgsrc/graphics/blender/PLIST:1.28
--- pkgsrc/graphics/blender/PLIST:1.27  Wed Mar 27 11:05:57 2019
+++ pkgsrc/graphics/blender/PLIST       Sun Apr 28 11:56:00 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2019/03/27 11:05:57 markd Exp $
+@comment $NetBSD: PLIST,v 1.28 2019/04/28 11:56:00 markd Exp $
 bin/blender
 share/blender/${BLENDERVER}/datafiles/fonts/bmonofont-i18n.ttf.gz
 share/blender/${BLENDERVER}/datafiles/fonts/droidsans.ttf.gz
@@ -35,674 +35,6 @@ share/blender/${BLENDERVER}/datafiles/lo
 share/blender/${BLENDERVER}/datafiles/locale/vi/LC_MESSAGES/blender.mo
 share/blender/${BLENDERVER}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
 share/blender/${BLENDERVER}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/python/bin/python${PYVERSSUFFIX}
-share/blender/${BLENDERVER}/python/include/python${PYVERSSUFFIX}${M}/pyconfig.h
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/LICENSE.txt
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__future__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__phello__.foo.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_bootlocale.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_collections_abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compat_pickle.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compression.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_dummy_thread.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_markupbase.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_osx_support.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_py_abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pydecimal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pyio.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sitebuiltins.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_strptime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_threading_local.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_weakrefset.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/aifc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/antigravity.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/argparse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ast.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asynchat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_futures.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_subprocess.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_tasks.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/constants.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/coroutines.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/format_helpers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/futures.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/locks.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/log.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/proactor_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/protocols.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/queues.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/runners.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/selector_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/sslproto.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/streams.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/subprocess.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/tasks.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/transports.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/unix_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_utils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncore.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/base64.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bdb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/binhex.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bisect.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bz2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cProfile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/calendar.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgi.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgitb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/chunk.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cmd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/code.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codecs.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codeop.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/colorsys.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/compileall.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/_base.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/process.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/thread.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/Makefile
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/Setup
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/Setup.local
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/config.c
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/config.c.in
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/install-sh
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/makesetup
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/python-config.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/python.o
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/configparser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/contextlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/contextvars.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copy.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copyreg.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/crypt.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/csv.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/_aix.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/_endian.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/README.ctypes
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dyld.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dylib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib.bat
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/framework.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/wintypes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/ascii.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/has_key.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/panel.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/textpad.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dataclasses.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/datetime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/dumb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/gnu.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/ndbm.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/decimal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/difflib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dis.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/README
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/_msvccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/archive_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/bcppcompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/ccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/cmd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_dumb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_msi.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_rpm.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_wininst.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_clib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_ext.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_py.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_scripts.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/check.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/clean.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/command_template
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/config.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_data.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_egg_info.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_headers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_lib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_scripts.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/register.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/sdist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/upload.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-10.0-amd64.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-10.0.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-14.0-amd64.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-14.0.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-6.0.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-7.1.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-8.0.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-9.0-amd64.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-9.0.exe
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/config.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/core.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/cygwinccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/debug.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/dep_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/dir_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/dist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/errors.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/extension.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/fancy_getopt.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/file_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/filelist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/log.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/msvc9compiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/msvccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/spawn.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/sysconfig.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/Setup.sample
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/support.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_archive_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_dumb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_msi.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_rpm.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_wininst.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_clib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_ext.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_py.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_scripts.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_check.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_clean.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_cmd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_config.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_config_cmd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_core.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_cygwinccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_dep_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_dir_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_dist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_extension.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_file_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_filelist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_data.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_headers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_lib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_scripts.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_log.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_msvc9compiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_msvccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_register.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_sdist.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_spawn.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_sysconfig.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_text_file.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_unixccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_upload.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_version.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_versionpredicate.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/xxmodule.c
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/text_file.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/unixccompiler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/version.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/versionpredicate.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/doctest.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dummy_threading.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_encoded_words.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_header_value_parser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_parseaddr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_policybase.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/architecture.rst
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/base64mime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/charset.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/contentmanager.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/encoders.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/errors.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/feedparser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/generator.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/header.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/headerregistry.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/iterators.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/message.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/application.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/audio.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/base.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/image.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/message.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/multipart.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/nonmultipart.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/text.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/parser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/policy.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/quoprimime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/utils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/aliases.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ascii.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/base64_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5hkscs.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/bz2_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/charmap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp037.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1006.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1026.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1125.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1140.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1250.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1251.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1252.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1253.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1254.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1255.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1256.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1257.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1258.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp273.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp424.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp437.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp500.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp65001.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp720.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp737.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp775.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp850.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp852.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp855.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp856.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp857.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp858.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp860.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp861.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp862.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp863.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp864.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp865.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp866.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp869.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp874.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp875.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp932.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp949.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp950.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jis_2004.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jisx0213.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_kr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb18030.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb2312.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gbk.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hex_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hp_roman8.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hz.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/idna.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_1.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2004.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_3.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_ext.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_kr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_1.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_10.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_11.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_13.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_14.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_15.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_16.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_3.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_4.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_5.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_6.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_7.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_8.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_9.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/johab.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_r.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_t.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_u.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/kz1048.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/latin_1.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_arabic.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_centeuro.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_croatian.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_cyrillic.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_farsi.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_greek.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_iceland.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_latin2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_roman.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_romanian.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_turkish.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mbcs.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/oem.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/palmos.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ptcp154.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/punycode.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/quopri_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/raw_unicode_escape.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/rot_13.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis_2004.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jisx0213.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/tis_620.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/undefined.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_escape.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_internal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_be.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_le.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_be.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_le.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_7.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8_sig.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/uu_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/zlib_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_uninstall.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/enum.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/filecmp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fileinput.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fnmatch.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/formatter.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fractions.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ftplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/functools.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/genericpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getopt.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getpass.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gettext.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/glob.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gzip.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hashlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/heapq.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hmac.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/entities.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/parser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/client.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookiejar.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookies.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/server.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imaplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imghdr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap_external.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/machinery.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/resources.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/inspect.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/io.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ipaddress.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/decoder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/encoder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/scanner.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/tool.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/keyword.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_asyncio.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bisect.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_blake2.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bz2.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_cn.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_hk.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_iso2022.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_jp.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_kr.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_tw.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_contextvars.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_crypt.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_csv.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes_test.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_datetime.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_dbm.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_decimal.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_hashlib.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_heapq.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_json.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lsprof.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lzma.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_md5.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multibytecodec.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multiprocessing.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_opcode.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_pickle.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_posixsubprocess.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_queue.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_random.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha1.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha256.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha3.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha512.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_socket.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ssl.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_struct.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testbuffer.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testcapi.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testimportmultiple.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testmultiphase.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_uuid.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_xxtestfuzz.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/array.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/audioop.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/binascii.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/cmath.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/fcntl.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/grp.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/math.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/mmap.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/nis.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/parser.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/pyexpat.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/resource.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/select.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/syslog.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/termios.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/unicodedata.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/zlib.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/linecache.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/locale.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/config.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/handlers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lzma.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/macpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailbox.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailcap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mimetypes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/modulefinder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/connection.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/context.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/connection.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/forkserver.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/heap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/managers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/pool.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_fork.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_forkserver.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_posix.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_win32.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/process.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/queues.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/reduction.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/resource_sharer.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/semaphore_tracker.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/sharedctypes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/spawn.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/synchronize.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/netrc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nntplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ntpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nturl2path.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/numbers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/opcode.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/operator.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/optparse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/os.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pathlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pdb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickle.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickletools.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pipes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pkgutil.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/platform.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plistlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/poplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/posixpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pprint.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/profile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pstats.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pty.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/py_compile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pyclbr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/_pydoc.css
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/topics.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/queue.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/quopri.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/random.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/re.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/reprlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/rlcompleter.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/runpy.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sched.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/secrets.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/selectors.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shelve.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shlex.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shutil.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/signal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtpd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sndhdr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socket.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socketserver.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dbapi2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dump.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_compile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_constants.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_parse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ssl.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/statistics.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/string.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stringprep.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/struct.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/subprocess.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sunau.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symbol.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symtable.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sysconfig.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tabnanny.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tarfile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/telnetlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tempfile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/textwrap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/this.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/threading.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/timeit.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/token.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tokenize.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/trace.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/traceback.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tracemalloc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tty.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/types.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/typing.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/case.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/loader.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/main.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/mock.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/result.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/runner.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/signals.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/suite.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/error.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/parse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/request.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/response.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/robotparser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uu.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uuid.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/common/activate
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/warnings.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wave.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/weakref.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/webbrowser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/handlers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/headers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/simple_server.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/validate.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xdrlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/NodeFilter.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/domreg.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/expatbuilder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minicompat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minidom.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/pulldom.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/xmlbuilder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementInclude.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementPath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementTree.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/cElementTree.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/expat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/_exceptions.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/expatreader.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/handler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/saxutils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/xmlreader.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/client.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/server.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipapp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipfile.py
 share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/__init__.py
 share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/add_light_template.py
 share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/add_mesh_aggregate.py
@@ -2211,4 +1543,3 @@ share/blender/copyright.txt
 share/blender/jemalloc-license.txt
 share/blender/ocio-license.txt
 share/blender/readme.html
-@pkgdir share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site-packages



Home | Main Index | Thread Index | Old Index