Date: Sun, 3 Nov 2013 23:04:54 +0100 From: Nicola Vitale <nivit@FreeBSD.org> To: Marcus von Appen <mva@freebsd.org>, Nicola Vitale <nivit@freebsd.org>, William Grzybowski <william88@gmail.com>, Veniamin Gvozdikov <vg@freebsd.org>, python <python@freebsd.org> Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files Message-ID: <CAEQKd7Vn4RJwLxAsN5q-jD4g1C3Z%2BG7KhenLDNiGB4-qemMuyQ@mail.gmail.com> In-Reply-To: <20131103215023.GB1376@medusa.sysfault.org> References: <201310312121.r9VLLp4d066004@svn.freebsd.org> <20131031214346.GA1402@medusa.sysfault.org> <CAHtVNLOfy8yUEJSDpzR=dT-DSo=QdvEd474uvesPphL1PeMzHg@mail.gmail.com> <CAEQKd7UCWxPaFT0fmBs=-wukzW7WHaswF2wiZz3uuWAJxsHe=w@mail.gmail.com> <CAHtVNLOTs7t9PPLsE1AOz1EC0i1vs1BWpchNunBqCirqv0EWCA@mail.gmail.com> <CAEQKd7W7bMYa%2B=QsDj42QGFBjwN1HzxHs4F7a=AwGJyZKuY4mg@mail.gmail.com> <CAHtVNLOQbKb9DhTT3nOLBvcSWitC7aikKq4z%2BdQBgTHt4Keo4g@mail.gmail.com> <CAEQKd7VgzaVj74HDGQrFzkbtu==KfeA_6iO0eUszjTF4_Ys0BQ@mail.gmail.com> <CAHtVNLNDAFbvjwY_ywTTFjg6PM9pbGiGKWBoFCmmCRiZgobqzA@mail.gmail.com> <CAEQKd7XfjPN6Q6J=iSw=By-t1XW_REy5T%2Bcs82Y0GccaskSRUg@mail.gmail.com> <20131103215023.GB1376@medusa.sysfault.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Marcus, > [2013/11/3 Marcus von Appen <mva@freebsd.org>] > Rather than using it conditionally, are there cases where eggs must be > installed as zip packages (see also https://wiki.freebsd.org/Python and > ports/182332)? AFAIK, I don't think so. The only reason I found was in the setuptools doc: "For maximum performance, Python packages are best installed as zip files."... In any case, we can not add -Z directly to PYDISTUTILS_INSTALLARGS now, otherwise we break all ports that install its egg zipped. It's necessary to fix their pkg-plist before or set PYDISTUTILS_AUTOPLIST in case. -- Nicola Vitale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEQKd7Vn4RJwLxAsN5q-jD4g1C3Z%2BG7KhenLDNiGB4-qemMuyQ>