[Slackbuilds-users] [BUG] SlackBuild templates

2012-12-28 Thread Serg Bormant
Hi, Consider something like this in source tarball: $ mkdir test; cd test $ mkdir docs; touch docs/README docs/COPYING $ ln -s docs/* . $ ls -o * lrwxrwxrwx 1 user 12 Dec 21 11:45 COPYING - docs/COPYING lrwxrwxrwx 1 user 11 Dec 21 11:45 README - docs/README docs: total 0 -rw-r--r-- 1 user 0

[Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread ____________ ________
I am sending it here since my attempt to contact the buildscript maintainer directly resulted in this: Delivery to the following recipient failed permanently: email address of the pyquery buildscript maintainer Technical details of permanent failure: DNS Error: DNS server returned general

Re: [Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread Larry Hajali
Hi, Between lxml version 2.x and 3.x, lxml broke out the cssselect module into its own separate package. The version on SBo is definitely outdated and incompatible (w/out patching) with the new lxml. Looking at the setup.py file on the github page (ie. https://github.com/gawel/pyquery), the new

Re: [Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread Larry Hajali
It looks like WebOb and requests are optional dependencies for pyquery. http://pypi.python.org/pypi/requests http://pypi.python.org/pypi/WebOb --Larry On Fri, Dec 28, 2012 at 3:54 PM, Larry Hajali larryh...@gmail.com wrote: Hi, Between lxml version 2.x and 3.x, lxml broke out the cssselect

Re: [Slackbuilds-users] pyquery broken after lxml update

2012-12-28 Thread Larry Hajali
The following packages also have lxml as a dependency. But looking through the source code it looks like only pyquery is affected by the updated lxml version. compiz-boxmenu calibre mythtv pyquery inkscape weboob w3af openerp-server --Larry On Fri, Dec 28, 2012 at 4:13 PM, Larry Hajali