Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / devel / py-tryton |
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
# $NetBSD: Makefile,v 1.22 2016/12/04 21:12:59 rodent Exp $ TRYTON_MODULE_NAME= tryton PKGREVISION= 1 .include "../../devel/py-trytond/Makefile.common" CATEGORIES= devel python MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Three-tiers high-level general purpose application platform LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none PYTHON_VERSIONED_DEPENDENCIES= dateutil PYTHON_VERSIONS_INCOMPATIBLE= 34 35 .include "options.mk" DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS.Darwin+= ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app post-install: ${MV} ${DESTDIR}${PREFIX}/bin/tryton \ ${DESTDIR}${PREFIX}/bin/tryton${PYVERSSUFFIX} .include "../../graphics/librsvg/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"