pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/pysolfc pysolfc: force use of python 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c97c2f60f52e
branches:  trunk
changeset: 449379:c97c2f60f52e
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 29 07:38:52 2021 +0000

description:
pysolfc: force use of python 3.7

workaround until PR pkg/56069 can be fixed properly

diffstat:

 games/pysolfc/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 492e08036091 -r c97c2f60f52e games/pysolfc/Makefile
--- a/games/pysolfc/Makefile    Mon Mar 29 06:45:56 2021 +0000
+++ b/games/pysolfc/Makefile    Mon Mar 29 07:38:52 2021 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index