Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 13:30:36 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401347 - head/devel/py-jsonschema
Message-ID:  <201511121330.tACDUar6033200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Nov 12 13:30:36 2015
New Revision: 401347
URL: https://svnweb.freebsd.org/changeset/ports/401347

Log:
  devel/py-jsonschema: update to 2.5.1

Modified:
  head/devel/py-jsonschema/Makefile
  head/devel/py-jsonschema/distinfo

Modified: head/devel/py-jsonschema/Makefile
==============================================================================
--- head/devel/py-jsonschema/Makefile	Thu Nov 12 13:30:36 2015	(r401346)
+++ head/devel/py-jsonschema/Makefile	Thu Nov 12 13:30:36 2015	(r401347)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jsonschema
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,15 @@ COMMENT=	JSON Schema validation for Pyth
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcversioner>0:${PORTSDIR}/devel/py-vcversioner
+
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_VER} == "2.7"
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}functools32>0:${PORTSDIR}/devel/py-functools32
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/py-jsonschema/distinfo
==============================================================================
--- head/devel/py-jsonschema/distinfo	Thu Nov 12 13:30:36 2015	(r401346)
+++ head/devel/py-jsonschema/distinfo	Thu Nov 12 13:30:36 2015	(r401347)
@@ -1,2 +1,2 @@
-SHA256 (jsonschema-2.4.0.tar.gz) = 1298a2f1b2f4c4a7b921cccd159e4e42f6d7b0fb75c86c0cdecfc71f061833fa
-SIZE (jsonschema-2.4.0.tar.gz) = 48293
+SHA256 (jsonschema-2.5.1.tar.gz) = 36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41
+SIZE (jsonschema-2.5.1.tar.gz) = 50855



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