Date: Sun, 24 Mar 2019 15:34:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496763 - head/devel/py-jsonschema Message-ID: <201903241534.x2OFYie1010723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241534.x2OFYie1010723>