Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2016 09:55:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 205565] devel/py-setuptools27: failure to recognize entry_points
Message-ID:  <bug-205565-21822-xj67dKwM6S@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205565-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205565-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205565

FreeBSD@ShaneWare.Biz changed:

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

--- Comment #9 from FreeBSD@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 thi=
ng
for 2.7 and 3.3

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205565-21822-xj67dKwM6S>