svn commit: r496763 - head/devel/py-jsonschema

Antoine Brodin antoine at FreeBSD.org
Sun Mar 24 15:34:45 UTC 2019


Author: antoine
Date: Sun Mar 24 15:34:43 2019
New Revision: 496763
URL: https://svnweb.freebsd.org/changeset/ports/496763

Log:
  Unbreak at runtime
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-jsonschema/Makefile

Modified: head/devel/py-jsonschema/Makefile
==============================================================================
--- head/devel/py-jsonschema/Makefile	Sun Mar 24 15:34:40 2019	(r496762)
+++ head/devel/py-jsonschema/Makefile	Sun Mar 24 15:34:43 2019	(r496763)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jsonschema
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyrsistent>=0.14.0:devel/py-pyrsistent@${PY_FLAVOR}
 py27_RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-all mailing list