Date: Sat, 10 Nov 2018 07:57:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484576 - head/devel/py-futurist Message-ID: <201811100757.wAA7v4EJ050587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 10 07:57:04 2018 New Revision: 484576 URL: https://svnweb.freebsd.org/changeset/ports/484576 Log: Update to 1.8.0 Changes: https://docs.openstack.org/futurist/latest/user/history.html Modified: head/devel/py-futurist/Makefile head/devel/py-futurist/distinfo Modified: head/devel/py-futurist/Makefile ============================================================================== --- head/devel/py-futurist/Makefile Sat Nov 10 07:56:55 2018 (r484575) +++ head/devel/py-futurist/Makefile Sat Nov 10 07:57:04 2018 (r484576) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= futurist -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2@${PY_FLAVOR} \ - ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic@${PY_FLAVOR} \ +RUN_DEPENDS= ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} @@ -24,4 +22,11 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> Modified: head/devel/py-futurist/distinfo ============================================================================== --- head/devel/py-futurist/distinfo Sat Nov 10 07:56:55 2018 (r484575) +++ head/devel/py-futurist/distinfo Sat Nov 10 07:57:04 2018 (r484576) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524750533 -SHA256 (futurist-1.7.0.tar.gz) = 8d2c8700b250a6b1489761f8f73657a79a844085daec4ff06da2646390f81e22 -SIZE (futurist-1.7.0.tar.gz) = 41819 +TIMESTAMP = 1541693937 +SHA256 (futurist-1.8.0.tar.gz) = ab5dd5de15c8d6d80fba45ab5455a0c8f68677fd1bd65f84239066a4e8999f6f +SIZE (futurist-1.8.0.tar.gz) = 41835
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811100757.wAA7v4EJ050587>