Date: Sun, 31 Jan 2021 08:20:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563480 - in branches/2021Q1/textproc: . py-xmlschema Message-ID: <202101310820.10V8KdGb031968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 31 08:20:39 2021 New Revision: 563480 URL: https://svnweb.freebsd.org/changeset/ports/563480 Log: MFH: r561725 to unbreak the quarterly branch Add textproc/py-xmlschema: Implementation of XML Schema for Python The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+). This library arises from the needs of a solid Python layer for processing XML Schema based files for MaX (Materials design at the Exascale) European project. A significant problem is the encoding and the decoding of the XML data files produced by different simulation software. Another important requirement is the XML data validation, in order to put the produced data under control. The lack of a suitable alternative for Python in the schema-based decoding of XML data has led to build this library. Obviously this library can be useful for other cases related to XML Schema based processing, not only for the original scope. WWW: https://pypi.org/project/xmlschema/ Added: branches/2021Q1/textproc/py-xmlschema/ - copied from r561725, head/textproc/py-xmlschema/ Modified: branches/2021Q1/textproc/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/textproc/Makefile ============================================================================== --- branches/2021Q1/textproc/Makefile Sun Jan 31 07:47:08 2021 (r563479) +++ branches/2021Q1/textproc/Makefile Sun Jan 31 08:20:39 2021 (r563480) @@ -1453,6 +1453,7 @@ SUBDIR += py-xlwt SUBDIR += py-xml-default-dict SUBDIR += py-xmldiff + SUBDIR += py-xmlschema SUBDIR += py-yapf SUBDIR += py-zope.i18nmessageid SUBDIR += py-zope.structuredtext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310820.10V8KdGb031968>