diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 08:29:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 08:29:19 +0700 |
commit | 975c7de56f7615a7e852d58c9d34f0fa128209b1 (patch) | |
tree | 1fdd8f04ac5c99e42f2da9f46f45bf55b6134fe7 /python/python2-regex/slack-desc | |
parent | 10d82d9024100b7296ab4cb98130735acdbda794 (diff) |
python/python2-regex: Added (Python regex implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-regex/slack-desc')
-rw-r--r-- | python/python2-regex/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-regex/slack-desc b/python/python2-regex/slack-desc new file mode 100644 index 0000000000..5e44cecd5e --- /dev/null +++ b/python/python2-regex/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-regex: python2-regex (Python regex implementation) +python2-regex: +python2-regex: A new regex implementation intended eventually to replace Python's +python2-regex: current re module implementation. For testing and comparison with the +python2-regex: new implementation is in the form of a module called 'regex'. +python2-regex: +python2-regex: Homepage: https://code.google.com/p/mrab-regex-hg/ +python2-regex: +python2-regex: +python2-regex: +python2-regex: |