From owner-freebsd-ports@freebsd.org Wed Sep 12 08:09:14 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03226108AE47 for ; Wed, 12 Sep 2018 08:09:14 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 8665E772BB; Wed, 12 Sep 2018 08:09:13 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 35A91219FE; Wed, 12 Sep 2018 04:09:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 12 Sep 2018 04:09:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=m6mQ2zFsCnz8J/+7wc/1ZzVDppmmr EO+JsexVZLVKWs=; b=WnVjX0SgHpdhOnxgMcGt3cmRuddmWDDDE2n6nn8OPPLQu Hj/hI6iuVyRswIocQg9lbgKn2BQ93bFs96TrP/nnAPumShGRTw/1sNDHHxxdHqf2 uDIR6nODrm6ks9n7xt71l1VzA3CRa9QHtE5lda3ua9xZ+XutdRL1PR80CglrUVgD TngiYZVrL1iGkfuMsR7BmZCfpUYjiV4/qDAFeGSQOlevWtkEpElNliwWJArB6rNV yLqRDx+csIP+MjtTPHHmQqHJAsiSKgNFjnge20fnmMpu4dwdCu/yI2JjSlQDenQq x0+RHSWpiZrYeYEQ3RL70E1Z2tfQgY7QmrrsmWDpQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=m6mQ2z FsCnz8J/+7wc/1ZzVDppmmrEO+JsexVZLVKWs=; b=aXyCwL7lWTsSqzzYNCz5yC bg9V8wjzyfmq0sz65p47Y1zu7VLnhhCvnJpWNDYIr8qO7mZ/wbOsnuqSymiONlac tx0PBkBJrEZNoskALkxasJ8ev4VzXDgr0aEbl9sqghZRS9NAjHfSRZk+F8KUDSzR zkeyr75uapokx5oc4oBQKUvnzSMN7SWaA60BoNVda7mFEXWdGEqiMQqbecbL7grR eJ8sil8a51zsQLwOBZsoJ974clEaCwPA74OBlUMABbIhMhCddl38WSGsSZFKEntw NTgclHGlPybJ1lqyE1oYEeIG2TW4dmlFo7PMU16HbYN1XCAiamXdJ2/3ggu15RZg == X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 4E52CE47C0; Wed, 12 Sep 2018 04:09:09 -0400 (EDT) Subject: Re: how to enforce one version of python To: Ruslan Makhmatkhanov , Baptiste Daroussin Cc: freebsd-ports@freebsd.org References: <20180911145151.zgyeaiobnvkuo2rg@ivaldir.net> <4cd79546-c301-4ab7-13eb-3233736953f5@yandex.ru> From: tech-lists Organization: none Message-ID: Date: Wed, 12 Sep 2018 09:09:07 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <4cd79546-c301-4ab7-13eb-3233736953f5@yandex.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 08:09:14 -0000 Hello, On 11/09/2018 15:54, Ruslan Makhmatkhanov wrote: > No, it's because pylint2 as itself requires python > 3.4. User should > switch to older devel/pylint1 if he needs to stick with 2.7. > But I'm not upgrading pylint2: >>> (pylint-py27-1.9.2) wants to upgrade to pylint-py36-2.1.1 Maybe I need to stop using portupgrade. What is the best replacement? qt4 and qt5 has similar issues to python2 and python3. These are installed as either build or runtime dependencies of other programs I want to run. I just want a version to be picked and stuck with. thanks, -- J.