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:           Fri Dec 24 15:03:13 UTC 2021

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

Log Message:
py-tryton-platform: mark as not for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.12
--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.11   Tue Dec  8 10:56:13 2020
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile        Fri Dec 24 15:03:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/12/08 10:56:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2021/12/24 15:03:12 wiz Exp $
 #
 DISTNAME=      # empty
 PKGNAME=       ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -14,7 +14,7 @@ COMMENT=      Install complete tryton client/
 
 META_PACKAGE=  yes
 
-PYTHON_VERSIONS_ACCEPTED=      27 # some dependencies only for python-2.7 as of 20200313
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
 
@@ -128,6 +128,4 @@ DEPENDS+=   ${PYPKGPREFIX}-trytond-timeshe
 DEPENDS+=      ${PYPKGPREFIX}-trytond-web-user>=${TRYTON_BASEVER}:../../www/py-trytond-web-user
 DEPENDS+=      ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav
 
-PYTHON_VERSIONS_ACCEPTED=      27 # py-simplesoap via py-stdnum and py-trytond-bank
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index