Path to this page:
./
textproc/py-parse_type,
Simplifies to build parse types based on the parse module
Branch: CURRENT,
Version: 0.6.4,
Package name: py312-parse_type-0.6.4,
Maintainer: pkgsrc-usersparse_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
Required to run:[
lang/py-six] [
textproc/py-parse] [
lang/python310]
Master sites:
Filesize: 94.219 KB
Version history: (Expand)
- (2024-10-21) Updated to version: py312-parse_type-0.6.4
- (2024-08-27) Updated to version: py312-parse_type-0.6.3
- (2023-07-07) Updated to version: py310-parse_type-0.6.2
- (2023-02-14) Updated to version: py310-parse_type-0.6.0
- (2023-02-09) Updated to version: py310-parse_type-0.5.6nb1
- (2022-01-05) Updated to version: py39-parse_type-0.5.6nb1
CVS history: (Expand)
2023-07-07 15:47:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse_type: updated to 0.6.2
Version: 0.6.2 (2023-07-04)
FIXES:
* tests/test_parse.py tests ``parse_type.parse`` (per default).
REASON: Using for older installed ``parse`` module may cause weird problems.
RELATED TO: ``parse v1.19.1`` (behavior changed compared to ``v1.19.0``)
Version: 0.6.1 (2023-07-02)
* Switch to MIT license (same as: `parse`_ module)
* Use SPDX-License-Identifier in source code (to simplify understanding)
* UPDATE/SYNC to `parse`_ v1.19.1
* ADDED: ``pyproject.toml`` to support newer ``pip`` versions
REASON: ``setup.py`` becomes DEPRECATED in 2023-09 for newer ``pip`` versions.
FIXED:
* pytest is failing in two units (submitted by: kloczek; caused by: `parse`_ v1.19.1)
* Licensing confusion
DEVELOPMENT:
* VCS: Renamed default branch of Git repository to "main" (was: \
"master").
* CI: Use github-actions as CI pipeline.
|
2023-02-14 19:29:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-parse_type: updated to 0.6.0
Version: 0.6.0
FIXED:
+ setup.py: Remove use of "use_2to3"
|
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-12-06 16:17:57 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-parse_type: update to 0.5.6.
Fix build with latest setuptools.
Changes not found.
|
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:27:08 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-parse_type: mark as incompatible with Python 2.7
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2019-08-13 13:00:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse_type: updated to 0.5.2
v0.5.2
py.requirements: Add twine
v0.5.0
BUMP-VERSION: 0.5.0 (was: 0.4.3 / 0.4.2).
|