Date: Wed, 16 Jul 2014 13:17:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it Message-ID: <bug-191865-17421-r5p8ZPfKT2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191865-17421@https.bugs.freebsd.org/bugzilla/> References: <bug-191865-17421@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=191865 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: koobs Date: Wed Jul 16 13:16:18 UTC 2014 New revision: 362060 URL: http://svnweb.freebsd.org/changeset/ports/362060 Log: math/py-numpy: Use INSTALLS_EGGINFO, fixes pkg_resources detection Python packages installs .egg-info metadata directories when --single-version-externally managed is specified, as the Python ports framework does currently for all ports when USE_PYDISTUTILS is defined. In this case the py-numpy port does *not* currently define PYDISTUTILS_AUTOPLIST nor INSTALLS_EGGINFO, which precludes the contents of the add-plist-egginfo: target from being executed. This results in an .egg-info metadata directory being built, and staged, but not installed. Correctly specify INSTALLS_EGGINFO to compensate. Additionally add an "Open" Goal Wiki entry [1] to look at automatically detecting the presence of .egg-info metadata directories, since all ports leveraging USE_PYDISTUTILS also use the --record mechanism for generating installed file lists, and potentially deprecating INSTALLS_EGGINFO and related variables. [1] https://wiki.freebsd.org/Python#Goals PR: 191865 Submitted by: John W. O'Brien <john at saltant dot com> Changes: head/math/py-numpy/Makefile -- You are receiving this mail because: 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-191865-17421-r5p8ZPfKT2>