pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/zopeedit allow any Python version >=2.2,
details: https://anonhg.NetBSD.org/pkgsrc/rev/e006df9628de
branches: trunk
changeset: 460767:e006df9628de
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Sep 04 09:38:41 2003 +0000
description:
allow any Python version >=2.2,
closes PR pkg/22678 by Min Sik Kim
diffstat:
www/zopeedit/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b0afacb0be75 -r e006df9628de www/zopeedit/Makefile
--- a/www/zopeedit/Makefile Thu Sep 04 09:28:24 2003 +0000
+++ b/www/zopeedit/Makefile Thu Sep 04 09:38:41 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/22 04:14:47 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/04 09:38:41 drochner Exp $
#
DISTNAME= zopeedit-0.7-src
@@ -12,7 +12,7 @@
COMMENT= Helper client application for Zope's ExternalEditor
USE_BUILDLINK2= YES
-PYTHON_VERSIONS_ACCEPTED= 22
+PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth
PYDISTUTILSPKG= yes
post-install:
Home |
Main Index |
Thread Index |
Old Index