From owner-cvs-all@FreeBSD.ORG Sat Mar 5 14:55:37 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68DD4106564A; Sat, 5 Mar 2011 14:55:37 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id DAC4D8FC20; Sat, 5 Mar 2011 14:55:36 +0000 (UTC) Received: by qyk27 with SMTP id 27so2591646qyk.13 for ; Sat, 05 Mar 2011 06:55:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=FRpmaAnNxCGqXIzXciVR9nNlzDlbq2+SNCSKM4qQEsk=; b=CJaJB5bCDn4A02sgNsvTAOS1eVu6bBEfw/TQ1x7jM4BholtvCxoTkGNwzGelSWZvtm Gj5bIYvpQ4hH/nc8umX5/HCFRjoOBKTMT1LHXfwGxJzyaxcJJLCRhu9QQmgHNE9W52By ZDonzSii3rmzG8yr2iJLdYcsk+hv2GSWXxkpc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=vw/RmgthqtkV4bZ+ulEk/oj4wmzZ1kjhNAwaHhX3Ycp/f5lPgWUL1Xf9CAiYxJbP5L Yj14DJAZfcfc9/+lp8Z1NqdfOi/EYBff7JVkPfS0B/WOeYmObxeWjTChUhFzdICrYpof JujfUj3WoCOhAD25HJEfAjc5iIgSg5DCtJrEs= Received: by 10.229.37.136 with SMTP id x8mr1480408qcd.61.1299335362166; Sat, 05 Mar 2011 06:29:22 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.229.219.130 with HTTP; Sat, 5 Mar 2011 06:28:42 -0800 (PST) In-Reply-To: References: <201103051351.p25DpEjH055066@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 5 Mar 2011 15:28:42 +0100 X-Google-Sender-Auth: FMJo-OTGQizrpacptkgSTRAvLxA Message-ID: To: wen heping Content-Type: text/plain; charset=ISO-8859-1 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 14:55:37 -0000 Hi, > [2011/3/5 wen heping ] > Since setuptools could work with python3, shall we > change the conflict to: > > CONFLICTS=3D =A0 =A0 =A0py2[4-7]-setuptools-[0-9]* AFAIK, py-setuptools doesn't work with Python 3.X, unlike 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... --=20 Nicola Vitale