Thu Jun 6 01:57:55 2013 UTC ()
The revived rss2email (not yet in pkgsrc) requires Python 3.2 or
higher, and depends on this, so this must work with Python 3.2 or
higher.


(schmonz)
diff -r1.24 -r1.25 pkgsrc/textproc/py-feedparser/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/textproc/py-feedparser/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/py-feedparser/Makefile 2013/01/14 14:03:58 1.24
+++ pkgsrc/textproc/py-feedparser/Makefile 2013/06/06 01:57:55 1.25
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2013/01/14 14:03:58 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2013/06/06 01:57:55 schmonz Exp $
 #
 
 DISTNAME=		feedparser-5.1.3
@@ -12,6 +12,8 @@
 LICENSE=		2-clause-bsd
 
 USE_LANGUAGES=		#none
+
+PYTHON_VERSIONS_INCLUDE_3X=	yes
 
 do-test:
 	cd ${WRKSRC}/feedparser && ${PYTHONBIN} feedparsertest.py