1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Kubilay Kocak 9d9c7ce4ef 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>
2014-07-16 13:16:17 +00:00
accessibility
arabic
archivers - Update to 5.10 2014-07-16 09:20:29 +00:00
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases
deskutils
devel Remove stray Latin-1 character to fix build with Erlang 17. 2014-07-16 12:26:39 +00:00
dns
editors
emulators
finance
french
ftp
games
german
graphics
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang
mail
math math/py-numpy: Use INSTALLS_EGGINFO, fixes pkg_resources detection 2014-07-16 13:16:17 +00:00
misc Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
Mk
multimedia Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
net Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
net-im Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
net-mgmt Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
net-p2p Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
news Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
palm Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
polish Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
ports-mgmt Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
portuguese
print Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
russian
science Update to versiob 0.15.0 2014-07-16 11:53:12 +00:00
security Update to 2.0.2 2014-07-16 11:07:25 +00:00
shells
sysutils Switch from USE_BZIP2=yes to USES=tar:bzip2. 2014-07-16 11:50:13 +00:00
Templates
textproc Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
Tools
ukrainian
vietnamese
www Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
x11 Fix some non default LIB_DEPENDS 2014-07-16 08:44:04 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.