pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/py-tryton-platform



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 20:42:49 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/py-tryton-platform: Makefile

Log Message:
py-tryton-platform: not for Python 3.7 and 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/meta-pkgs/py-tryton-platform/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/py-tryton-platform/Makefile
diff -u pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.18 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.19
--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.18   Fri Dec 24 16:10:39 2021
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile        Mon Jul  3 20:42:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/12/24 16:10:39 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/03 20:42:49 wiz Exp $
 #
 DISTNAME=      # empty
 PKGNAME=       ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -14,7 +14,7 @@ COMMENT=      Install complete tryton client/
 
 META_PACKAGE=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
 .include "../../lang/python/pyversion.mk"
 



Home | Main Index | Thread Index | Old Index