From owner-freebsd-ports-bugs@freebsd.org Fri Jun 9 05:08:42 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 546BFB941A7 for ; Fri, 9 Jun 2017 05:08:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4130E7E8A4 for ; Fri, 9 Jun 2017 05:08:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5958gZx008490 for ; Fri, 9 Jun 2017 05:08:42 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Fri, 09 Jun 2017 05:08:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 05:08:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219609 --- Comment #10 from Kubilay Kocak --- (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.=