Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 16:21:01 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391569 - head/net/py-xmlrpclib
Message-ID:  <201507081621.t68GL14a001159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507081621.t68GL14a001159>