summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-07-23 22:44:46 +0000
committergdt <gdt@pkgsrc.org>2010-07-23 22:44:46 +0000
commit1236d2b00e0bfffab795c9a84694318cfe9d4e9e (patch)
treefcd34fc636991f148dd6c17f1831ddab60bf116a /lang/python
parent25d9f55cfed288ee13db55c056fcbc770ec44a5d (diff)
downloadpkgsrc-1236d2b00e0bfffab795c9a84694318cfe9d4e9e.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.mk6
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