Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2011 21:23:29 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162702: [UPDATE] devel/py-lxml: update to 2.3.2
Message-ID:  <201111202123.pAKLNTX7003589@red.freebsd.org>
Resent-Message-ID: <201111202130.pAKLUCHC056849@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162702
>Category:       ports
>Synopsis:       [UPDATE] devel/py-lxml: update to 2.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 20 21:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 2.3.2
- change USE_PYTHON to just `yes', because py-lxml supports python3 too

changelog:
http://lxml.de/2.3/changes-2.3.2.html

buildlog:
http://people.freebsd.org/~rm/py27-lxml-2.3.2.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-lxml/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	19 Oct 2011 20:44:43 -0000	1.22
+++ Makefile	20 Nov 2011 21:19:03 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/devel/py-lxml/Makefile,v 1.22 2011/10/19 20:44:43 cs Exp $
 
 PORTNAME=	lxml
-PORTVERSION=	2.3.1
+PORTVERSION=	2.3.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,8 @@
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
 		xslt.2:${PORTSDIR}/textproc/libxslt
 
-USE_PYTHON=	2.6+
+# Python3 ready
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYEASYINSTALL_ARCHDEP=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/py-lxml/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	19 Oct 2011 20:44:43 -0000	1.16
+++ distinfo	20 Nov 2011 21:19:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxml-2.3.1.tar.gz) = d5fc97bc9f4d0d0c8a73dcfcfb6fb2fe20d4da673e426ed594670a83e1485dc5
-SIZE (lxml-2.3.1.tar.gz) = 3131805
+SHA256 (lxml-2.3.2.tar.gz) = 32bf688a03d18caa74840764727e8fa29bb29950f7a190a0b969150a3869a6a1
+SIZE (lxml-2.3.2.tar.gz) = 3134325
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/py-lxml/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	19 Oct 2011 20:44:43 -0000	1.2
+++ pkg-descr	20 Nov 2011 21:19:03 -0000
@@ -1,4 +1,4 @@
-lxml is a Python binding for libxml2 and libxslt. Its aim:
+lxml is a Python binding for libxml2 and libxslt. It's aim:
 
   * Pythonic API.
   * Documented.
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/py-lxml/pkg-plist,v
retrieving revision 1.18
diff -u -r1.18 pkg-plist
--- pkg-plist	19 Oct 2011 20:44:43 -0000	1.18
+++ pkg-plist	20 Nov 2011 21:19:03 -0000
@@ -557,7 +557,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/doc/html/api/xml.etree.ElementTree.iterparse-class.html
 %%PORTDOCS%%%%DOCSDIR%%/doc/html/build.html
 %%PORTDOCS%%%%DOCSDIR%%/doc/html/capi.html
-%%PORTDOCS%%%%DOCSDIR%%/doc/html/changes-2.3.1.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/html/changes-2.3.2.html
 %%PORTDOCS%%%%DOCSDIR%%/doc/html/compatibility.html
 %%PORTDOCS%%%%DOCSDIR%%/doc/html/credits.html
 %%PORTDOCS%%%%DOCSDIR%%/doc/html/cssselect.html


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111202123.pAKLNTX7003589>