[csw-devel] SF.net SVN: gar:[6676] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Oct 2 23:42:03 CEST 2009


Revision: 6676
          http://gar.svn.sourceforge.net/gar/?rev=6676&view=rev
Author:   skayser
Date:     2009-10-02 21:42:03 +0000 (Fri, 02 Oct 2009)

Log Message:
-----------
pylxml: initial commit

Added Paths:
-----------
    csw/mgar/pkg/pylxml/
    csw/mgar/pkg/pylxml/branches/
    csw/mgar/pkg/pylxml/tags/
    csw/mgar/pkg/pylxml/trunk/
    csw/mgar/pkg/pylxml/trunk/Makefile
    csw/mgar/pkg/pylxml/trunk/checksums
    csw/mgar/pkg/pylxml/trunk/files/
    csw/mgar/pkg/pylxml/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/pylxml/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/pylxml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pylxml/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pylxml/trunk/Makefile	2009-10-02 21:42:03 UTC (rev 6676)
@@ -0,0 +1,37 @@
+# TODO
+# - Move this to a pymodules/ subdirectory with the rest of the
+#   python modules (similar to the cpan directory).
+GARNAME = pylxml
+GARVERSION = 2.2.2
+CATEGORIES = python
+
+DESCRIPTION = Pythonic binding for the libxml2 and libxslt libraries
+define BLURB
+  lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is
+  unique in that it combines the speed and feature completeness of these
+  libraries with the simplicity of a native Python API, mostly compatible
+  but superior to the well-known ElementTree API.
+endef
+
+SPKG_SOURCEURL = http://codespeak.net/lxml/
+MASTER_SITES = http://pypi.python.org/packages/source/l/lxml/
+DISTNAME = lxml-$(GARVERSION)
+DISTFILES  = $(DISTNAME).tar.gz
+UFILES_REGEX = lxml-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWpylxml
+CATALOGNAME = py_lxml
+
+REQUIRED_PKGS = CSWlibxml2 CSWlibxslt CSWzlib
+
+EXTRA_PAX_ARGS = '-s,CHANGES.txt,changelog,p'
+
+include gar/category.mk
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(CATALOGNAME)
+post-install-modulated: DOCS=CHANGES.txt CREDITS.txt IDEAS.txt
+post-install-modulated:
+	ginstall -d $(DOCDEST)
+	cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+	cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/pylxml/trunk/checksums
===================================================================
--- csw/mgar/pkg/pylxml/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pylxml/trunk/checksums	2009-10-02 21:42:03 UTC (rev 6676)
@@ -0,0 +1 @@
+2f2fcb6aae51b5b417a3c0a6b256ec56  download/lxml-2.2.2.tar.gz

Added: csw/mgar/pkg/pylxml/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/pylxml/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/pylxml/trunk/files/changelog.CSW	2009-10-02 21:42:03 UTC (rev 6676)
@@ -0,0 +1,5 @@
+py_lxml (2.2.2,REV=2009.10.02)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Fri,  2 Oct 2009 23:31:04 +0200


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