Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Mar 2014 13:14:11 -0600
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Martin Wilke <miwi@FreeBSD.org>, 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
Message-ID:  <53138303.8020905@FreeBSD.org>
In-Reply-To: <201403011805.s21I5lt2093529@svn.freebsd.org>
References:  <201403011805.s21I5lt2093529@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
>=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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53138303.8020905>