pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-et_xmlfile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 22 11:07:23 UTC 2025

Added Files:
        pkgsrc/textproc/py-et_xmlfile: DESCR Makefile PLIST distinfo

Log Message:
textproc/py-et_xmlfile: import py-et_xmlfile-2.0.0

Packaged in wip by mayuresh%acm.org@localhost

A low-memory way of creating XML files.

This is an implementation of lxml's xmlfile module for the standard library's
ElementTree.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-et_xmlfile/DESCR \
    pkgsrc/textproc/py-et_xmlfile/Makefile \
    pkgsrc/textproc/py-et_xmlfile/PLIST \
    pkgsrc/textproc/py-et_xmlfile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-et_xmlfile/DESCR
diff -u /dev/null pkgsrc/textproc/py-et_xmlfile/DESCR:1.1
--- /dev/null   Tue Jul 22 11:07:23 2025
+++ pkgsrc/textproc/py-et_xmlfile/DESCR Tue Jul 22 11:07:23 2025
@@ -0,0 +1,4 @@
+A low-memory way of creating XML files.
+
+This is an implementation of lxml's xmlfile module for the standard library's
+ElementTree.
Index: pkgsrc/textproc/py-et_xmlfile/Makefile
diff -u /dev/null pkgsrc/textproc/py-et_xmlfile/Makefile:1.1
--- /dev/null   Tue Jul 22 11:07:23 2025
+++ pkgsrc/textproc/py-et_xmlfile/Makefile      Tue Jul 22 11:07:23 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/07/22 11:07:23 wiz Exp $
+
+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@localhost
+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"
Index: pkgsrc/textproc/py-et_xmlfile/PLIST
diff -u /dev/null pkgsrc/textproc/py-et_xmlfile/PLIST:1.1
--- /dev/null   Tue Jul 22 11:07:23 2025
+++ pkgsrc/textproc/py-et_xmlfile/PLIST Tue Jul 22 11:07:23 2025
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2025/07/22 11:07:23 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE.python
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/et_xmlfile/__init__.py
+${PYSITELIB}/et_xmlfile/__init__.pyc
+${PYSITELIB}/et_xmlfile/__init__.pyo
+${PYSITELIB}/et_xmlfile/incremental_tree.py
+${PYSITELIB}/et_xmlfile/incremental_tree.pyc
+${PYSITELIB}/et_xmlfile/incremental_tree.pyo
+${PYSITELIB}/et_xmlfile/xmlfile.py
+${PYSITELIB}/et_xmlfile/xmlfile.pyc
+${PYSITELIB}/et_xmlfile/xmlfile.pyo
Index: pkgsrc/textproc/py-et_xmlfile/distinfo
diff -u /dev/null pkgsrc/textproc/py-et_xmlfile/distinfo:1.1
--- /dev/null   Tue Jul 22 11:07:23 2025
+++ pkgsrc/textproc/py-et_xmlfile/distinfo      Tue Jul 22 11:07:23 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/07/22 11:07:23 wiz Exp $
+
+BLAKE2s (et_xmlfile-2.0.0.tar.gz) = f0bb24c8010ca729bde033e61b79e0911ba23c4cdc8c62f7341649a927985af5
+SHA512 (et_xmlfile-2.0.0.tar.gz) = 9a6b8bf3aa97fa48d85f063bcf093664fabb70a2d1a176a8b7803045a9add26613c0f44664cb63e04addfa2cb20cf24f55e426197f92befff0cf9a2051b4fa20
+Size (et_xmlfile-2.0.0.tar.gz) = 17234 bytes



Home | Main Index | Thread Index | Old Index