mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/cssselect: Upgraded to 0.9.1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
678dc5fb20
commit
b4c4309118
3 changed files with 8 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue