head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.8
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.6
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.4
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.2
	pkgsrc-2025Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.07.22.11.07.23;	author wiz;	state Exp;
branches;
next	;
commitid	2X9GbYWRThn1tJ3G;


desc
@@


1.1
log
@textproc/py-et_xmlfile: import py-et_xmlfile-2.0.0

Packaged in wip by mayuresh@@acm.org

A low-memory way of creating XML files.

This is an implementation of lxml's xmlfile module for the standard library's
ElementTree.
@
text
@# $NetBSD$

DISTNAME=	et_xmlfile-2.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=e/et_xmlfile/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://foss.heptapod.net/openpyxl/et_xmlfile
COMMENT=	Implementation of lxml.xmlfile for the standard library
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@
