summaryrefslogtreecommitdiff
path: root/lang/python/egg.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19Add untested entries for python26.wiz1-2/+2
2009-02-17Use bsd.fast.prefs.mk.joerg1-2/+2
2009-02-17Require setuptools 0.6c9 to get consistent native_libs.txt behavior.joerg1-3/+3
No recursive bump as packages either have been broken or are working correctly with older versions. While here, fix the Python version comment.
2008-09-12Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages thatepg1-1/+3
set it to ${DISTNAME}.
2008-09-10Add PRINT_PLIST_AWK code.epg1-1/+5
2008-04-26Python 2.5 should support eggs as well.joerg1-2/+2
2007-08-10Explicitly specify --root=/ for the non-DESTDIR case so that setuptoolsjoerg1-1/+4
shuts up. Fixes PR 36758.
2007-08-09EGGNAME -> EGG_NAME for consistency.joerg1-3/+3
2007-08-09Add some basic infrastructure to manage Python eggs in pkgsrc.joerg1-0/+21
We use the flat installation mode (e.g. no multiple versions by default) by default. That avoids having to run DEINSTALL/INSTALL scripts and allows DESTDIR installation.