Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32895 - matplotlib-0.62.4.ebuild (New Package)
Summary: matplotlib-0.62.4.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-11-06 11:43 UTC by Ben Thomas
Modified: 2004-12-05 04:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
matplotlib-0.31.ebuild (matplotlib-0.31.ebuild,874 bytes, text/plain)
2003-11-06 11:45 UTC, Ben Thomas
Details
matplotlib-0.62.4.ebuild (matplotlib-0.62.4.ebuild,810 bytes, text/plain)
2004-09-28 08:49 UTC, Sébastien Fabbro (RETIRED)
Details
matplotlib-0.64.ebuild (matplotlib-0.64.ebuild,932 bytes, text/plain)
2004-12-04 17:46 UTC, Fernando Serboncini (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Thomas 2003-11-06 11:43:11 UTC
From README:
matplotlib is a pure python plotting library designed to bring publication
quality plotting to python with a syntax familiar to matlab users.  Although the
goal of publication quality is not yet attained (see GOALS), the library does
produce high quality 2D plots.  All of the plotting commands can be accessed
either via a functional interface familiar to matlab users or an object oriented
interface familiar to python users.

REQUIREMENTS: python 2.2+, pygtk-1.99.16 (requires GTK2) and Numeric-22+

HOMEPAGE: http://matplotlib.sourceforge.net/

Suggested Location: dev-python/matplotlib

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Ben Thomas 2003-11-06 11:45:06 UTC
Created attachment 20350 [details]
matplotlib-0.31.ebuild
Comment 2 guaka 2004-02-25 16:05:24 UTC
0.50 is out, builds fine with this ebuild...
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-25 09:17:04 UTC
Replace this:
"""
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/matplotlib/${P}.tar.gz"
"""

with:
"""
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
RESTRICT="nomirror"
"""

and remove this:
"""
dodoc ${DOCS}
"""

because it's done by distutils_src_install.
also, matplotlib should depend on "virtual/python", not "dev-lang/...".

i am not sure, but i think license should be "as-is".
Comment 4 Sébastien Fabbro (RETIRED) gentoo-dev 2004-09-28 08:49:12 UTC
Created attachment 40633 [details]
matplotlib-0.62.4.ebuild

new ebuild for new version. does anyone worry about this package?
it is quite handy for quick plots.
Comment 5 texon 2004-10-02 21:12:07 UTC
Awesome package.  Really must be moved into the standard packages.
Comment 6 Charles Moad 2004-11-08 15:41:15 UTC
I second that this should be moved into the main portage tree.
Comment 7 Fernando Serboncini (RETIRED) gentoo-dev 2004-12-04 17:46:28 UTC
Created attachment 45299 [details]
matplotlib-0.64.ebuild

version bump 0.64 
I've also fixed the problem of matploblib wanting X to compile (using
virtualx.eclass). I think now this is ready for portage.
Comment 8 Bryan Østergaard (RETIRED) gentoo-dev 2004-12-05 04:17:43 UTC
Added to cvs - thanks for the ebuild.