pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/pysolfc



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 29 07:38:52 UTC 2021

Modified Files:
        pkgsrc/games/pysolfc: Makefile

Log Message:
pysolfc: force use of python 3.7

workaround until PR pkg/56069 can be fixed properly


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/pysolfc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/pysolfc/Makefile
diff -u pkgsrc/games/pysolfc/Makefile:1.33 pkgsrc/games/pysolfc/Makefile:1.34
--- pkgsrc/games/pysolfc/Makefile:1.33  Wed Mar 10 18:49:07 2021
+++ pkgsrc/games/pysolfc/Makefile       Mon Mar 29 07:38:52 2021
@@ -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=${PYVERSSUFFI
 
 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