[csw-devel] SF.net SVN: gar:[8835] csw/mgar/pkg/pylxml/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Feb 26 15:12:03 CET 2010
Revision: 8835
http://gar.svn.sourceforge.net/gar/?rev=8835&view=rev
Author: skayser
Date: 2010-02-26 14:12:03 +0000 (Fri, 26 Feb 2010)
Log Message:
-----------
pylxml: version bump, pkgname tweak, include license
Modified Paths:
--------------
csw/mgar/pkg/pylxml/trunk/Makefile
csw/mgar/pkg/pylxml/trunk/checksums
csw/mgar/pkg/pylxml/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/pylxml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pylxml/trunk/Makefile 2010-02-26 14:09:51 UTC (rev 8834)
+++ csw/mgar/pkg/pylxml/trunk/Makefile 2010-02-26 14:12:03 UTC (rev 8835)
@@ -2,7 +2,7 @@
# - Move this to a pymodules/ subdirectory with the rest of the
# python modules (similar to the cpan directory).
GARNAME = pylxml
-GARVERSION = 2.2.2
+GARVERSION = 2.2.4
CATEGORIES = python
DESCRIPTION = Pythonic binding for the libxml2 and libxslt libraries
@@ -13,13 +13,16 @@
but superior to the well-known ElementTree API.
endef
-SPKG_SOURCEURL = http://codespeak.net/lxml/
+VENDOR_URL = http://codespeak.net/lxml/
MASTER_SITES = http://pypi.python.org/packages/source/l/lxml/
-DISTNAME = lxml-$(GARVERSION)
-DISTFILES = $(DISTNAME).tar.gz
+DISTNAME = lxml-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
UFILES_REGEX = lxml-(\d+(?:\.\d+)*).tar.gz
-PACKAGES = CSWpylxml
+# See http://codespeak.net/lxml/index.html#license
+LICENSE = doc/licenses/BSD.txt
+
+PACKAGES = CSWpy-lxml
CATALOGNAME = py_lxml
RUNTIME_DEP_PKGS = CSWlibxml2 CSWlibxslt CSWzlib
Modified: csw/mgar/pkg/pylxml/trunk/checksums
===================================================================
--- csw/mgar/pkg/pylxml/trunk/checksums 2010-02-26 14:09:51 UTC (rev 8834)
+++ csw/mgar/pkg/pylxml/trunk/checksums 2010-02-26 14:12:03 UTC (rev 8835)
@@ -1 +1 @@
-2f2fcb6aae51b5b417a3c0a6b256ec56 download/lxml-2.2.2.tar.gz
+077841e74ee728e7746b65d8483274be lxml-2.2.4.tar.gz
Modified: csw/mgar/pkg/pylxml/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/pylxml/trunk/files/changelog.CSW 2010-02-26 14:09:51 UTC (rev 8834)
+++ csw/mgar/pkg/pylxml/trunk/files/changelog.CSW 2010-02-26 14:12:03 UTC (rev 8835)
@@ -1,5 +1,5 @@
-py_lxml (2.2.2,REV=2009.10.02)
+pylxml (2.2.4,REV=2010.02.26)
* Initial release.
- -- Sebastian Kayser <skayser at opencsw.org> Fri, 2 Oct 2009 23:31:04 +0200
+ -- Sebastian Kayser <skayser at opencsw.org> Fri, 26 Feb 2010 15:05:38 +0100
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list