svn commit: r544838 - head/devel/py-jsonpath-rw
Yuri Victorovich
yuri at FreeBSD.org
Thu Aug 13 20:14:30 UTC 2020
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
More information about the svn-ports-all
mailing list