python/cssselect: Upgraded to 0.9.1

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
larryhaja 2013-11-13 19:15:55 -08:00 committed by Robby Workman
parent 678dc5fb20
commit b4c4309118
3 changed files with 8 additions and 6 deletions

View file

@ -3,4 +3,5 @@ Such expressions can be used in lxml or another XPath engine to find the
matching elements in an XML or HTML document.
Optionally: lxml can be installed for running tests. Sphinx and Pygments
can be installed for man pages.
can be installed for man pages. pysetuptools can be used as a build time
dependency.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cssselect
VERSION=${VERSION:-0.8}
VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,6 +79,7 @@ if python -c 'import sphinx.pygments_styles' 2>/dev/null; then
python setup.py build_sphinx -b man
install -D -m 0644 docs/_build/man/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
rm -rf docs/_build
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="cssselect"
VERSION="0.8"
VERSION="0.9.1"
HOMEPAGE="http://packages.python.org/cssselect/"
DOWNLOAD="http://pypi.python.org/packages/source/c/cssselect/cssselect-0.8.tar.gz"
MD5SUM="c4683e050351abcbbd5990b01f5344e2"
DOWNLOAD="http://pypi.python.org/packages/source/c/cssselect/cssselect-0.9.1.tar.gz"
MD5SUM="c74f45966277dc7a0f768b9b0f3522ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"
REQUIRES="%README%"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"