Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/pfe pfe: This is not ported to Python 3.x yet



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a40cc57af4
branches:  trunk
changeset: 434299:23a40cc57af4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jun 14 10:32:04 2020 +0000

description:
pfe: This is not ported to Python 3.x yet

diffstat:

 lang/pfe/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d61e0398d615 -r 23a40cc57af4 lang/pfe/Makefile
--- a/lang/pfe/Makefile Sun Jun 14 10:21:23 2020 +0000
+++ b/lang/pfe/Makefile Sun Jun 14 10:32:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/03/20 11:57:56 nia Exp $
+# $NetBSD: Makefile,v 1.22 2020/06/14 10:32:04 ryoon Exp $
 
 DISTNAME=      pfe-0.33.71
 PKGREVISION=   13
@@ -16,6 +16,8 @@
 USE_TOOLS+=    perl pkg-config
 MAKE_ENV+=     SHELL=${CONFIG_SHELL}
 
+PYTHON_VERSIONS_ACCEPTED=      27 # not yet as of 0.33.71
+
 MAKE_JOBS_SAFE=        no
 BUILD_TARGET=  all mans docs
 INSTALL_TARGET=        install install-mans install-docs



Home | Main Index | Thread Index | Old Index