diff options
author | adam <adam@pkgsrc.org> | 2018-08-28 09:56:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-28 09:56:44 +0000 |
commit | e546daf2fe98386c61bd684553515700779bfadd (patch) | |
tree | 240d654325d7ba850d8a59131f0be9351928cf49 /textproc/Makefile | |
parent | ce8686a11fc0f9a6057a7c3d4cb97dc8b0f19f5d (diff) | |
download | pkgsrc-e546daf2fe98386c61bd684553515700779bfadd.tar.gz |
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
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9b3f9a4f08e..d4bbf97f38d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1002 2018/08/25 12:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.1003 2018/08/28 09:56:44 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -800,6 +800,8 @@ SUBDIR+= py-numpydoc SUBDIR+= py-odfpy SUBDIR+= py-openpyxl SUBDIR+= py-pandocfilters +SUBDIR+= py-parse +SUBDIR+= py-parse_type SUBDIR+= py-pdf-parser SUBDIR+= py-pdfrw SUBDIR+= py-phonenumbers |