Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/bg5pdf Supports only Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cb80325aef4
branches:  trunk
changeset: 428862:5cb80325aef4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 12 19:39:55 2020 +0000

description:
Supports only Python 2.7

diffstat:

 print/bg5pdf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r de822a6af120 -r 5cb80325aef4 print/bg5pdf/Makefile
--- a/print/bg5pdf/Makefile     Sun Apr 12 19:39:11 2020 +0000
+++ b/print/bg5pdf/Makefile     Sun Apr 12 19:39:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/11/04 19:57:58 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/12 19:39:55 joerg Exp $
 
 DISTNAME=      bg5pdf-1.0.0
 PKGREVISION=   17
@@ -18,6 +18,8 @@
 NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 WRKSRC=                ${WRKDIR}/bg5pdf
 PY_PATCHPLIST= yes
 REPLACE_PYTHON=        bg5pdf



Home | Main Index | Thread Index | Old Index