1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

WSDL parsing services package for Web Services for Python.

WWW: https://github.com/pycontribs/wstools
This commit is contained in:
Ruslan Makhmatkhanov 2015-06-25 18:25:42 +00:00
parent 19c7992926
commit 1a7ed485d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390590
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (wstools-0.4.3.tar.gz) = 578b53e98bc8dadf5a55dfd1f559fd9b37a594609f1883f23e8646d2d30336f8
SIZE (wstools-0.4.3.tar.gz) = 148878

View File

@ -0,0 +1,3 @@
WSDL parsing services package for Web Services for Python.
WWW: https://github.com/pycontribs/wstools