aboutsummaryrefslogtreecommitdiff
path: root/net/py-soapy
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-soapy')
-rw-r--r--net/py-soapy/Makefile42
-rw-r--r--net/py-soapy/distinfo2
-rw-r--r--net/py-soapy/pkg-descr5
-rw-r--r--net/py-soapy/pkg-plist11
4 files changed, 0 insertions, 60 deletions
diff --git a/net/py-soapy/Makefile b/net/py-soapy/Makefile
deleted file mode 100644
index 6589165d8fef..000000000000
--- a/net/py-soapy/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Johann Visagie <wjv@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= soapy
-PORTVERSION= 0.1
-CATEGORIES= net python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sbz@FreeBSD.org
-COMMENT= SOAP/XML schema library for Python
-
-LICENSE= PSFL
-
-RUN_DEPENDS= ${PYXML}
-
-DEPRECATED= Abandonware depending on ancient py-xml. Please use net/py-soappy instead
-EXPIRATION_DATE= 2015-08-01
-
-USES= python
-USE_PYTHON= distutils
-
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/test
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${EXAMPLESDIR}/test
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/py-soapy/distinfo b/net/py-soapy/distinfo
deleted file mode 100644
index 781443934e60..000000000000
--- a/net/py-soapy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (soapy-0.1.tar.gz) = 93b385c61f6fd04d43a4770b5073aad1bf33ae8c046112328b632ca734248b85
-SIZE (soapy-0.1.tar.gz) = 10881
diff --git a/net/py-soapy/pkg-descr b/net/py-soapy/pkg-descr
deleted file mode 100644
index e3e8be95430e..000000000000
--- a/net/py-soapy/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-SOAPy is a SOAP-1.1 library for Python which uses WSDL and SDL documents to
-discover SOAP-based service APIs. It also includes an XML Schema parser which
-can parse a subset of the XML Schema standard.
-
-WWW: http://soapy.sourceforge.net
diff --git a/net/py-soapy/pkg-plist b/net/py-soapy/pkg-plist
deleted file mode 100644
index 2cdd969170b6..000000000000
--- a/net/py-soapy/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTEXAMPLES%%share/examples/py-soapy/README.txt
-%%PORTEXAMPLES%%share/examples/py-soapy/get_temperature.py
-%%PORTEXAMPLES%%share/examples/py-soapy/terraserver_image.py
-%%PORTEXAMPLES%%share/examples/py-soapy/test/testsoap.py
-%%PYTHON_SITELIBDIR%%/schema.py
-%%PYTHON_SITELIBDIR%%/schema.pyc
-%%PYTHON_SITELIBDIR%%/schema.pyo
-%%PYTHON_SITELIBDIR%%/soap.py
-%%PYTHON_SITELIBDIR%%/soap.pyc
-%%PYTHON_SITELIBDIR%%/soap.pyo