2775d4b6d4
3.3.1 (2014-02-12) ================== Features added -------------- Bugs fixed ---------- * LP#1014290: HTML documents parsed with ``parser.feed()`` failed to find elements during tag iteration. * LP#1273709: Building in PyPy failed due to missing support for ``PyUnicode_Compare()`` and ``PyByteArray_*()`` in PyPy's C-API. * LP#1274413: Compilation in MSVC failed due to missing "stdint.h" standard header file. * LP#1274118: iterparse() failed to parse BOM prefixed files.
21 lines
610 B
Makefile
21 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/02/20 09:32:25 wiz Exp $
|
|
|
|
DISTNAME= lxml-3.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://lxml.de/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lxml.de/
|
|
COMMENT= Python binding for libxml2 and libxslt
|
|
LICENSE= modified-bsd
|
|
|
|
TEST_TARGET= test_inplace
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.7.8
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.26
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|