1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

www/pycarddav: Deprecate port

Upstream has declared [1][2] the software deprecated:

"This project is dead. pyCardDAV is deprecated. See the relevant issue. A
good alternative is khard."

[1] http://lostpackets.de/pycarddav/
[2] https://github.com/geier/pycarddav

Set a 3 month expiry to give users sufficient time to migrate

PR:		220368
Reported by:	rigoletto
Submitted by:	Samir <samir noir im>
MFH:		No
This commit is contained in:
Kubilay Kocak 2019-12-20 04:33:26 +00:00
parent bbfb11150f
commit 2f385645e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520464

View File

@ -2,7 +2,7 @@
PORTNAME= pycarddav
PORTVERSION= 0.7.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,6 +14,9 @@ COMMENT= Simple to use CardDAV CLI client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Deprecated by upstream, please migrate to deskutils/py-khard
EXPIRATION_DATE= 2020-02-28
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vobject>0:deskutils/py-vobject@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} \