./textproc/py-parse, Parse strings using a specification based on format()

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.19.1, Package name: py310-parse-1.19.1, Maintainer: pkgsrc-users

Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()


Required to run:
[lang/python310]

Master sites:

Filesize: 18.967 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 10:22:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-parse: updated to 1.19.1

1.19.1

Add support for sign specifiers in number formats.
Fix handling of unused alignment
modern packaging
universal wheel
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-11 19:26:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-parse: updated to 1.19.0

- 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-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-03-02 11:29:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-parse: updated to 1.15.0

1.15.0 Several fixes for parsing non-base 10 numbers
   2020-01-03 12:46:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-parse: updated to 1.14.0

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-28 10:22:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-parse: updated to 1.12.1

1.12.1
Actually use the case_sensitive arg in compile