Date: Sun, 4 Aug 2019 10:00:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508087 - head/net/turses Message-ID: <201908041000.x74A0hWr055892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 4 10:00:43 2019 New Revision: 508087 URL: https://svnweb.freebsd.org/changeset/ports/508087 Log: Chase py-tweepy expiration Modified: head/net/turses/Makefile Modified: head/net/turses/Makefile ============================================================================== --- head/net/turses/Makefile Sun Aug 4 09:56:51 2019 (r508086) +++ head/net/turses/Makefile Sun Aug 4 10:00:43 2019 (r508087) @@ -13,6 +13,9 @@ COMMENT= Python Twitter client for the console LICENSE= GPLv3 +DEPRECATED= Depends on expiring net/py-tweepy +EXPIRATION_DATE= 2019-09-04 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=1.3.0:devel/py-urwid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tweepy>=3.1.0:net/py-tweepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.14.3:devel/py-future@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908041000.x74A0hWr055892>