diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-wstools/Makefile | 21 | ||||
-rw-r--r-- | textproc/py-wstools/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-wstools/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d3026db753a1..d5a4d5e3fbca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1245,6 +1245,7 @@ SUBDIR += py-whoosh SUBDIR += py-wicked SUBDIR += py-wordnet + SUBDIR += py-wstools SUBDIR += py-wtforms SUBDIR += py-xlrd SUBDIR += py-xlutils diff --git a/textproc/py-wstools/Makefile b/textproc/py-wstools/Makefile new file mode 100644 index 000000000000..878c80a06c99 --- /dev/null +++ b/textproc/py-wstools/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= wstools +PORTVERSION= 0.4.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= WSDL parsing services for Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/docs/license.txt + +USES= python:2 +USE_PYTHON= autoplist distutils + +post-patch: + @${REINPLACE_CMD} -e "s|'docutils'||g" ${WRKSRC}/setup.py + +.include <bsd.port.mk> diff --git a/textproc/py-wstools/distinfo b/textproc/py-wstools/distinfo new file mode 100644 index 000000000000..613e5e8d297d --- /dev/null +++ b/textproc/py-wstools/distinfo @@ -0,0 +1,2 @@ +SHA256 (wstools-0.4.3.tar.gz) = 578b53e98bc8dadf5a55dfd1f559fd9b37a594609f1883f23e8646d2d30336f8 +SIZE (wstools-0.4.3.tar.gz) = 148878 diff --git a/textproc/py-wstools/pkg-descr b/textproc/py-wstools/pkg-descr new file mode 100644 index 000000000000..ecf1c8748f17 --- /dev/null +++ b/textproc/py-wstools/pkg-descr @@ -0,0 +1,3 @@ +WSDL parsing services package for Web Services for Python. + +WWW: https://github.com/pycontribs/wstools |