aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-13 18:41:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-13 18:41:37 +0000
commit9a17f661327a36210dd5ce38149e6638b254a427 (patch)
treee8d5c72e3f220e4a2d948f3b94daee6c84d391e9 /textproc/Makefile
parent3bb3f409e023d71b6fcd73d9d4a7d501dbf23def (diff)
downloadports-9a17f661327a36210dd5ce38149e6638b254a427.tar.gz
ports-9a17f661327a36210dd5ce38149e6638b254a427.zip
Add py-parse-type 0.5.6
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
Notes
Notes: svn path=/head/; revision=552247
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index bdd8a2942505..7751cef59f90 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1313,6 +1313,7 @@
SUBDIR += py-pandocfilters
SUBDIR += py-paragrep
SUBDIR += py-parse
+ SUBDIR += py-parse-type
SUBDIR += py-parsel
SUBDIR += py-parsimonious
SUBDIR += py-parso