summaryrefslogtreecommitdiff
path: root/lang/python/distutils.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28Let print-PLIST generate python version agnostic PYVERSSUFFIX in filenames.richard1-1/+3
This is somewhat related to the recent PLIST_SUBST commit. Ok'd by wiz@
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-2/+2
Remove now unnecessary overrides in various packages.
2012-04-23revive ${EGG_FILE} handling in print-PLIST, accidently(?) removed atobache1-1/+3
killing ${PLIST.eggfile}
2012-04-08Update comment.wiz1-3/+2
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-8/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08All supported python version in pkgsrc set PYDISTUTILS_CREATES_EGGFILESwiz1-7/+1
to "yes", so remove variable and code for "no".
2011-02-13change to match de-expanded ${PYSITELIB} in PRINT_PLIST_AWK.obache1-4/+3
2010-07-24Add support for packaging python "distributions" that use distutils.gdt1-0/+44
Suppport conditional PLIST inclusion of the expected egg file, because python2.4 distutils does not create them but later versions do. (Note that PRINT_PLIST_AWK production is not working, probably due to order of substitution.) Earlier patch reviewed by wiz@.