aboutsummaryrefslogtreecommitdiff
path: root/misc/py-wurlitzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-wurlitzer/Makefile')
-rw-r--r--misc/py-wurlitzer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-wurlitzer/Makefile b/misc/py-wurlitzer/Makefile
index 99f2d03a7cf6..d2e51157ff3d 100644
--- a/misc/py-wurlitzer/Makefile
+++ b/misc/py-wurlitzer/Makefile
@@ -1,6 +1,5 @@
PORTNAME= wurlitzer
-PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTVERSION= 3.1.0
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +20,7 @@ USES= python
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
+# make tests: 14 passed, 1 skipped (test.py:168: requires _get_max_pipe_size)
TEST_ARGS= test.py
.include <bsd.port.mk>