pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/py-tryton-platform py-tryton-platform: mark ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/702b39b9724e
branches: trunk
changeset: 771729:702b39b9724e
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 24 15:03:12 2021 +0000
description:
py-tryton-platform: mark as not for python 2.x
diffstat:
meta-pkgs/py-tryton-platform/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 3578af8f1fa8 -r 702b39b9724e meta-pkgs/py-tryton-platform/Makefile
--- a/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 14:37:50 2021 +0000
+++ b/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 15:03:12 2021 +0000
@@ -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 @@
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-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