summaryrefslogtreecommitdiff
path: root/time/py-trytond-calendar-classification
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-13 20:20:48 +0000
committerwiz <wiz@pkgsrc.org>2020-03-13 20:20:48 +0000
commit5b566f7d29baf4ddb8e804ce542c827cf80f1d8c (patch)
tree2a960e1428075166fda84b4c9022897b0b9bfc58 /time/py-trytond-calendar-classification
parent19a7f12cb9608df26bf807029ebef37ada3c543d (diff)
downloadpkgsrc-5b566f7d29baf4ddb8e804ce542c827cf80f1d8c.tar.gz
py-tryton*: put python-2.7 restriction only in those packages where it belongs
(and the meta package) Fix PLIST for py-trytond for all python versions.
Diffstat (limited to 'time/py-trytond-calendar-classification')
-rw-r--r--time/py-trytond-calendar-classification/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/py-trytond-calendar-classification/Makefile b/time/py-trytond-calendar-classification/Makefile
index 62eec9bdb2e..15f84ab8275 100644
--- a/time/py-trytond-calendar-classification/Makefile
+++ b/time/py-trytond-calendar-classification/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:38 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/13 20:20:49 wiz Exp $
TRYTON_MODULE_NAME= trytond_calendar_classification
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= python time
@@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
+PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav via py-trytond-calendar
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"