View | Details | Raw Unified | Return to bug 258149
Collapse All | Expand All

(-)b/devel/py-jsonpath-ng/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	jsonpath-ng
2
DISTVERSION=	1.5.3
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	michael.boehm@markt.de
8
COMMENT=	This packages merges both jsonpath-rw and jsonpath-rw-ext
9
10
LICENSE=	APACHE20
11
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
13
		${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
15
16
USES=		python:3.6+
17
USE_PYTHON=	distutils concurrent autoplist
18
19
NO_ARCH=	yes
20
21
.include <bsd.port.mk>
(-)b/devel/py-jsonpath-ng/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1629887663
2
SHA256 (jsonpath-ng-1.5.3.tar.gz) = a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567
3
SIZE (jsonpath-ng-1.5.3.tar.gz) = 32819
(-)b/devel/py-jsonpath-ng/pkg-descr (+9 lines)
Added Link Here
1
A final implementation of JSONPath for Python that aims to be standard
2
compliant, including arithmetic and binary comparison operators, as
3
defined in the original JSONPath proposal.
4
5
This packages merges both jsonpath-rw and jsonpath-rw-ext and provides
6
several AST API enhancements, such as the ability to update or removes
7
nodes in the tree.
8
9
WWW: https://github.com/h2non/jsonpath-ng

Return to bug 258149