svn commit: r530583 - head/devel/py-taskflow3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 4 07:25:35 UTC 2020
Author: sunpoet
Date: Sat Apr 4 07:25:27 2020
New Revision: 530583
URL: https://svnweb.freebsd.org/changeset/ports/530583
Log:
Update RUN_DEPENDS for py-futurist 2.1.0 update
- Bump PORTREVISION for dependency change
Modified:
head/devel/py-taskflow3/Makefile
Modified: head/devel/py-taskflow3/Makefile
==============================================================================
--- head/devel/py-taskflow3/Makefile Sat Apr 4 07:25:22 2020 (r530582)
+++ head/devel/py-taskflow3/Makefile Sat Apr 4 07:25:27 2020 (r530583)
@@ -3,6 +3,7 @@
PORTNAME= taskflow
PORTVERSION= 3.8.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}automaton>=1.9.0:d
${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}fasteners>=0.7.0:devel/py-fasteners@${PY_FLAVOR} \
${PY_FUTURES} \
- ${PYTHON_PKGNAMEPREFIX}futurist>=1.2.0:devel/py-futurist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
@@ -51,6 +51,12 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0,1
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools3>=2.0.0:devel/py-cachetools3@${PY_FLAVOR}
.else
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0:devel/py-cachetools@${PY_FLAVOR}
+.endif
+
+.if ${PYTHON_REL} < 3600
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futurist1>=1.2.0:devel/py-futurist1@${PY_FLAVOR}
+.else
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futurist>=1.2.0:devel/py-futurist@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list