Python's ElementTree XML data structures, both for the standard ElementTree
library and for the lxml.etree library.
For lxml.etree this package can be useful for providing XPath 2.0 selectors,
because lxml.etree already has it's own implementation of XPath 1.0.
WWW: https://github.com/sissaschool/elementpath
TTP is a Python library for semi-structured text parsing using templates.
In essence, TTP can help to:
- Prepare, sort and load text data for parsing
- Parse text using regexes dynamically derived out of templates
- Process matches on the fly using broad set of built-in or custom functions
- Combine match results in a structure with arbitrary hierarchy
- Transform results in desired format to ease consumption by humans or machines
- Return results to various destinations for storage or further processing
WWW: https://github.com/dmulyalin/ttp
October 10, 2020. KDE today announces the release of KDE Frameworks 5.75.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Full Announcement & Changelog:
https://kde.org/announcements/kde-frameworks-5.75.0
PR: 250251
Exp-run by: antoine
- Sort variables
- Replace test make targets with a simple TEST_TARGET=test
- Remove unnecessary include <bsd.port.options.mk>
Approved by: portmgr blanket
which is not present in the ports tree and fails to start at runtime.
Bump PORTEPOCH.
Reviewed by: bapt
Approved by: bapt, portmgr (fixit)
MFH: 2020Q4
Differential Revision: https://reviews.freebsd.org/D26775
parse_type extends the parse module (opposite of string.format()) with the
following features:
- build type converters for common use cases (enum/mapping, choice)
- build a type converter with a cardinality constraint (0..1, 0..*, 1..*)
from the type converter with cardinality=1.
- compose a type converter from other type converters
- an extended parser that supports the CardinalityField naming schema
and creates missing type variants (0..1, 0..*, 1..*) from the primary type
converter
WWW: https://github.com/jenisys/parse_type
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine
Dozens of KDE apps are getting new releases from KDE’s release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use.
I've created a repository, which incorporates our patches into the build
system of Rarian so that we could use CONFIGURE_ARGS instead of patches and
REINPLACE_CMD's.
Also, while here, drop the patch replacing LINK with CXXLINK in the build
system of the port. It's just not needed anymore.
I'm leaving the patch modifying --version behavior as it is. It's probably
a bad idea that we decided to modify upstream behavior in the first place
but at this point it probably makes little sense to change the behavior
after so many years.