Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30101 - new ebuild: PyQwt
Summary: new ebuild: PyQwt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 12:20 UTC by Toby Dickenson
Modified: 2005-02-28 15:22 UTC (History)
2 users (show)

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


Attachments
PyQwt-3.7.ebuild (PyQwt-3.7.ebuild,665 bytes, text/plain)
2003-10-01 12:23 UTC, Toby Dickenson
Details
PyQwt-3.8a.ebuild (PyQwt-3.8a.ebuild,640 bytes, text/plain)
2004-04-15 09:45 UTC, Carsten Lohrke (RETIRED)
Details
PyQwt-3.8a.patch (PyQwt-3.8a.patch,400 bytes, patch)
2004-04-15 09:45 UTC, Carsten Lohrke (RETIRED)
Details | Diff
PyQwt 4.0 rc0 ebuild (PyQwt-4.0_rc0.ebuild,708 bytes, text/plain)
2004-07-11 21:14 UTC, Russell Valentine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toby Dickenson 2003-10-01 12:20:46 UTC
Python bindings for x11-libs/qwt -  Qwt extends the Qt application framework with widgets useful for science and engineering. 

http://gerard.vermeulen.free.fr/
Comment 1 Toby Dickenson 2003-10-01 12:23:20 UTC
Created attachment 18575 [details]
PyQwt-3.7.ebuild

PyQwt-3.7.ebuild
Comment 2 guaka 2003-12-13 06:01:33 UTC
PyQwt 3.8 is out
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-05 22:38:35 UTC
Some comments to this ebuild:

I think you can remove theese instructions, because distutils_src_* will be called automatically if you won't redefine src_compile and src_install:
"""
src_compile() {
	cd ${S}
	distutils_src_compile
}


src_install() {
	distutils_src_install
}
"""

Also, for simplicity you can replace "PyQwt-${PV}", by just "${P}".

Add RESTRICT="nomirror" instruction because PyQwt tarball is already mirrored on sourceforge servers.

From it's webpage: 
"""To exploit the full power of PyQwt's plot widget, you should install at least one the Numerical Python extensions: Numeric or its successor numarray."""
Maybe let's add it to dependencies?
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-15 09:45:24 UTC
Created attachment 29347 [details]
PyQwt-3.8a.ebuild

Put my fingers at it just to find out, that there is no non cvs version which
plays well with newer PyQt/sip versions.
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-15 09:45:55 UTC
Created attachment 29348 [details, diff]
PyQwt-3.8a.patch
Comment 6 Russell Valentine 2004-07-11 21:14:36 UTC
Created attachment 35225 [details]
PyQwt 4.0 rc0 ebuild
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2004-07-16 15:48:14 UTC
>The source package PyQwt-4.0rc0.tar.gz contains a 20040605 CVS snapshot of the Qwt library with a few patches.

So qwt/pyqwt would need to block each other. It makes more sense to wait and see what the next release brings.
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-28 15:22:03 UTC
pyqwt-4.2 joined dev-python/ :)