svn commit: r391569 - head/net/py-xmlrpclib

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Jul 8 16:21:01 UTC 2015


Author: rm
Date: Wed Jul  8 16:21:00 2015
New Revision: 391569
URL: https://svnweb.freebsd.org/changeset/ports/391569

Log:
  net/py-xmlrpclib: set for deprecation
  
  xmlrpclib is available in standard library since python 2.2. Last consumer of
  this port is broken and marked deprecated, so mark this port deprecated too.
  Set expiration date to 2015-08-07 (adjust to expiration date of it's only
  consumer - net-p2p/py-kenosis).

Modified:
  head/net/py-xmlrpclib/Makefile

Modified: head/net/py-xmlrpclib/Makefile
==============================================================================
--- head/net/py-xmlrpclib/Makefile	Wed Jul  8 15:33:56 2015	(r391568)
+++ head/net/py-xmlrpclib/Makefile	Wed Jul  8 16:21:00 2015	(r391569)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python implementation of the XML-RPC protocol
 
+DEPRECATED=	This is part of standard library since python 2.2
+EXPIRATION_DATE=2015-08-07
+
 USES=		python zip
 
 DOCSDIR=	${PREFIX}/share/doc/py-xmlrpclib


More information about the svn-ports-all mailing list