diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-07-10 10:49:24 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-07-10 10:49:24 +0000 |
commit | 07a03bf0e7655fc4f2793e1ef6c0d3834ebe50eb (patch) | |
tree | 820976e14e64b0b92ac27d4cd9c2788fe5878fa3 /net/py-soapy/pkg-plist | |
parent | 48ab5ee2385676165a3c75e96139350e81095edd (diff) | |
download | ports-07a03bf0e7655fc4f2793e1ef6c0d3834ebe50eb.tar.gz ports-07a03bf0e7655fc4f2793e1ef6c0d3834ebe50eb.zip |
Add py-soapy 0.1, A SOAP/XML schema library for Python.
Notes
Notes:
svn path=/head/; revision=62756
Diffstat (limited to 'net/py-soapy/pkg-plist')
-rw-r--r-- | net/py-soapy/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-soapy/pkg-plist b/net/py-soapy/pkg-plist new file mode 100644 index 000000000000..15aa57b1a479 --- /dev/null +++ b/net/py-soapy/pkg-plist @@ -0,0 +1,14 @@ +%%PORTDOCS%%share/doc/soapy/README +%%PORTDOCS%%share/examples/soapy/README.txt +%%PORTDOCS%%share/examples/soapy/get_temperature.py +%%PORTDOCS%%share/examples/soapy/terraserver_image.py +%%PORTDOCS%%share/examples/soapy/test/testsoap.py +lib/%%PYTHON_VERSION%%/site-packages/schema.py +lib/%%PYTHON_VERSION%%/site-packages/schema.pyc +lib/%%PYTHON_VERSION%%/site-packages/schema.pyo +lib/%%PYTHON_VERSION%%/site-packages/soap.py +lib/%%PYTHON_VERSION%%/site-packages/soap.pyc +lib/%%PYTHON_VERSION%%/site-packages/soap.pyo +%%PORTDOCS%%@dirrm share/examples/soapy/test +%%PORTDOCS%%@dirrm share/examples/soapy +%%PORTDOCS%%@dirrm share/doc/soapy |