On 2013/11/08 23:42, Stuart Henderson wrote: > On 2013/11/08 22:46, Stuart Henderson wrote: > > This requires py-apsw from my previous email. Only tested with the version > > of py-qt4 that I've just committed. > > > > Some things in calibre depend on PoDoFo; if anyone has a clue about why > > calling alloca() from C++ results in "undefined reference to `alloca'", > > I have a WIP port I can send you. ;) > > Pretend there is also a RUN_DEPENDS on the new port attached below. > > --- --- > cssselect parses CSS3 Selectors and translate them to XPath 1.0 > expressions. Such expressions can be used in lxml or another XPath > engine to find the matching elements in an XML or HTML document. > > This module used to live inside of lxml as lxml.cssselect before it was > extracted as a stand-alone project. > --- --- > > >
...and that the newer version of cssutils is forced: - textproc/py-cssutils>=0.9.7 \ + textproc/py-cssutils>=0.9.9 \