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

(-)devel/py-jsonpatch/Makefile (-4 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	jsonpatch
3
PORTNAME=	jsonpatch
4
PORTVERSION=	1.9
4
PORTVERSION=	1.21
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 9-20 Link Here
9
MAINTAINER=	harm@weites.com
9
MAINTAINER=	harm@weites.com
10
COMMENT=	Apply JSON-Patches (RFC 6902)
10
COMMENT=	Apply JSON-Patches (RFC 6902)
11
11
12
LICENSE=	BSD3CLAUSE
13
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
13
15
14
LICENSE=	BSD3CLAUSE
15
16
USES=		python
16
USES=		python
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist concurrent distutils
18
18
19
regression-test: build
19
regression-test: build
20
	@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
20
	@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
(-)devel/py-jsonpatch/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (jsonpatch-1.9.tar.gz) = e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2
1
TIMESTAMP = 1520730497
2
SIZE (jsonpatch-1.9.tar.gz) = 14275
2
SHA256 (jsonpatch-1.21.tar.gz) = 11f5ffdf543a83047a2f54ac28f8caad7f34724cb1ea26b27547fd974f1a2153
3
SIZE (jsonpatch-1.21.tar.gz) = 15208

Return to bug 226508