Date: Tue, 3 Apr 2018 09:50:30 +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: r466308 - head/devel/py-futurist Message-ID: <201804030950.w339oUMC086398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 3 09:50:30 2018 New Revision: 466308 URL: https://svnweb.freebsd.org/changeset/ports/466308 Log: Update to 1.6.0 - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/futurist/latest/user/history.html PR: 226753 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/py-futurist/Makefile head/devel/py-futurist/distinfo (contents, props changed) Modified: head/devel/py-futurist/Makefile ============================================================================== --- head/devel/py-futurist/Makefile Tue Apr 3 09:50:24 2018 (r466307) +++ head/devel/py-futurist/Makefile Tue Apr 3 09:50:30 2018 (r466308) @@ -2,26 +2,26 @@ # $FreeBSD$ PORTNAME= futurist -PORTVERSION= 0.21.0 +PORTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alexander.nusov@nfvexpress.com +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Useful additions to futures, from the future LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2@${FLAVOR} \ + ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1:devel/py-prettytable@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} NO_ARCH= yes - USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> Modified: head/devel/py-futurist/distinfo ============================================================================== --- head/devel/py-futurist/distinfo Tue Apr 3 09:50:24 2018 (r466307) +++ head/devel/py-futurist/distinfo Tue Apr 3 09:50:30 2018 (r466308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485277333 -SHA256 (futurist-0.21.0.tar.gz) = 086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4 -SIZE (futurist-0.21.0.tar.gz) = 37551 +TIMESTAMP = 1521346722 +SHA256 (futurist-1.6.0.tar.gz) = ab3b2422f89d93751cfbf455aef7847a63d6d484ec294409f5a620648f941364 +SIZE (futurist-1.6.0.tar.gz) = 40372
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030950.w339oUMC086398>