f8e58e89eb
Proteus is a library to access Tryton's models like a client.
26 lines
840 B
Makefile
26 lines
840 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/03/15 00:21:45 rodent Exp $
|
|
TRYTON_MODULE_NAME= proteus
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
CATEGORIES= devel python
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tryton.org/
|
|
COMMENT= Library to access Tryton's models like a client
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= dateutil
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "options.mk"
|
|
|
|
REPLACE_PYTHON+= tests/test_wizard.py tests/test_report.py tests/test_model.py tests/test_context.py
|
|
REPLACE_PYTHON+= tests/test_config.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|