From owner-freebsd-python@freebsd.org Wed Mar 2 09:55:37 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0319AAC0310 for ; Wed, 2 Mar 2016 09:55:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DB3B51D80 for ; Wed, 2 Mar 2016 09:55:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D92CDAC030F; Wed, 2 Mar 2016 09:55:36 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C3BAC030E for ; Wed, 2 Mar 2016 09:55:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB98B1D7F for ; Wed, 2 Mar 2016 09:55:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u229tavp095679 for ; Wed, 2 Mar 2016 09:55:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 205565] devel/py-setuptools27: failure to recognize entry_points Date: Wed, 02 Mar 2016 09:55:36 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: FreeBSD@ShaneWare.Biz X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 09:55:37 -0000 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.=