mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04: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
3 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= jsonpatch
|
PORTNAME= jsonpatch
|
||||||
PORTVERSION= 1.9
|
DISTVERSION= 1.21
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -9,14 +9,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= harm@weites.com
|
MAINTAINER= harm@weites.com
|
||||||
COMMENT= Apply JSON-Patches (RFC 6902)
|
COMMENT= Apply JSON-Patches (RFC 6902)
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
|
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= python
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
|
||||||
USE_PYTHON= autoplist distutils
|
|
||||||
|
|
||||||
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} tests.py
|
||||||
@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
|
@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (jsonpatch-1.9.tar.gz) = e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2
|
TIMESTAMP = 1520730497
|
||||||
SIZE (jsonpatch-1.9.tar.gz) = 14275
|
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.
|
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…
Add table
Reference in a new issue