[PyKDE] ANN: new eric3 snapshot available

Detlev Offenbach detlev at die-offenbachs.de
Sat Sep 20 15:09:01 BST 2003


Hi,

I have just uploaded a new snapshot of eric3 to the web site. This one 
features the following enhancements.

-----
rewrote the variables reporting code to be able to cope with large 
datasets. The code of the last snapshots caused a severe performance 
problem and even a hang on Win...
-----

I kindly ask everybody to test it and send recommendations, bug reports 
and contributions.

This snapshot is available via 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030920.tar.gz

Attached please find an ebuild for Portage

Regards
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de
-------------- next part --------------
DESCRIPTION="The eric3 Python IDE"
IUSE=""

MY_P="${PN}-snapshot-${PV##*.}"
SRC_URI="http://www.die-offenbachs.de/detlev/snapshots/${MY_P}.tar.gz"

HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="virtual/glibc
	sys-devel/libtool
	>=x11-libs/qt-3.0.4.1
	>=dev-python/qscintilla-1.52
	>=dev-lang/python-2.2.1
	>=dev-python/sip-3.6
	>=dev-python/PyQt-3.6-r1
	!dev-python/bicyclerepair"

src_install() {
	cd ${WORKDIR}/${MY_P}
	python install.py \
		-b /usr/bin \
		-i ${D}
	dodoc HISTORY LICENSE.GPL README eric/README-scripting.txt THANKS
}


More information about the PyQt mailing list