From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:14:14 2014 Return-Path: Delivered-To: freebsd-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 9ED0BEF3 for ; Sun, 2 Mar 2014 19:14:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56BD61E47 for ; Sun, 2 Mar 2014 19:14:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s22JEERW090781 for ; Sun, 2 Mar 2014 19:14:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22JEEHV090772 for freebsd-python@FreeBSD.org; Sun, 2 Mar 2014 19:14:14 GMT (envelope-from bdrewery) Received: (qmail 41866 invoked from network); 2 Mar 2014 13:14:12 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 2 Mar 2014 13:14:12 -0600 Message-ID: <53138303.8020905@FreeBSD.org> Date: Sun, 02 Mar 2014 13:14:11 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: 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> In-Reply-To: <201403011805.s21I5lt2093529@svn.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 19:14:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/ >=20 > Log: > - Convert to autoplist > - Stage support > - Bump PORTREVISION >=20 > Deleted: > head/www/py-pastescript/pkg-plist > Modified: > head/www/py-pastescript/Makefile >=20 > Modified: head/www/py-pastescript/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D PasteScript > PORTVERSION=3D 1.7.5 > +PORTREVISION=3D 1 > CATEGORIES=3D www python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -18,8 +19,7 @@ BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}ch > RUN_DEPENDS:=3D ${BUILD_DEPENDS} > =20 > USE_PYTHON=3D yes > -USE_PYDISTUTILS=3D easy_install > -PYDISTUTILS_NOEGGINFO=3D yes # XXX convert easy_install support to bsd= =2Epython.mk's > +USE_PYDISTUTILS=3D yes > +PYDISTUTILS_AUTOPLIST=3D yes > =20 > -NO_STAGE=3D yes > .include >=20 http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00= m44s/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. --=20 Regards, Bryan Drewery --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTE4MDAAoJEDXXcbtuRpfPUxgIAM7ghU9gzOCACwwXVJ63RKBM Emp86FTS0cVCrpb5uT4QeoTOWWzuNf1/+PsUh2Ds6FiNXfxR/HMQofYqJITdCYBL u5RHDEV6i9OcC6ZsxHGGjO9S1mCa2wGLVMoxqsiU32A6udPF3D3WOnxpAjrC/HEo E8tjooIa6UMVwSRfoJl/yOw8rqksLQfCRbvTgW37d9n5D4Lk10kPBThVe+/lyiWq K5LT+h08/GR3jfHT6Zg55X4Cwh+dyU7bkWlmU0PpZX8Z3isi7kfmuY1jvVbr87mH Jux8ltICy71jezJZxVk87ajO8o1W/0hYTWm6OD3I2HWKHpyDHpXQOgYe4WASXdU= =SzkF -----END PGP SIGNATURE----- --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD--