From 49a73fdd07b8e80afb7cb0da0873ada7d308fce1 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 29 Mar 2021 07:38:52 +0000 Subject: pysolfc: force use of python 3.7 workaround until PR pkg/56069 can be fixed properly --- games/pysolfc/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index d35bae14fbc..6083b7aea01 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2021/03/10 18:49:07 adam Exp $ +# $NetBSD: Makefile,v 1.34 2021/03/29 07:38:52 nia Exp $ DISTNAME= PySolFC-2.6.4 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/} EXTRACT_SUFX= .tar.xz @@ -36,6 +36,10 @@ PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} EGG_NAME= ${DISTNAME} +# PR pkg/56069 +# Depends on 'time.clock', which was removed in Python 3.8 +PYTHON_VERSIONS_ACCEPTED= 37 + post-install: ${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6 -- cgit v1.2.3