Date: Fri, 09 Jun 2017 05:08:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219609] [NEW PORT] science/tensorflow: Computation using data flow graphs for scalable machine learning Message-ID: <bug-219609-13-HqQqQToQXl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219609-13@https.bugs.freebsd.org/bugzilla/> References: <bug-219609-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=3D219609 --- Comment #10 from Kubilay Kocak <koobs@FreeBSD.org> --- (In reply to Jov from comment #9) Software packages should be PEP-394 [1] compatible in terms of how they inv= oke Python. Additionally, for Python package/software ports in FreeBSD, they should inv= oke a specific Python version (pythonX.Y, see variable PYTHON_CMD) and be as PEP-394 compliant as possible. Both of the above apply at build-time and run-time. Where `python` points (= or if it is present at all) can change at any time at the discretion of the us= er. That aside, if and when present, can only happen to point to a 'default' version of Python, which has no necessary correlation with what Python environment version the software has been installed in.=20 For files/scripts, maintainers may use USES=3Dshebangfix [2] and SHEBANG_FI= LES to correct shebang lines=20 [1] https://www.python.org/dev/peps/pep-0394/ [2] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.htm= l#uses-shebangfix --=20 You are receiving this mail because: 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-219609-13-HqQqQToQXl>