![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / finance / py-trytond-account-statement / Makefile (download)
Revision 1.6, Sun May 1 09:45:42 2022 UTC (19 months ago) by wiz
*: fix usage of versioned_dependencies Remove unused includes, fix dependencies where it's not included. |
# $NetBSD: Makefile,v 1.6 2022/05/01 09:45:42 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_statement PKGREVISION= 1 .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tryton.org/ COMMENT= Account statement module of the Tryton application platform LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-trytond-currency>=${TRYTON_BASEVER}:../../finance/py-trytond-currency DEPENDS+= ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice DEPENDS+= ${PYPKGPREFIX}-trytond-company>=${TRYTON_BASEVER}:../../misc/py-trytond-company DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_account_statement.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"