summaryrefslogtreecommitdiffstats
path: root/python/pyquery
diff options
context:
space:
mode:
author Larry Hajali2013-02-25 03:26:15 +0100
committer Robby Workman2013-02-25 03:27:37 +0100
commite2d31082a3006045756f483eea9d3a0759ff6128 (patch)
tree0777fd670a631b3d9eaa27e39147402fe7d07394 /python/pyquery
parentb2b78b8bc2b60d1db146e5a814317079ea7a1ef6 (diff)
downloadslackbuilds-e2d31082a3006045756f483eea9d3a0759ff6128.tar.gz
python/pyquery: Updated for version 1.2.4.
This fixes breakage introduced by the lxml upgrade at commit 3c0aaed321f46affe9941537a852fbedf296cdcd on December 22, 2012. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pyquery')
-rw-r--r--python/pyquery/README3
-rw-r--r--python/pyquery/pyquery.SlackBuild4
-rw-r--r--python/pyquery/pyquery.info8
3 files changed, 9 insertions, 6 deletions
diff --git a/python/pyquery/README b/python/pyquery/README
index 524e8c2cd5..1a8c07b98f 100644
--- a/python/pyquery/README
+++ b/python/pyquery/README
@@ -8,3 +8,6 @@ It can be used for many purposes, one idea that I might try in the
future is to use it for templating with pure http templates that you
modify using pyquery. I can also be used for web scrapping or for
theming applications.
+
+Optional python dependencies: webob, restkit, request, and deliverance
+(not available at slackbuilds.org)
diff --git a/python/pyquery/pyquery.SlackBuild b/python/pyquery/pyquery.SlackBuild
index 5284aaedcf..af8d0169c5 100644
--- a/python/pyquery/pyquery.SlackBuild
+++ b/python/pyquery/pyquery.SlackBuild
@@ -4,7 +4,7 @@
# Written by Šime Ramov <s@ramov.com>
PRGNAM=pyquery
-VERSION=${VERSION:-0.6.1}
+VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ python setup.py build
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.txt CHANGES.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst CHANGES.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/pyquery/pyquery.info b/python/pyquery/pyquery.info
index 2169b94542..70b508a90b 100644
--- a/python/pyquery/pyquery.info
+++ b/python/pyquery/pyquery.info
@@ -1,10 +1,10 @@
PRGNAM="pyquery"
-VERSION="0.6.1"
+VERSION="1.2.4"
HOMEPAGE="http://www.bitbucket.org/olauzanne/pyquery/"
-DOWNLOAD="http://pypi.python.org/packages/source/p/pyquery/pyquery-0.6.1.tar.gz"
-MD5SUM="2a677d7c52b1aa89f5aaa70427e36b70"
+DOWNLOAD="http://pypi.python.org/packages/source/p/pyquery/pyquery-1.2.4.tar.gz"
+MD5SUM="268f08258738d21bc1920d7522f2a63b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lxml"
+REQUIRES="distribute cssselect lxml"
MAINTAINER="Šime Ramov"
EMAIL="s@ramov.com"