mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
devel/py-jsonpatch: Update 1.9 -> 1.21
Port changes: * Change to DISTVERSION * Move RUN_DEPENDS to proper place * Add NO_ARCH=yes * Rename the target regression-test -> do-test * Change WWW to the real homepage PR: 226508 Approved by: harm@weites.com (maintainer timeout; 15 days)
This commit is contained in:
parent
79810ca936
commit
33c754ddf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465551
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonpatch
|
||||
PORTVERSION= 1.9
|
||||
DISTVERSION= 1.21
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -9,14 +9,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= harm@weites.com
|
||||
COMMENT= Apply JSON-Patches (RFC 6902)
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
|
||||
|
||||
regression-test: build
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (jsonpatch-1.9.tar.gz) = e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2
|
||||
SIZE (jsonpatch-1.9.tar.gz) = 14275
|
||||
TIMESTAMP = 1520730497
|
||||
SHA256 (jsonpatch-1.21.tar.gz) = 11f5ffdf543a83047a2f54ac28f8caad7f34724cb1ea26b27547fd974f1a2153
|
||||
SIZE (jsonpatch-1.21.tar.gz) = 15208
|
||||
|
@ -1,3 +1,3 @@
|
||||
Library to apply JSON Patches according to RFC 6902.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/jsonpatch
|
||||
WWW: https://github.com/stefankoegl/python-json-patch
|
||||
|
Loading…
Reference in New Issue
Block a user