From owner-freebsd-ports@FreeBSD.ORG Sat Nov 30 22:35:15 2013 Return-Path: Delivered-To: freebsd-ports@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 ACAE3FEB for ; Sat, 30 Nov 2013 22:35:15 +0000 (UTC) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 412881E5C for ; Sat, 30 Nov 2013 22:35:15 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id q58so10618754wes.33 for ; Sat, 30 Nov 2013 14:35:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=SqVSKudaFPzR79OebYo+R0WMYSf96LzVkRxxz2dxZtw=; b=RMf8Qj2qSEvWtcxHTr0qGEu77HawH+WQGZek6BOsL+zt3gfuU0HKjG16w1V8pl9IWc HqEWuZQGmgREnJYY8dl/gI/YeeOOcrxbs4s9q3cl3KDtxVSVztlQEttYSOF40/H5lAT/ u0z/mGqYzCF7mxySdCJZV/xuPNZlYBFDcnBIB0mVnGRXTDu74Trf4X6WT5VipKpLhKSa gycSnejxSHy2nPTzghF4rUjGlPLr2VW4EgXmbFKC2lSt4Ur7nPsSKORPIpfiecUDGw+l wuBxFzSHRomOebNEPzAtUif0BmPUBUjOTZiJzf4pImRfiCnxodQ9+qzDWn+rehimbgJc we8g== X-Received: by 10.180.210.134 with SMTP id mu6mr12049139wic.37.1385850912839; Sat, 30 Nov 2013 14:35:12 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.126.34 with HTTP; Sat, 30 Nov 2013 14:34:32 -0800 (PST) In-Reply-To: References: From: Nicola Vitale Date: Sat, 30 Nov 2013 23:34:32 +0100 X-Google-Sender-Auth: Qt0lA6gOfxyJWh7aITkWTZp3Qag Message-ID: Subject: Re: FreeBSD Port: py27-pytz-2013.8,1 To: Anton Afanasyev Content-Type: text/plain; charset=ISO-8859-1 Cc: Helmut Schneider , freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 22:35:15 -0000 Hi, > [2013/11/30 Anton Afanasyev ] > I was running into the same issue as Fabien, and I noticed that > deve/py-distribute is deprecated in favor of devel/py-setuptools. > My best guess is that the latter has a different set of options than the > former, but this is just a guess. Well, everything is possible, but this issue (16 Nov) is preceding the switch distribute -> setuptools (27 Nov), and both tools include the --version option, so it's strange that easy_install does not recognize it on the command line. Anyway, mine was only a curiosity. :)