pkgsrc/time/py-trytond-calendar-classification/Makefile
wiz 3fbe685807 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.
2020-03-13 20:20:48 +00:00

21 lines
783 B
Makefile

# $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
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tryton.org/
COMMENT= Calendar classification module of Tryton's application platform
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.0:../../textproc/py-vobject
DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
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"