Date: Thu, 13 Aug 2020 20:14:30 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544838 - head/devel/py-jsonpath-rw Message-ID: <202008132014.07DKEU2s050516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Aug 13 20:14:29 2020 New Revision: 544838 URL: https://svnweb.freebsd.org/changeset/ports/544838 Log: devel/py-jsonpath-rw: Add missing USE_PYTHON=concurrent Modified: head/devel/py-jsonpath-rw/Makefile Modified: head/devel/py-jsonpath-rw/Makefile ============================================================================== --- head/devel/py-jsonpath-rw/Makefile Thu Aug 13 19:55:56 2020 (r544837) +++ head/devel/py-jsonpath-rw/Makefile Thu Aug 13 20:14:29 2020 (r544838) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= jsonpath-rw -PORTVERSION= 1.4.0 +DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008132014.07DKEU2s050516>