summaryrefslogtreecommitdiff
path: root/net/py-xmlrpclib/pkg-descr
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-08-07 18:48:48 +0000
committerRene Ladan <rene@FreeBSD.org>2015-08-07 18:48:48 +0000
commit4f5435a9c4a0724a713a1dc00d2162ef9ce5d18c (patch)
tree4fef7760c710dd7438168db44aba60f528d3e7c6 /net/py-xmlrpclib/pkg-descr
parent- address python issue with Uses shebang (diff)
Remove expired ports:
2015-08-07 net/py-xmlrpclib: This is part of standard library since python 2.2 2015-08-07 net-p2p/py-kenosis: Fails to run with modern python
Notes
Notes: svn path=/head/; revision=393699
Diffstat (limited to 'net/py-xmlrpclib/pkg-descr')
-rw-r--r--net/py-xmlrpclib/pkg-descr15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/py-xmlrpclib/pkg-descr b/net/py-xmlrpclib/pkg-descr
deleted file mode 100644
index 6d1f64b2dd2a..000000000000
--- a/net/py-xmlrpclib/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-----------------------------------IMPORTANT-------------------------------
-This module has been integrated with Python's standard library, and the
-standalone version is not maintained anymore. If you have a version of
-Python >= 2.1 installed, you already have a more recent version of this
-module and you should NOT need to install this port.
---------------------------------------------------------------------------
-
-Fredrik Lundh's original and widely used Python implementation of Userland's
-XML-RPC protocol (http://www.xmlrpc.com/) is tightly integrated with Python
-and extremely simple to use. It includes a simple example server based on
-Python's SocketServer class, and an XML-RPC handler for Medusa.
-
-Version 0.9.9 is regarded as a beta-quality development release.
-
-WWW: http://www.pythonware.com/products/xmlrpc/