aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-wstools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-wstools/Makefile')
-rw-r--r--textproc/py-wstools/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/py-wstools/Makefile b/textproc/py-wstools/Makefile
index 85a63a754621..e81b3b3aa8ae 100644
--- a/textproc/py-wstools/Makefile
+++ b/textproc/py-wstools/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= wstools
-PORTVERSION= 0.4.3
+PORTVERSION= 0.4.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,10 @@ COMMENT= WSDL parsing services for Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/docs/license.txt
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
NO_ARCH= yes
-USES= python:2
+USES= python:2.7+
USE_PYTHON= autoplist distutils
-post-patch:
- @${REINPLACE_CMD} -e "s|'docutils'||g" ${WRKSRC}/setup.py
-
.include <bsd.port.mk>