pkgsrc-wip/py-elementtree/Makefile
Soren Jacobsen 60e81dae78 Convert to buildlink3. Update to 1.2a5 because the previous distfile
was no longer available.

Changes:
- Fixed problem that could result in repeated use of the same
    namespace prefix in the same element.
- Fixed import error in ElementInclude, when using the default
    loader (Gustavo Niemeyer).
- Fixed exception when .//tag fails to find matching elements
    (reported by Mike Kent) (@XMLTOOLKIT28)
- Fall back on pre-1.2 find/findtext/findall behaviour if the
    ElementPath module is not installed.  If you don't need path
  support, you can simply copy the ElementTree module to your
  own project.
- Added experimental support for XInclude-style preprocessing.  The
    ElementInclude module expands xi:include elements, using a custom
    resolver.  The current release ignores xi:fallback elements.
- Fixed typo in ElementTree.findtext (reported by Thomas Dartsch)
    (@XMLTOOLKIT25)
- Fixed parsing of periods in element names (reported by Brian
    Vicente) (@XMLTOOLKIT27)
2004-05-02 21:34:06 +00:00

19 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/05/02 21:34:06 blef Exp $
#
DISTNAME= elementtree-1.2a5-20031115
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20031115//}
CATEGORIES= textproc
MASTER_SITES= http://effbot.org/downloads/
EXTRACT_SUFX= .zip
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://effbot.org/zone/element.htm
COMMENT= Read XML and HTML files into trees of Element objects
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_BUILDLINK3= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"