Subject: CVS commit: pkgsrc/textproc
From: Adam Ciarcinski
Date: 2018-08-28 11:56:44
Message id: 20180828095644.9458BFBF8@cvs.NetBSD.org

Log Message:
py-parse_type: added version 0.4.2

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

Files:
RevisionActionfile
1.1addpkgsrc/textproc/py-parse_type/DESCR
1.1addpkgsrc/textproc/py-parse_type/Makefile
1.1addpkgsrc/textproc/py-parse_type/PLIST
1.1addpkgsrc/textproc/py-parse_type/distinfo