summaryrefslogtreecommitdiff
path: root/textproc/py-parse
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-11py-parse: updated to 1.19.0adam2-6/+8
- 1.19.0 Added slice access to fixed results Also corrected matching of *full string* vs. *full line* Fix issue with using digit field numbering and types - 1.18.0 Correct bug in int parsing introduced in 1.16.0 - 1.17.0 Make left- and center-aligned search consume up to next space - 1.16.0 Make compiled parse objects pickleable
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-02py-parse: updated to 1.15.0adam2-7/+7
1.15.0 Several fixes for parsing non-base 10 numbers
2020-01-03py-parse: updated to 1.14.0adam2-7/+7
1.14.0 More broad acceptance of Fortran number format 1.13.1 Project metadata correction. 1.13.0 Handle Fortran formatted numbers with no leading 0 before decimal point. Handle comparison of FixedTzOffset with other types of object.
2019-08-28py-parse: updated to 1.12.1adam2-7/+7
1.12.1 Actually use the case_sensitive arg in compile
2019-04-11py-parse: updated to 1.12.0adam2-7/+7
1.12.0 Do not assume closing brace when an opening one is found
2019-01-24py-parse: updated to 1.11.1adam2-7/+7
1.11.0 Implement __contains__ for Result instances. 1.10.0 Introduce a "letters" matcher, since "w" matches numbers also. 1.9.1 Fix deprecation warnings around backslashes in regex strings. Also fix some documentation formatting issues.
2018-10-07py-parse: updated to 1.9.0adam2-7/+7
1.9.0: We now honor precision and width specifiers when parsing numbers and strings, allowing parsing of concatenated elements of fixed width
2018-08-28py-parse: added version 1.8.4adam4-0/+32
Parse strings using a specification based on the Python format() syntax. parse() is the opposite of format()