pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-feedparser Accept Python 2.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e85787da1bbb
branches: trunk
changeset: 488277:e85787da1bbb
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Jan 27 03:46:30 2005 +0000
description:
Accept Python 2.4.
diffstat:
textproc/py-feedparser/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 98ea7eba9a75 -r e85787da1bbb textproc/py-feedparser/Makefile
--- a/textproc/py-feedparser/Makefile Wed Jan 26 23:52:12 2005 +0000
+++ b/textproc/py-feedparser/Makefile Thu Jan 27 03:46:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:49 recht Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/27 03:46:30 schmonz Exp $
#
DISTNAME= feedparser-3.3
@@ -15,7 +15,7 @@
USE_BUILDLINK3= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED?= 23 22 21
+PYTHON_VERSIONS_ACCEPTED?= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index