2020-01-19 00:30:43 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:58 rillig Exp $
|
2015-08-24 16:49:41 +02:00
|
|
|
TRYTON_MODULE_NAME= trytond_sale
|
|
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
|
|
CATEGORIES= finance python
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-01-19 00:30:43 +01:00
|
|
|
HOMEPAGE= https://www.tryton.org/
|
2015-08-24 16:49:41 +02:00
|
|
|
COMMENT= Sale module of the Tryton application platform
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
|
2016-12-04 22:12:58 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-company>=${TRYTON_BASEVER}:../../misc/py-trytond-company
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-stock>=${TRYTON_BASEVER}:../../misc/py-trytond-stock
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice-stock>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice-stock
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-account-product>=${TRYTON_BASEVER}:../../finance/py-trytond-account-product
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-currency>=${TRYTON_BASEVER}:../../finance/py-trytond-currency
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
|
2015-08-24 16:49:41 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
REPLACE_PYTHON+= tests/test_sale.py
|
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|