Revision: 26034 http://sourceforge.net/p/gar/code/26034 Author: rthurner Date: 2016-11-13 12:08:12 +0000 (Sun, 13 Nov 2016) Log Message: ----------- trac/trunk: update to trac-1.2, switch over to python-2.7 like done in mercurial package.
Modified Paths: -------------- csw/mgar/pkg/trac/trunk/Makefile Modified: csw/mgar/pkg/trac/trunk/Makefile =================================================================== --- csw/mgar/pkg/trac/trunk/Makefile 2016-11-13 11:53:43 UTC (rev 26033) +++ csw/mgar/pkg/trac/trunk/Makefile 2016-11-13 12:08:12 UTC (rev 26034) @@ -19,8 +19,15 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = (\d+(?:\.\d+)*).tar.gz +# We can just build for Python 2.7 as this is an application +MODULATIONS_PYTHON_VERSION = 2_7 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + + PACKAGES = CSWtrac RUNTIME_DEP_PKGS_CSWtrac = CSWpy-setuptools CSWpythonsvn CSWgenshi +# We explicitly need a dependency to the Python 2.7 package as reported in bug #5213 +RUNTIME_DEP_PKGS_CSWmercurial += CSWpython27 ARCHALL_CSWtrac = 1 CATALOGNAME_CSWtrac = trac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.