[Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 16 00:51:23 UTC 2014


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

--- Comment #12 from John W. O'Brien <john at saltant.com> ---
Created attachment 144707
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144707&action=edit
Patch math/py-numpy to install egg-info directory

>From Mk/bsd.python.mk --
    add-plist-egginfo:
        .if !defined(PYDISTUTILS_NOEGGINFO) && \
        !defined(PYDISTUTILS_AUTOPLIST) && \
        defined(INSTALLS_EGGINFO) && \
        defined(PYTHON_REL)
        # [add .egg-info entries to plist]

math/py-numpy does not use AUTOPLIST, nor does it it inhibit with NOEGGINFO.
Therefore it needs INSTALLS_EGGINFO.

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


More information about the freebsd-ports-bugs mailing list