From owner-freebsd-python@freebsd.org Sat Sep 26 16:16:23 2015 Return-Path: Delivered-To: freebsd-python@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 8667AA08622 for ; Sat, 26 Sep 2015 16:16:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 67FF5177 for ; Sat, 26 Sep 2015 16:16:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 650F2A08620; Sat, 26 Sep 2015 16:16:23 +0000 (UTC) Delivered-To: python@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 64A4FA0861E for ; Sat, 26 Sep 2015 16:16:23 +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 36721175 for ; Sat, 26 Sep 2015 16:16:23 +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 t8QGGN2C087501 for ; Sat, 26 Sep 2015 16:16:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 186316] [NEW PORT] devel/spyder: Scientific PYthon Development EnviRonment Date: Sat, 26 Sep 2015 16:16:23 +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: patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 16:16:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150359|0 |1 is obsolete| | Attachment #150360|0 |1 is obsolete| | Attachment #150395|0 |1 is obsolete| | Attachment #154833|0 |1 is obsolete| | --- Comment #51 from lightside --- Created attachment 161438 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161438&action=edit The port in shar format (v2.3.6) Updated to 2.3.6 release version: https://github.com/spyder-ide/spyder/releases/tag/v2.3.6 - Corrected USE_GITHUB usage - Replaced "PYDISTUTILS_INSTALLNOSINGLE" deprecated define with "MAKE_ENV=USE_SETUPTOOLS=1" - Corrected some descriptions for options, according to "Optional Dependencies" dialog - Added new "JEDI" option to "OPTIONAL" group To Rod Person: Thanks, for bringing this PR to my attention again. I resolved issue with PYDISTUTILS_INSTALLNOSINGLE define after reading setup.py file, where there was a need to activate with_setuptools variable with using USE_SETUPTOOLS environment define. -- You are receiving this mail because: You are the assignee for the bug.