Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 00:03:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465551 - head/devel/py-jsonpatch
Message-ID:  <201803260003.w2Q03hU2097848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803260003.w2Q03hU2097848>