diff options
author | rodent <rodent@pkgsrc.org> | 2016-12-04 21:12:58 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2016-12-04 21:12:58 +0000 |
commit | 517b485d38759e5f59ec75e7263448b5cbc66b88 (patch) | |
tree | bcb13945f8b7330e505f9ecf29d976b9e1948bb3 /finance/py-trytond-account/Makefile | |
parent | 7cb907836741d7d8613a07fbf044826b68952956 (diff) | |
download | pkgsrc-517b485d38759e5f59ec75e7263448b5cbc66b88.tar.gz |
It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:
http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
Diffstat (limited to 'finance/py-trytond-account/Makefile')
-rw-r--r-- | finance/py-trytond-account/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile index dfd8a37ba81..d66ea38ad97 100644 --- a/finance/py-trytond-account/Makefile +++ b/finance/py-trytond-account/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/08/24 14:49:41 richard Exp $ +# $NetBSD: Makefile,v 1.9 2016/12/04 21:12:59 rodent Exp $ TRYTON_MODULE_NAME= trytond_account .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python @@ -9,10 +9,11 @@ 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 +DEPENDS+= ${PYPKGPREFIX}-simpleeval-[0-9]*:../../math/py-simpleeval +DEPENDS+= ${PYPKGPREFIX}-trytond-company>=${TRYTON_BASEVER}:../../misc/py-trytond-company +DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party +DEPENDS+= ${PYPKGPREFIX}-trytond-currency>=${TRYTON_BASEVER}:../../finance/py-trytond-currency +DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond USE_LANGUAGES= # none |