From owner-cvs-ports@FreeBSD.ORG Sat Mar 5 15:04:12 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D55D1065678; Sat, 5 Mar 2011 15:04:12 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id EE82B8FC08; Sat, 5 Mar 2011 15:04:11 +0000 (UTC) Received: by iyj12 with SMTP id 12so3177413iyj.13 for ; Sat, 05 Mar 2011 07:04:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=f3HJ8/n78wPW/LGPFjFYMFL9iHqYyV75I8LnJYjP7vA=; b=SfQ+HFKsk1DtPtlCAa316H732x6yW3kiHZda4Sxnd312ObbFzxQl1rAm7q02cdQGmy A3dp8Ar3rAhADE5PAcY8q6XtBvb7N57cuOuFYDD6uWnkH8/FDimLjAW68RY+GQEP2Pn7 zIryu1OAMU+BJEBAxY8P3wyat3HK76WDLZEbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mTafQ1elqySr+yfqnEoSvhpofb953fbiB+IIfvO3uuxRSyG8L5IU94cn9kRznO3BPt oW3jweTmD0N+jkfcRkvHfGxu2V6R9kIKr9VBRQxkAXDFx0xjfJf3D9M8T3pPWuZRRNDH pFnDvNHfMO29RfOmSHQ39B7C+2vEQaLQwJZE8= MIME-Version: 1.0 Received: by 10.231.178.73 with SMTP id bl9mr1321789ibb.190.1299337451259; Sat, 05 Mar 2011 07:04:11 -0800 (PST) Received: by 10.231.208.16 with HTTP; Sat, 5 Mar 2011 07:04:11 -0800 (PST) In-Reply-To: References: <201103051351.p25DpEjH055066@repoman.freebsd.org> Date: Sat, 5 Mar 2011 23:04:11 +0800 Message-ID: From: wen heping To: Nicola Vitale Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/py-distribute Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 15:04:12 -0000 2011/3/5 Nicola Vitale : > Hi, > >> [2011/3/5 wen heping ] >> Since setuptools could work with python3, shall we >> change the conflict to: >> >> CONFLICTS=3D =C2=A0 =C2=A0 =C2=A0py2[4-7]-setuptools-[0-9]* > > AFAIK, py-setuptools doesn't work with Python 3.X, unlike Seems you did not get my later email which correct "could work with " to "could not work with " :) > py-distribute. When that happens, the CONFLICTS item of this port does > not require any change. > > Perhaps we have instead to change the PYTHON=3D2.5+ in the Makefile of > devel/py-setuptools... In fact, all ports that depends on setuptools (include setuptools itself) should change PYTHON=3D2.5+ to PYTHON=3D2.5 2.6 2.7. wen > > -- > Nicola Vitale >