From bcf52821992dc4647034acf2e72c497032bb829c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 15 May 2011 20:22:41 +0000 Subject: Update to 2.3 --- python-lxml/build/python-lxml.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'python-lxml/build/python-lxml.SlackBuild') 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 # * Initial build. +# 2.3-1: 15/may/2011 by Eric Hameleers +# * 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} -- cgit v1.2.3-65-gdbad