Date: Sat, 29 Aug 2015 14:19:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202577] graphics/opencolorio: force to use Python 2.x Message-ID: <bug-202577-13-sCi0VCwI3i@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202577-13@https.bugs.freebsd.org/bugzilla/> References: <bug-202577-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202577 --- Comment #1 from FreeBSD@ShaneWare.Biz --- While limiting to python 2 is valid, removing python from BUILD_DEPENDS would also need use of shebangfix The build issues existing in 1.0.9 release have been fixed for a while and I don't expect a new release anytime soon, so I got around to updating graphics/opencolorio to a commit in master. This update creates a new port for the python bindings to allow multiple installs, ocio 1.0.9 also includes support for python 3.3+ For commit message -- Update graphics/opencolorio to commit a557a85454 on the master branch. This is the 1.0.9 release plus some fixes needed to resolve some build issues. Add new port graphics/py-opencolorio to allow concurrent python module installs. Python 2.7 and 3.3+ is supported. py3.2 fails graphics/opencolorio uses python2 to generate documentation, using python3 fails to find the python module in the build dir, as this only relates to generating the docs we can limit the master port to py2.7 while there is no issue with py-opencolorio using python 2.7 or 3.3+ -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202577-13-sCi0VCwI3i>