summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-25 18:25:42 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-25 18:25:42 +0000
commit1a7ed485d7fc1907a7258a3d6aa87fdef93fc4e9 (patch)
treea1f2928f6aaefbf56bc082bb61f23947079e11c9
parentFix depends: (diff)
WSDL parsing services package for Web Services for Python.
WWW: https://github.com/pycontribs/wstools
Notes
Notes: svn path=/head/; revision=390590
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-wstools/Makefile21
-rw-r--r--textproc/py-wstools/distinfo2
-rw-r--r--textproc/py-wstools/pkg-descr3
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