Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2019 21:14:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499046 - in head/devel: . py-jsonschema2
Message-ID:  <201904152114.x3FLENrh093118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 15 21:14:23 2019
New Revision: 499046
URL: https://svnweb.freebsd.org/changeset/ports/499046

Log:
  Add py-jsonschema2 2.6.0 (copied from py-jsonschema)
  
  - Add LICENSE_FILE
  - Add PORTSCOUT

Added:
  head/devel/py-jsonschema2/
     - copied from r496697, head/devel/py-jsonschema/
Modified:
  head/devel/Makefile
  head/devel/py-jsonschema2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Apr 15 20:35:01 2019	(r499045)
+++ head/devel/Makefile	Mon Apr 15 21:14:23 2019	(r499046)
@@ -4714,6 +4714,7 @@
     SUBDIR += py-jsonrpclib
     SUBDIR += py-jsonrpclib-pelix
     SUBDIR += py-jsonschema
+    SUBDIR += py-jsonschema2
     SUBDIR += py-jsonsir
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console

Modified: head/devel/py-jsonschema2/Makefile
==============================================================================
--- head/devel/py-jsonschema/Makefile	Sat Mar 23 23:35:55 2019	(r496697)
+++ head/devel/py-jsonschema2/Makefile	Mon Apr 15 21:14:23 2019	(r499046)
@@ -3,26 +3,30 @@
 
 PORTNAME=	jsonschema
 PORTVERSION=	2.6.0
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
-MAINTAINER=	bofh@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	JSON Schema validation for Python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcversioner>=2.16.0.0:devel/py-vcversioner@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
+PORTSCOUT=	limit:^2\.
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_VER} == "2.7"
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}functools32>=0:devel/py-functools32@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>



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