mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/pyquery: Updated for version 1.2.4.
This fixes breakage introduced by the lxml upgrade at
commit 3c0aaed321
on
December 22, 2012.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b2b78b8bc2
commit
e2d31082a3
3 changed files with 9 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue