devel/py-jsonpath-ng: New port JSONPath implementation based on jsonpath-rw and jsonpath-rw-ext PR: 258149 Approved by: tbd (mentor) Differential Revision: https://reviews.freebsd.org/D33135
Details
Details
- Reviewers
0mp philip - Commits
- R11:516de6f948d8: devel/py-jsonpath-ng: New port
Poudriere testport looks good.
Portlint, portclippy, portfmt all happy.
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/py-jsonpath-ng/Makefile | ||
---|---|---|
9 | How about something like this? A COMMENT beginning with "this" does not sound good. Note: python packages should ideally use the description from pypi: https://pypi.org/project/jsonpath-ng/ "A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming." is slightly too long so the right way to do it is to shorten it as much as possible. | |
11 | note: if the project distributes a license file, it is a good idea to set LICENSE_FILE. |