Move PyQt to Extras

Konstantin Ryabitsev mricon at gmail.com
Sun Sep 18 06:35:22 UTC 2005


On 18/09/05, Rex Dieter <rdieter at math.unl.edu> wrote:
> > I am trying to package Eric IDE for Extras, but it requires that PyQt
> > is built with Qscintilla. I have added Qscintilla to extras, but I
> > cannot continue, since PyQt is in core, and can't depend on things in
> > Extras for a sub-package.
> 
> PyQt wouldn't depend on PyQt-qscintilla.  It's the other way around:
> PyQt-qscintilla would Requires: PyQt.  And, eric would Requires:
> PyQt-qscintilla
> 
> (So there's no need to PyQt to Extras for PyQt-qscintilla's or eric's sake)

Not quite as simple. PyQt-qscintilla is built as part of PyQt -- it's
not a separate package. I *could* provide PyQt-qscintilla in extras,
leaving PyQt in core, but that would require:
1. fully mirroring the SRPM with the one from Core, just to add the
qscintilla bits
2. constantly coordinating with the PyQt in Core to make sure we don't diverge

That's really not efficient. It'd be far more so to have both PyQt and
Qscintilla (parts of the same project, really) in the same repository.

-- 
Konstantin Ryabitsev
http://www.mricon.com/




More information about the fedora-devel-list mailing list