pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/blender blender: build with WITH_PYTHON_INSTA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/168d24b137aa
branches:  trunk
changeset: 322800:168d24b137aa
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 28 11:56:00 2019 +0000

description:
blender: build with WITH_PYTHON_INSTALL=OFF

also actually get it to use the external openjpeg.

diffstat:

 graphics/blender/Makefile     |   22 +-
 graphics/blender/PLIST        |  671 +-----------------------------------------
 graphics/blender/PLIST.Linux  |   14 -
 graphics/blender/PLIST.NetBSD |    2 -
 4 files changed, 5 insertions(+), 704 deletions(-)

diffs (truncated from 776 to 300 lines):

diff -r be3ef75af1ed -r 168d24b137aa graphics/blender/Makefile
--- a/graphics/blender/Makefile Sun Apr 28 11:55:45 2019 +0000
+++ b/graphics/blender/Makefile Sun Apr 28 11:56:00 2019 +0000
@@ -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_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 @@
 
 .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=netbsd6
 .endif
 
-PLIST_VARS+=   py34 py35 py36 py37
-
 OBJDIR=                ../build
 CONFIGURE_DIRS=        ${OBJDIR}
 CMAKE_ARG_PATH=        ../${DISTNAME}
@@ -103,14 +99,4 @@
 
 .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"
diff -r be3ef75af1ed -r 168d24b137aa graphics/blender/PLIST
--- a/graphics/blender/PLIST    Sun Apr 28 11:55:45 2019 +0000
+++ b/graphics/blender/PLIST    Sun Apr 28 11:56:00 2019 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index