Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 00:51:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k
Message-ID:  <bug-191865-13-BZkJ5mTGIn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191865-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191865-13@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 #12 from John W. O'Brien <john@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191865-13-BZkJ5mTGIn>