From 17ca100e20784049c913b66253799ab9a6369e78 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Aug 2019 10:00:43 +0000 Subject: [PATCH] Chase py-tweepy expiration --- net/turses/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/turses/Makefile b/net/turses/Makefile index b56c313cb822..e33231bd4fbc 100644 --- a/net/turses/Makefile +++ b/net/turses/Makefile @@ -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}