Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 16:43:07 +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: r369272 - head/devel/py-jsonschema
Message-ID:  <201409251643.s8PGh7rh070837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Sep 25 16:43:07 2014
New Revision: 369272
URL: http://svnweb.freebsd.org/changeset/ports/369272
QAT: https://qat.redports.org/buildarchive/r369272/

Log:
  devel/py-jsonschema: update to 2.4.0
  
  - USES python

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

Modified: head/devel/py-jsonschema/Makefile
==============================================================================
--- head/devel/py-jsonschema/Makefile	Thu Sep 25 16:29:13 2014	(r369271)
+++ head/devel/py-jsonschema/Makefile	Thu Sep 25 16:43:07 2014	(r369272)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jsonschema
-PORTVERSION=	2.3.0
+PORTVERSION=	2.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,7 @@ COMMENT=	JSON Schema validation for Pyth
 
 LICENSE=	MIT
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-jsonschema/distinfo
==============================================================================
--- head/devel/py-jsonschema/distinfo	Thu Sep 25 16:29:13 2014	(r369271)
+++ head/devel/py-jsonschema/distinfo	Thu Sep 25 16:43:07 2014	(r369272)
@@ -1,2 +1,2 @@
-SHA256 (jsonschema-2.3.0.tar.gz) = a79dcee3769d7cf749836da840966a83cd2e33e361264e77b74df9490ffe5c89
-SIZE (jsonschema-2.3.0.tar.gz) = 43115
+SHA256 (jsonschema-2.4.0.tar.gz) = 1298a2f1b2f4c4a7b921cccd159e4e42f6d7b0fb75c86c0cdecfc71f061833fa
+SIZE (jsonschema-2.4.0.tar.gz) = 48293



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