svn commit: r460427 - head/net-im/py-pyxmpp

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jan 30 18:16:24 UTC 2018


Author: rm
Date: Tue Jan 30 18:16:23 2018
New Revision: 460427
URL: https://svnweb.freebsd.org/changeset/ports/460427

Log:
  net-im/py-pyxmpp: mark deprecated
  
  This port is outdated (last release was made in 2011), unmaintained and has no
  consumers in ports tree. According to the official github page "this project is
  becoming obsolete" since 2011 in favor of PyXMPP2 (from the same author, not yet
  in ports) that support modern Python API's and run with both Python branches.
  
  Mark it deprecated and set to expire at 2018-02-28.

Modified:
  head/net-im/py-pyxmpp/Makefile

Modified: head/net-im/py-pyxmpp/Makefile
==============================================================================
--- head/net-im/py-pyxmpp/Makefile	Tue Jan 30 18:13:57 2018	(r460426)
+++ head/net-im/py-pyxmpp/Makefile	Tue Jan 30 18:16:23 2018	(r460427)
@@ -14,6 +14,9 @@ COMMENT=	Python XMPP library
 LICENSE=	LGPL21 # only
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Obsoleted in favor of PyXMPP2
+EXPIRATION_DATE=	2018-02-28
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:security/py-m2crypto@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${FLAVOR}


More information about the svn-ports-head mailing list