diff options
author | rm <rm@FreeBSD.org> | 2018-01-31 02:16:23 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2018-01-31 02:16:23 +0800 |
commit | c637140e0885fb28425506b19f139557b665a0b0 (patch) | |
tree | 5de7cac3fcf2be75ded6119d12330cb067f38d07 /net-im | |
parent | 0bd08a1212270696e2651563071482edfd45f948 (diff) | |
download | freebsd-ports-gnome-c637140e0885fb28425506b19f139557b665a0b0.tar.gz freebsd-ports-gnome-c637140e0885fb28425506b19f139557b665a0b0.tar.zst freebsd-ports-gnome-c637140e0885fb28425506b19f139557b665a0b0.zip |
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.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-pyxmpp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index 8ccb771b302b..51907c53db8c 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -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} |