pkgsrc-Users archive

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

Re: blender PLIST




On 28/04/19 12:26 pm, Greg Troxel wrote:
> That looks related to the python version change. 

No, blender has always required python 3.x

I think there are several different things here:

+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_curses.so
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_elementtree.so
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sqlite3.so
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/readline.so

These depend on which python packages you have installed.  eg if you
have pyNN-curses installed then .../lib-dynload/_curses.so will appear
in the PLIST

probably should just add dependencies on each of the packages.



+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}/libpython3.7.a

Don't know what causes the static lib to be built - it doesn't happen
for me.

-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/_bundled/pip-19.0.3-py2.py3-none-any.whl
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl


The version of setuptools and pip installed depends on some (external)
factor that I don't know.

cheers
mark


Home | Main Index | Thread Index | Old Index