summaryrefslogtreecommitdiffstats
path: root/python-lxml
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 20:22:41 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 20:22:41 +0000
commitbcf52821992dc4647034acf2e72c497032bb829c (patch)
tree6c0f7598c65dea8ea58ba2c5b55202a3546afe16 /python-lxml
parent63a5d5b6e1dcf097940059045b938cbbee29809f (diff)
downloadasb-bcf52821992dc4647034acf2e72c497032bb829c.tar.gz
asb-bcf52821992dc4647034acf2e72c497032bb829c.tar.xz
Update to 2.3
Diffstat (limited to 'python-lxml')
-rwxr-xr-xpython-lxml/build/python-lxml.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python-lxml/build/python-lxml.SlackBuild b/python-lxml/build/python-lxml.SlackBuild
index 39347084..24023399 100755
--- a/python-lxml/build/python-lxml.SlackBuild
+++ b/python-lxml/build/python-lxml.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -28,10 +28,12 @@
# For: python-lxml
# Descr: Python bindings for libxml2 and libxslt
# URL: http://codespeak.net/lxml/
-# Needs:
+# Needs: pysetuptools
# Changelog:
# 2.2.8-1: 25/Sep/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.3-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh python-lxml.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
PRGNAM=python-lxml
SRCNAM=lxml
-VERSION=${VERSION:-2.2.8}
+VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}