diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-07-12 05:27:11 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:05 -0300 |
commit | fc10d7ff1b194ec06be8c2d561ca72b324f5dd98 (patch) | |
tree | a19cdd9c129bd486e3dd8e4af316236e4fcc7e90 | |
parent | 2529a9a1b885b3dda5b838369872a0e7ae6ff41d (diff) | |
download | slackbuilds-fc10d7ff1b194ec06be8c2d561ca72b324f5dd98.tar.gz |
python/lxml: Updated for version 2.3 and moved from libraries.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/lxml/lxml.info | 10 | ||||
-rw-r--r-- | python/lxml/README (renamed from libraries/lxml/README) | 0 | ||||
-rw-r--r-- | python/lxml/lxml.SlackBuild (renamed from libraries/lxml/lxml.SlackBuild) | 2 | ||||
-rw-r--r-- | python/lxml/lxml.info | 10 | ||||
-rw-r--r-- | python/lxml/slack-desc (renamed from libraries/lxml/slack-desc) | 6 |
5 files changed, 14 insertions, 14 deletions
diff --git a/libraries/lxml/lxml.info b/libraries/lxml/lxml.info deleted file mode 100644 index 6aacc86e37..0000000000 --- a/libraries/lxml/lxml.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lxml" -VERSION="2.2.7" -HOMEPAGE="http://codespeak.net/lxml/" -DOWNLOAD="http://codespeak.net/lxml/lxml-2.2.7.tgz" -MD5SUM="c1da56b823fdc00804938d2b788dbfd0" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="rworkman" diff --git a/libraries/lxml/README b/python/lxml/README index e258753366..e258753366 100644 --- a/libraries/lxml/README +++ b/python/lxml/README diff --git a/libraries/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index e68b49fbb5..bd9dcb8839 100644 --- a/libraries/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -3,7 +3,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=lxml -VERSION=2.2.7 +VERSION=2.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info new file mode 100644 index 0000000000..b4650eb37c --- /dev/null +++ b/python/lxml/lxml.info @@ -0,0 +1,10 @@ +PRGNAM="lxml" +VERSION="2.3" +HOMEPAGE="http://lxml.de/" +DOWNLOAD="http://lxml.de/files/lxml-2.3.tgz" +MD5SUM="a245a015fd59b63e220005f263e1682a" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Larry Hajali" +EMAIL="larryhaja[at]gmail[dot]com" +APPROVED="dsomero" diff --git a/libraries/lxml/slack-desc b/python/lxml/slack-desc index 35c7735bb9..da756a78d0 100644 --- a/libraries/lxml/slack-desc +++ b/python/lxml/slack-desc @@ -6,12 +6,12 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -lxml: lxml -lxml: +lxml: lxml (Python bindings for the libxml2 and libxslt) +lxml: lxml: lxml is a Pythonic binding for the libxml2 and libxslt libraries. It lxml: is unique in that it combines the speed and feature completeness of lxml: these libraries with the simplicity of a native Python API. -lxml: +lxml: lxml: Homepage: http://codespeak.net/lxml/ lxml: lxml: |