[SciPy-dev] Announcing toydist, improving distribution and packaging situation

David Cournapeau wrote:

The idea would be that for a few major distributions at least, you
would have .rpm available on the repository. If you install from
sources, there would be a few mechanisms to avoid your exact issue
(like maybe defaulting to --user kind of installs). Of course, it can
only be dealt up to a point.

David

Perhaps this could be useful:
http://checkinstall.izto.org/

Yes, checkinstall is really cool. However, I tend to prefer things with
no magic that I don't have to sandbox to know what they are doing. This
is why I am also happy to hear about toydist.

Gaël

···

On Mon, Dec 28, 2009 at 02:29:24PM -0500, Neal Becker wrote:

Perhaps this could be useful:
http://checkinstall.izto.org/

I am still not sure the design is entirely right, but the install
command in toymaker just reads a build manifest, which is a file
containing all the files necessary for install. It is explicit, and
list every file to be installed. By design, it cannot install anything
outside this manifest.

That's also how eggs are built (and soon win installers and mac os x pkg).

cheers,

David

···

On Tue, Dec 29, 2009 at 8:02 AM, Gael Varoquaux <gael.varoquaux@...427...> wrote:

On Mon, Dec 28, 2009 at 02:29:24PM -0500, Neal Becker wrote:

Perhaps this could be useful:
http://checkinstall.izto.org/

Yes, checkinstall is really cool. However, I tend to prefer things with
no magic that I don't have to sandbox to know what they are doing.