pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-blosxom pyblosxom 1.5 requires Python 2.[5..7]



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eddceff8489d
branches:  trunk
changeset: 598551:eddceff8489d
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Jan 26 19:52:57 2012 +0000

description:
pyblosxom 1.5 requires Python 2.[5..7]

diffstat:

 www/py-blosxom/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c80a421eb615 -r eddceff8489d www/py-blosxom/Makefile
--- a/www/py-blosxom/Makefile   Thu Jan 26 19:50:32 2012 +0000
+++ b/www/py-blosxom/Makefile   Thu Jan 26 19:52:57 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/01/12 12:23:58 hauke Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/26 19:52:57 hauke Exp $
 #
 
 PYBLOXSOMVERS= 1.5.2
@@ -15,6 +15,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PYTHON_VERSIONS_ACCEPTED=      27 26 25
+
 DIST_SUBDIR=   ${DISTNAME}     # upstream reissued tarball with no changes
 DOC_SUBDIR=     share/doc/pyblosxom
 DOCDIR=         ${PREFIX}/${DOC_SUBDIR}



Home | Main Index | Thread Index | Old Index