Subject: CVS commit: pkgsrc/lang/python
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2007 13:24:12
Module Name: pkgsrc
Committed By: joerg
Date: Thu Aug 9 13:24:12 UTC 2007
Modified Files:
pkgsrc/lang/python: extension.mk
Added Files:
pkgsrc/lang/python: egg.mk
Log Message:
Add some basic infrastructure to manage Python eggs in pkgsrc.
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.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/lang/python/egg.mk
cvs rdiff -r1.15 -r1.16 pkgsrc/lang/python/extension.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.