pkgsrc-WIP-changes archive

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

py-et_xmlfile: initial revision



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jul 22 16:28:13 2025 +0530
Changeset:	0936379af7074890a9f53d8c2464043bc5fec19d

Added Files:
	py-et_xmlfile/COMMIT_MSG
	py-et_xmlfile/DESCR
	py-et_xmlfile/Makefile
	py-et_xmlfile/PLIST
	py-et_xmlfile/distinfo

Log Message:
py-et_xmlfile: initial revision

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0936379af7074890a9f53d8c2464043bc5fec19d

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

diffstat:
 py-et_xmlfile/COMMIT_MSG |  3 +++
 py-et_xmlfile/DESCR      |  4 ++++
 py-et_xmlfile/Makefile   | 16 ++++++++++++++++
 py-et_xmlfile/PLIST      | 17 +++++++++++++++++
 py-et_xmlfile/distinfo   |  5 +++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/py-et_xmlfile/COMMIT_MSG b/py-et_xmlfile/COMMIT_MSG
new file mode 100644
index 0000000000..15d7bd82b5
--- /dev/null
+++ b/py-et_xmlfile/COMMIT_MSG
@@ -0,0 +1,3 @@
+textproc/py-et_xmlfile: Add version 2.0.0
+Packaged in wip by mayuresh%acm.org@localhost
+Added to meet dependency of textproc/py-openpyxl
diff --git a/py-et_xmlfile/DESCR b/py-et_xmlfile/DESCR
new file mode 100644
index 0000000000..c6b8eb7fb9
--- /dev/null
+++ b/py-et_xmlfile/DESCR
@@ -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.
diff --git a/py-et_xmlfile/Makefile b/py-et_xmlfile/Makefile
new file mode 100644
index 0000000000..b1b8965ab2
--- /dev/null
+++ b/py-et_xmlfile/Makefile
@@ -0,0 +1,16 @@
+# $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@localhost
+HOMEPAGE=	https://foss.heptapod.net/openpyxl/et_xmlfile
+COMMENT=	Implementation of lxml.xmlfile for the standard library
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-et_xmlfile/PLIST b/py-et_xmlfile/PLIST
new file mode 100644
index 0000000000..717e4e221f
--- /dev/null
+++ b/py-et_xmlfile/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+${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
diff --git a/py-et_xmlfile/distinfo b/py-et_xmlfile/distinfo
new file mode 100644
index 0000000000..b0464c5304
--- /dev/null
+++ b/py-et_xmlfile/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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