summaryrefslogtreecommitdiff
path: root/finance/py-trytond-account/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-trytond-account/Makefile')
-rw-r--r--finance/py-trytond-account/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile
new file mode 100644
index 00000000000..04b29ee125c
--- /dev/null
+++ b/finance/py-trytond-account/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2014/02/01 19:14:22 rodent Exp $
+
+DISTNAME= trytond_account-3.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
+CATEGORIES= finance python
+MASTER_SITES= http://downloads.tryton.org/3.0/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.tryton.org/
+COMMENT= Account module of the Tryton application platform
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
+DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company
+DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
+DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency
+DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
+PYTHON_VERSIONED_DEPENDENCIES= dateutil
+
+REPLACE_PYTHON+= tests/test_account.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"