[Bug 205565] devel/py-setuptools27: failure to recognize entry_points

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 2 09:55:37 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205565

FreeBSD at ShaneWare.Biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|Open                        |Closed

--- Comment #9 from FreeBSD at ShaneWare.Biz ---
Well listing py33 site-packages made it pretty clear as I only have that
installed for testing

% ls -la /usr/local/lib/python3.3/site-packages
total 130
drwxr-xr-x  11 root  wheel   15 28 Dec 16:16 .
drwxr-xr-x  41 root  wheel  198 28 Dec 16:07 ..
-rw-r--r--   1 root  wheel  119 23 Dec 20:16 README
drwxr-xr-x   2 root  wheel    4 28 Dec 16:16 __pycache__
drwxr-xr-x   3 root  wheel    5 28 Dec 16:16 _markerlib
-rw-r--r--   1 root  wheel  185 28 Dec 03:31 easy-install.pth
-rw-r--r--   1 root  wheel  185 28 Dec 03:31 easy-install.pth.dist
-rw-r--r--   1 root  wheel  126 28 Nov 14:13 easy_install.py
drwxr-xr-x   5 root  wheel    5  8 Feb  2015 numpy
drwxr-xr-x   2 root  wheel    2  4 Dec  2014 numpy-1.8.1-py3.3.egg-info
drwxr-xr-x   2 root  wheel    2  5 Oct  2014 numpy-1.9.0rc1-py3.3.egg-info
drwxr-xr-x   4 root  wheel    5 28 Dec 16:16 pkg_resources
drwxr-xr-x   4 root  wheel   25 28 Dec 16:16 setuptools
drwxr-xr-x   2 root  wheel    9 28 Dec 16:16 setuptools-18.7-py3.3.egg-info
drwxr-xr-x   2 root  wheel    2 17 Oct  2014 setuptools-5.4.1-py3.3.egg-info

% pkg info -ox py33
py33-setuptools33-18.7         devel/py-setuptools33
py33-sqlite3-3.3.5_7           databases/py-sqlite3
py33-tkinter-3.3.5_6           x11-toolkits/py-tkinter

% pkg info -ox numpy
py27-numpy-1.10.1,1            math/py-numpy
py34-numpy-1.10.1,1            math/py-numpy
py35-numpy-1.10.1,1            math/py-numpy

Seems I got some old directories left behind in Oct 2014, while empty they
cause the issue. Deleting the old egg entries for setuptools 5.4 fixes the
issues - both entry_points and using PYDISTUTILS_INSTALLNOSINGLE - some thing
for 2.7 and 3.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-python mailing list