Update to lxml-3.4.3
From Sean Levy who also takes maintainership. While here also kill EXTRACT_SUFX and trailing whitespace in DESCR. ok sthen@
This commit is contained in:
parent
b0de56b46d
commit
6e099eda2f
@ -1,21 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2015/04/17 08:06:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2015/04/29 16:09:54 jca Exp $
|
||||
|
||||
COMMENT= Python binding for the libxml2 and libxslt libraries
|
||||
BROKEN-hppa= OOM on src/lxml/lxml.etree.c
|
||||
|
||||
MODPY_EGG_VERSION= 3.3.5
|
||||
REVISION= 0
|
||||
MODPY_EGG_VERSION= 3.4.3
|
||||
DISTNAME= lxml-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-lxml-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
HOMEPAGE= http://lxml.de/
|
||||
|
||||
MAINTAINER = Sean Levy <attila@stalphonsos.com>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
WANTLIB= ${MODPY_WANTLIB} exslt m pthread xml2 xslt z
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lxml-3.3.5.tar.gz) = ataUncfup0SjD7p3qWjdWRD1RSIOWLzIE7nfXHk+MYo=
|
||||
SIZE (lxml-3.3.5.tar.gz) = 3467344
|
||||
SHA256 (lxml-3.4.3.tar.gz) = bOShGrSFpnqJmqPggMl7IqnfQMcHe9kUaoIdOHLPIDc=
|
||||
SIZE (lxml-3.4.3.tar.gz) = 3541740
|
||||
|
@ -1,6 +1,6 @@
|
||||
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.
|
||||
It provides safe and convenient access to these libraries using the
|
||||
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.
|
||||
It provides safe and convenient access to these libraries using the
|
||||
ElementTree API.
|
||||
|
||||
It extends the ElementTree API significantly to offer support for XPath,
|
||||
It extends the ElementTree API significantly to offer support for XPath,
|
||||
RelaxNG, XML Schema, XSLT, C14N and much more.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2014/06/05 06:57:03 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2015/04/29 16:09:54 jca Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/lxml/
|
||||
lib/python${MODPY_VERSION}/site-packages/lxml-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/lxml-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
@ -271,6 +271,7 @@ share/doc/py-lxml/html/api/lxml.etree._Validator-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree._XPathEvaluatorBase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree._XSLTProcessingInstruction-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree._XSLTResultTree-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree.htmlfile-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree.iterparse-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree.iterwalk-class.html
|
||||
share/doc/py-lxml/html/api/lxml.etree.xmlfile-class.html
|
||||
@ -383,6 +384,10 @@ share/doc/py-lxml/html/api/lxml.tests.test_doctestcompare.DummyInput-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_dtd-module.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_dtd-pysrc.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_dtd.ETreeDtdTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementpath-module.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementpath-pysrc.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementpath.ElementTreeElementPathTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementpath.EtreeElementPathTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementtree-module.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementtree-pysrc.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_elementtree.CElementTreeTestCase-class.html
|
||||
@ -413,8 +418,10 @@ share/doc/py-lxml/html/api/lxml.tests.test_http_io.HttpIOTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile-module.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile-pysrc.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile.BytesIOXmlFileTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile.HtmlFileTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile.SimpleFileLikeXmlFileTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile.SimpleFileLikeXmlFileTestCase.SimpleFileLike-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile.TempPathXmlFileTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile.TempXmlFileTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_incremental_xmlfile._XmlFileTestCaseBase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_io-module.html
|
||||
@ -458,6 +465,7 @@ share/doc/py-lxml/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.Work
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_threading.ThreadingTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_unicode-module.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_unicode-pysrc.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_unicode.EncodingsTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_unicode.UnicodeTestCase-class.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_xmlschema-module.html
|
||||
share/doc/py-lxml/html/api/lxml.tests.test_xmlschema-pysrc.html
|
||||
@ -513,6 +521,7 @@ share/doc/py-lxml/html/api/toc-lxml.tests.test_classlookup-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_css-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_doctestcompare-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_dtd-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_elementpath-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_elementtree-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_errors-module.html
|
||||
share/doc/py-lxml/html/api/toc-lxml.tests.test_etree-module.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user