aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-26 12:11:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-26 12:11:15 +0000
commit6dcf69a08fcfeaa27b7e9d637dc210f050b269e2 (patch)
tree15afa6f646583b1cdba17b909488cc5b56a4be39 /textproc/Makefile
parent1c47b1f789d8d220097441c145417dec7baa56b7 (diff)
downloadports-6dcf69a08fcfeaa27b7e9d637dc210f050b269e2.tar.gz
ports-6dcf69a08fcfeaa27b7e9d637dc210f050b269e2.zip
Add py-parse 1.15.0
parse() is the opposite of format(). It parses strings using a specification based on the Python format() syntax. The module is set up to only export parse(), search(), findall(), and with_pattern() when import * is used. WWW: https://github.com/r1chardj0n3s/parse
Notes
Notes: svn path=/head/; revision=536611
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 8ff17b239584..4562e23cf260 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1298,6 +1298,7 @@
SUBDIR += py-pager
SUBDIR += py-pandocfilters
SUBDIR += py-paragrep
+ SUBDIR += py-parse
SUBDIR += py-parsel
SUBDIR += py-parsimonious
SUBDIR += py-parso