From owner-freebsd-ports@FreeBSD.ORG Thu Dec 19 07:32:27 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E81A82; Thu, 19 Dec 2013 07:32:27 +0000 (UTC) Received: from mail-pb0-x234.google.com (mail-pb0-x234.google.com [IPv6:2607:f8b0:400e:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 072ED13D1; Thu, 19 Dec 2013 07:32:27 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id uo5so792361pbc.11 for ; Wed, 18 Dec 2013 23:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XQ3QqkAr7diuN2kDpG6507gDnkp5XrED0lkFy2BeMCY=; b=vtIxcWrdYBOIS9VNEjA+UrZaX4ALqH4gZrav5C1LPkmkHZ5LErWPR4sibu251LA5gN /zO9RBVTMsba1nl1z19jjrSX7UzynuT8bAODg6CYuyuyNSR/y6Oe/iVoiaLZX95LEqNg JaBjX9MIErt3g+UxU+5sekj+tZPEEoqk3eFj95lfiWg+vjonYJP6QRX3NurHCa+hjteW PuSJPFq9LYc8qih/wk1a5gp4BOJcEpUDu+6umUIl3unyWawiLz0S/LO7WgPXVq07VHTL K5SQ3TBrDDnM0eCTYNDVD/R/vcqrk45FlqQM/02CqR/1zBo/Kd08aI2Q3NEuIZXFk8P5 buLQ== X-Received: by 10.68.179.35 with SMTP id dd3mr7265pbc.138.1387438346407; Wed, 18 Dec 2013 23:32:26 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id gv10sm5029294pbd.0.2013.12.18.23.32.23 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Dec 2013 23:32:25 -0800 (PST) Message-ID: <52B2A101.3050609@FreeBSD.org> Date: Thu, 19 Dec 2013 18:32:17 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Thunderbird/26.0 MIME-Version: 1.0 To: Marcus von Appen , William Grzybowski Subject: Re: [HEADS UP] lang/python removed as implicit port dependency References: <20131218172613.GA1419@medusa.sysfault.org> In-Reply-To: <20131218172613.GA1419@medusa.sysfault.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports-announce@freebsd.org, freebsd-pkg@freebsd.org, freebsd-ports@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 07:32:27 -0000 On 19/12/2013 4:26 AM, Marcus von Appen wrote: > On behalf of the FreeBSD python team, I'd like to announce that the > lang/python port has been removed as an implicit port dependency for > ports using USE_PYTHON, USE_PYTHON_BUILD and USE_PYTHON_RUN in revision > 336850. > > Why? > > The removal is necessary to bring us a step closer to building and > installing ports for multiple python versions at the same time. > > What does that mean for port users? > > If you are using the ports tree to build your own ports from scratch, > propably not much. Chances are high that lang/python was installed > earlier, either as dependency or directly by you. In that case, it is > very unlikely that you will run into any trouble with the change and > hence you should not need to do anything in special. > > What does that mean for pkg users? > > If you are using pkg or are running your own pkg build server > (e.g. via poudriere), it might happen that the one or other port > breaks, since it cannot find the 'python' command or something > else, which is installed by lang/python. > > We tried our best to keep the breakage as low as possible, but with > more than 24000 ports to test and endless OPTION combinations, this is > an impossible task. Please accept our apologies for your inconvenience > and let us know about that misbehaviour by submitting a PR. > > If you are not a port maintainer, committer or developer, you can stop > reading now. > > What about maintainers and port developers? > > Please read the CHANGES. Keep the direct usage of lang/python within > BUILD_ and RUN_DEPENDS as low as possible. Using lang/python as > dependency will complicate package building for different python > versions (due to the PACKAGE_DEPENDS_ONLY knob). Ports should refer to > a specific python version, version range or a version meta port > (lang/python2 or lang/python3) instead. > > USE_PYTHON=yes and friends will only pull in the default python > version now (e.g. lang/python27 or whatever is configured via > DEFAULT_VERSIONS), so test your port thoroughly for (a possibly) > incorrect usage of the 'python' command. > > Cheers > Marcus > I'd just like to let everyone know just how laborious this body of work was, and say that the degree to which it was a success and seamless is a testament to Marcus' commitment and tenacity. Among other Big Hairy Audacious Goal's the Python@ team has kicked in the past two quarters, this and the move to setuptools install led by William (wg@) deserve special recognition. So *thank you* both, on behalf of every FreeBSD/Python user, developer and administrator who is set to benefit from your efforts. Stand out work :) Koobs