pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/reposurgeon reposurgeon: Use Python 2.7 to work ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77175eadadc1
branches:  trunk
changeset: 385789:77175eadadc1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Sep 26 16:22:10 2022 +0000

description:
reposurgeon: Use Python 2.7 to work properly

diffstat:

 devel/reposurgeon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6f803ac9260d -r 77175eadadc1 devel/reposurgeon/Makefile
--- a/devel/reposurgeon/Makefile        Mon Sep 26 16:17:10 2022 +0000
+++ b/devel/reposurgeon/Makefile        Mon Sep 26 16:22:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/06/30 11:18:17 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/09/26 16:22:10 ryoon Exp $
 
 DISTNAME=      reposurgeon-3.41
 PKGREVISION=   3
@@ -14,6 +14,8 @@
 BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 USE_TOOLS+=    gmake
 USE_LANGUAGES= # none
 MAKE_FLAGS+=   prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index