[csw-devel] SF.net SVN: gar:[21687] csw/mgar/pkg/lang-python/pylxml/trunk

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Sat Aug 10 09:58:15 CEST 2013


Revision: 21687
          http://gar.svn.sourceforge.net/gar/?rev=21687&view=rev
Author:   pfelecan
Date:     2013-08-10 07:58:14 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
lang-python/pylxml/trunk:
- version bump
- multi-version for 2.x interpreters
- completed build and runtime dependencies

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/pylxml/trunk/Makefile
    csw/mgar/pkg/lang-python/pylxml/trunk/checksums

Modified: csw/mgar/pkg/lang-python/pylxml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pylxml/trunk/Makefile	2013-08-10 06:40:05 UTC (rev 21686)
+++ csw/mgar/pkg/lang-python/pylxml/trunk/Makefile	2013-08-10 07:58:14 UTC (rev 21687)
@@ -3,7 +3,7 @@
 # - Move this to a pymodules/ subdirectory with the rest of the
 #   python modules (similar to the cpan directory).
 NAME = lxml
-VERSION = 3.1.2
+VERSION = 3.2.3
 CATEGORIES = python
 GARTYPE = v2
 
@@ -15,17 +15,23 @@
   but superior to the well-known ElementTree API.
 endef
 
-VENDOR_URL   = http://codespeak.net/lxml/
+VENDOR_URL   = http://lxml.de/
 DISTNAME     = lxml-$(VERSION)
 DISTFILES    = $(DISTNAME).tar.gz
 
 # See http://codespeak.net/lxml/index.html#license
 LICENSE = doc/licenses/BSD.txt
 
+BUILD_DEP_PKGS	+=	CSWpython-dev
+BUILD_DEP_PKGS	+=	CSWpython27-dev
+BUILD_DEP_PKGS	+=	CSWlibxml2-dev
+BUILD_DEP_PKGS	+=	CSWlibxslt-dev
+
 PACKAGES = CSWpy-lxml
 SPKG_DESC_CSWpy-lxml = Easy to use and powerful libxml2/libxslt binding for Python
 RUNTIME_DEP_PKGS_CSWpy-lxml += CSWlibxslt1
 RUNTIME_DEP_PKGS_CSWpy-lxml += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-lxml += CSWlibpython2-7-1-0
 RUNTIME_DEP_PKGS_CSWpy-lxml += CSWlibexslt0
 RUNTIME_DEP_PKGS_CSWpy-lxml += CSWlibxml2-2
 

Modified: csw/mgar/pkg/lang-python/pylxml/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pylxml/trunk/checksums	2013-08-10 06:40:05 UTC (rev 21686)
+++ csw/mgar/pkg/lang-python/pylxml/trunk/checksums	2013-08-10 07:58:14 UTC (rev 21687)
@@ -1 +1 @@
-6f2173f4fd5b13fbc9f8a5096d23d524  lxml-3.1.2.tar.gz
+fef47bb4ac72ac38ce778518dac42236  lxml-3.2.3.tar.gz

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