Index: head/devel/py-futures/Makefile =================================================================== --- head/devel/py-futures/Makefile (revision 410016) +++ head/devel/py-futures/Makefile (revision 410017) @@ -1,22 +1,27 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= futures -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Backport of the concurrent.futures package from Python 3.2 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2 +USES= python:-2.7 USE_PYTHON= autoplist distutils -regression-test: build +NO_ARCH= yes + +# Some tests require 256 semaphores. Set the following sysctl(8) +# before running tests: sysctl p1003_1b.sem_nsems_max=512 + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} test_futures.py .include Index: head/devel/py-futures/distinfo =================================================================== --- head/devel/py-futures/distinfo (revision 410016) +++ head/devel/py-futures/distinfo (revision 410017) @@ -1,2 +1,2 @@ -SHA256 (futures-3.0.3.tar.gz) = 2fe2342bb4fe8b8e217f0d21b5921cbe5408bf966d9f92025e707e881b198bed -SIZE (futures-3.0.3.tar.gz) = 24959 +SHA256 (futures-3.0.5.tar.gz) = 0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df +SIZE (futures-3.0.5.tar.gz) = 25153