Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 30101

Summary: new ebuild: PyQwt
Product: Gentoo Linux Reporter: Toby Dickenson <toby>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement CC: guaka, phosphan
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: PyQwt-3.7.ebuild
PyQwt-3.8a.ebuild
PyQwt-3.8a.patch
PyQwt 4.0 rc0 ebuild

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/ :)