diff options
author | gdt <gdt@pkgsrc.org> | 2010-07-23 22:44:46 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-07-23 22:44:46 +0000 |
commit | 3dbb20d25f955e0657f766aad04ad417ce7369f7 (patch) | |
tree | fcd34fc636991f148dd6c17f1831ddab60bf116a /lang/python | |
parent | 986ea4ca8b6f74f11fde718c93b14a5369bbda68 (diff) | |
download | pkgsrc-3dbb20d25f955e0657f766aad04ad417ce7369f7.tar.gz |
Clarify that this mk fragment is only for python distributions that
use setuptools.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/egg.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk index 823ca471fd6..e82415a7f22 100644 --- a/lang/python/egg.mk +++ b/lang/python/egg.mk @@ -1,9 +1,13 @@ -# $NetBSD: egg.mk,v 1.10 2009/11/03 20:20:05 joerg Exp $ +# $NetBSD: egg.mk,v 1.11 2010/07/23 22:44:46 gdt Exp $ # # Common logic to handle Python Eggs # .include "../../mk/bsd.fast.prefs.mk" +# This file should be included to package python "distributions" which +# use setuptools to create an egg. The presence of egg-info in a +# package does not indicate that the package is an egg. + EGG_NAME?= ${DISTNAME} PYDISTUTILSPKG= yes |