Date: Tue, 30 Jan 2018 18:16:23 +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: r460427 - head/net-im/py-pyxmpp Message-ID: <201801301816.w0UIGNGZ023105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801301816.w0UIGNGZ023105>