From owner-freebsd-python@FreeBSD.ORG  Thu Apr 17 00:38:33 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B26FB508;
 Thu, 17 Apr 2014 00:38:33 +0000 (UTC)
Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com
 [IPv6:2607:f8b0:4001:c05::22f])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 7A6D11AC5;
 Thu, 17 Apr 2014 00:38:33 +0000 (UTC)
Received: by mail-ig0-f175.google.com with SMTP id ur14so1711907igb.2
 for <multiple recipients>; Wed, 16 Apr 2014 17:38:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=n4mzw2/vxJQh5D4E+8uZXMRHzJW5hytRcpq9q16H07E=;
 b=rrU1gQJ9XE2vDQoU8x2LZ6AZNHdh9mPaCF/q6APhValAa857OlR2VTbshLVyn4suYd
 ZYflrwYcvtoBrprcUTU29KTEsY0eGlzRu9GKlovkKsJII63wE/51dzDzzm5icK+xLkux
 OCTOiBfJaXUuiZPBicgOZMjagdSIYiOGOi8f9OjJyWeJORAKlrvFF04LKiRfpeltJ5lB
 N36QJAPk7iGZ4LWneckISxY3UzOYmOAaTPainRyliyeDWI66lSFsY4fEN00r/fSYFOn6
 wozAJPo9pGanM1BXmBb9GbBw2NTNl27dDHP7piuyEbgacsESGtlJl3YuBsjceTCfL9qN
 XsBQ==
MIME-Version: 1.0
X-Received: by 10.50.4.70 with SMTP id i6mr8091497igi.40.1397695112932; Wed,
 16 Apr 2014 17:38:32 -0700 (PDT)
Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 17:38:32 -0700 (PDT)
In-Reply-To: <534E264A.7020106@FreeBSD.org>
References: <CAMtcK2ocBN=E5Vep38KDhiY30asJ1iEd5d-_PkvqFfEY-q4mYw@mail.gmail.com>
 <534E264A.7020106@FreeBSD.org>
Date: Wed, 16 Apr 2014 17:38:32 -0700
Message-ID: <CAMtcK2qVap20iX7DTL5EQBKZEGNHRpfOO7zTXGj-_6YB_AQ3fA@mail.gmail.com>
Subject: Re: This seems messed up [py-setuptools]
From: paul beard <paulbeard@gmail.com>
To: "koobs@FreeBSD.org" <koobs@freebsd.org>
Content-Type: text/plain; charset=UTF-8
Cc: python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Apr 2014 00:38:33 -0000

On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak <koobs.freebsd@gmail.com> wrote:
>
> You want to *replace* py27-setuptools with py27-setuptools27
>

Kind of annoying that it wants to install both of these. What the real
solution? List the installed python packages, blow away the lot, then
reinstall from the list?

>>> Missing package dependencies were detected.

>>> Found 2 issue(s) in the package database.


The following packages will be installed:


        Installing py27-setuptools27: 2.0.1

        Installing py27-setuptools: 2.0.1


The installation will require 3 MB more space




-- 
Paul Beard / www.paulbeard.org/