From owner-svn-ports-head@FreeBSD.ORG Sun Mar 2 19:40:20 2014 Return-Path: Delivered-To: svn-ports-head@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 1EA67579; Sun, 2 Mar 2014 19:40:20 +0000 (UTC) Received: from forward7l.mail.yandex.net (forward7l.mail.yandex.net [IPv6:2a02:6b8:0:1819::7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1BF91197; Sun, 2 Mar 2014 19:40:16 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward7l.mail.yandex.net (Yandex) with ESMTP id CA314BC0CCB; Sun, 2 Mar 2014 23:40:00 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id CF79713403D9; Sun, 2 Mar 2014 23:39:59 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 9M5yx9b9W4-dxD004nK; Sun, 2 Mar 2014 23:39:59 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 7747bb03-81bf-45a3-8f37-4e0b1a6f88af DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393789199; bh=hC0rZku98gCe7R7c3rabCGbB3U2pFW5o/MCqrfsRFVk=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=t9FTxgf70RJXIiRQ2HDF1cW47n0L66HoKBqix2qKOdlPsH1mtKAJOYHwwuk8VBn3e BItrzxeHV6dVjm2ytn3lnRYW30ccaAaOLzFhYRAWEVk1CIEo6ZxABGn7o509posWui f51bhWfZpTnnhLyZaQ2EcFwXytV2GRVj4sFKGNx8= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <531388F8.6090900@yandex.ru> Date: Sun, 02 Mar 2014 23:39:36 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Bryan Drewery , Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> <53138303.8020905@FreeBSD.org> In-Reply-To: <53138303.8020905@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 19:40:20 -0000 Bryan Drewery wrote on 02.03.2014 23:14: > On 3/1/2014 12:05 PM, Martin Wilke wrote: >> Author: miwi >> Date: Sat Mar 1 18:05:46 2014 >> New Revision: 346687 >> URL: http://svnweb.freebsd.org/changeset/ports/346687 >> QAT: https://qat.redports.org/buildarchive/r346687/ >> >> Log: >> - Convert to autoplist >> - Stage support >> - Bump PORTREVISION >> >> Deleted: >> head/www/py-pastescript/pkg-plist >> Modified: >> head/www/py-pastescript/Makefile >> >> Modified: head/www/py-pastescript/Makefile >> ============================================================================== >> --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686) >> +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= PasteScript >> PORTVERSION= 1.7.5 >> +PORTREVISION= 1 >> CATEGORIES= www python >> MASTER_SITES= CHEESESHOP >> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> @@ -18,8 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ch >> RUN_DEPENDS:= ${BUILD_DEPENDS} >> >> USE_PYTHON= yes >> -USE_PYDISTUTILS= easy_install >> -PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's >> +USE_PYDISTUTILS= yes >> +PYDISTUTILS_AUTOPLIST= yes >> >> -NO_STAGE= yes >> .include >> > > http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00m44s/logs/errors/py27-turbomail-3.0.3_2.log > > This causes new failure with py27-turbomail. PasteScript was installing > an egg but now is installing right into site-packages. > > Old: > > /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/tests/__init__.py > > New: > /usr/local/lib/python2.7/site-packages/tests/__init__.py > > py27-turbomail also installs this file and depend on Pastescript which > conflicts and now fails to build. > > > python@: Why not stick to using the egg dirs? It is much safer to avoid > polluting global namespace. I believe it's mostly upstream issue, because it should belong to f.e. site-packages/PasteScript/tests/__init__.py instead. But easy_install installation may be keep'd for such a few problematic ports. The actual problem there - incogitant converting of ports. I think this couple of commits should be reverted until the issue will be fixed upstream. -- Regards, Ruslan T.O.S. Of Reality