deb or rpm packages

Hi
I’d like to know when the latest packages in *.deb or *.rpm (from the 0.98.0 version) will be available in the repositories ?
If you have any addresses of “custom” repositories where I could get this package, it would be nice too.

I prefer to have a package installed than installed the software myself since I think it would be easier for me if I want to uninstall it.

Thanks.
Johan Mazel

I have .debs for Ubuntu Hardy available at http://debs.astraw.com/hardy/
. Note that these packages don't follow all Debian/Ubuntu guidelines and
are of lower quality than the official packages, which I recommend over
these. Nevertheless, I've packaged these things up for my personal and
my laboratory's use, and anyone is welcome to use them, too. As always,
please let me know if you find any bugs.

(The source .dsc packages are also available at the same site, and might
work with recompilation for Debian testing and possibly older Ubuntu
versions.)

-Andrew

Johan Mazel wrote:

···

Hi
I'd like to know when the latest packages in *.deb or *.rpm (from the
0.98.0 version) will be available in the repositories ?
If you have any addresses of "custom" repositories where I could get
this package, it would be nice too.

I prefer to have a package installed than installed the software
myself since I think it would be easier for me if I want to uninstall it.

Thanks.
Johan Mazel
------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Hi
I can’t find any deb package of matplotlib in the url that you gave me. The sources are there but I’m not interested in the sources since I can find them on the official website of matplotlib.
Is there any problem ?
Thanks for the answer by the way.
Johan mazel

2008/6/3 Andrew Straw <strawman@…106…>:

···

I have .debs for Ubuntu Hardy available at http://debs.astraw.com/hardy/

. Note that these packages don’t follow all Debian/Ubuntu guidelines and

are of lower quality than the official packages, which I recommend over

these. Nevertheless, I’ve packaged these things up for my personal and

my laboratory’s use, and anyone is welcome to use them, too. As always,

please let me know if you find any bugs.

(The source .dsc packages are also available at the same site, and might

work with recompilation for Debian testing and possibly older Ubuntu

versions.)

-Andrew

Johan Mazel wrote:

Hi

I’d like to know when the latest packages in *.deb or *.rpm (from the

0.98.0 version) will be available in the repositories ?

If you have any addresses of “custom” repositories where I could get

this package, it would be nice too.

I prefer to have a package installed than installed the software

myself since I think it would be easier for me if I want to uninstall it.

Thanks.

Johan Mazel



This SF.net email is sponsored by: Microsoft

Defy all challenges. Microsoft(R) Visual Studio 2008.

http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/



Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Johan Mazel wrote:

Hi
I can't find any deb package of matplotlib in the url that you gave
me. The sources are there but I'm not interested in the sources since
I can find them on the official website of matplotlib.
Is there any problem ?
Thanks for the answer by the way.
Johan mazel

They are there.

For i386:

http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_i386.deb

For amd64:

http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_amd64.deb

For all arch:

http://debs.astraw.com/hardy/python-matplotlib-data_0.98.0-0ads2_all.deb
http://debs.astraw.com/hardy/python-matplotlib-doc_0.98.0-0ads2_all.deb

Andrew Straw <strawman@...106...> [2008-06-05 09:42]:

For i386:

http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_i386.deb

For amd64:

http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_amd64.deb

For all arch:

http://debs.astraw.com/hardy/python-matplotlib-data_0.98.0-0ads2_all.deb
http://debs.astraw.com/hardy/python-matplotlib-doc_0.98.0-0ads2_all.deb

I tried to install on Debian Lenny with Python 2.5 and it fails with:

python-matplotlib depends on python-wxgtk2.8

wxgtk2.8 doesn't seem to be available for Python 2.5 and Lenny at:

http://apt.wxwidgets.org/dists/

Any ideas, short of building from source?

Thanks,

-rex

···

--

rex wrote:

Andrew Straw <strawman@...106...> [2008-06-05 09:42]:
  

For i386:

http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_i386.deb

For amd64:

http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_amd64.deb

For all arch:

http://debs.astraw.com/hardy/python-matplotlib-data_0.98.0-0ads2_all.deb
http://debs.astraw.com/hardy/python-matplotlib-doc_0.98.0-0ads2_all.deb
    
I tried to install on Debian Lenny with Python 2.5 and it fails with:

python-matplotlib depends on python-wxgtk2.8

wxgtk2.8 doesn't seem to be available for Python 2.5 and Lenny at:

http://apt.wxwidgets.org/dists/

Any ideas, short of building from source?
  

That's probably your best bet at this point -- my repo is for Ubuntu
Hardy. It looks like you can get the Debian experimental package of
wxwidgets 2.8 at
Debian -- Error . I have
no idea why this isn't in unstable or testing yet -- a few minutes of
googling didn't find anything.

-Andrew