svn commit: r465551 - head/devel/py-jsonpatch

Yuri Victorovich yuri at FreeBSD.org
Mon Mar 26 00:03:44 UTC 2018


Author: yuri
Date: Mon Mar 26 00:03:43 2018
New Revision: 465551
URL: https://svnweb.freebsd.org/changeset/ports/465551

Log:
  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 at weites.com (maintainer timeout; 15 days)

Modified:
  head/devel/py-jsonpatch/Makefile
  head/devel/py-jsonpatch/distinfo
  head/devel/py-jsonpatch/pkg-descr

Modified: head/devel/py-jsonpatch/Makefile
==============================================================================
--- head/devel/py-jsonpatch/Makefile	Sun Mar 25 23:46:05 2018	(r465550)
+++ head/devel/py-jsonpatch/Makefile	Mon Mar 26 00:03:43 2018	(r465551)
@@ -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 at weites.com
 COMMENT=	Apply JSON-Patches (RFC 6902)
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
-
 LICENSE=	BSD3CLAUSE
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
 
-regression-test: build
+do-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
 	@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
 

Modified: head/devel/py-jsonpatch/distinfo
==============================================================================
--- head/devel/py-jsonpatch/distinfo	Sun Mar 25 23:46:05 2018	(r465550)
+++ head/devel/py-jsonpatch/distinfo	Mon Mar 26 00:03:43 2018	(r465551)
@@ -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

Modified: head/devel/py-jsonpatch/pkg-descr
==============================================================================
--- head/devel/py-jsonpatch/pkg-descr	Sun Mar 25 23:46:05 2018	(r465550)
+++ head/devel/py-jsonpatch/pkg-descr	Mon Mar 26 00:03:43 2018	(r465551)
@@ -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


More information about the svn-ports-all mailing list