git: 013c8593183d - main - textproc/py-transifex-client: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 25 Apr 2023 17:30:55 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=013c8593183d1c6bd9acc9e6808cbb70803b0f8f

commit 013c8593183d1c6bd9acc9e6808cbb70803b0f8f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-24 20:25:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-25 17:30:46 +0000

    textproc/py-transifex-client: Mark DEPRECATED
    
    Transifex is retiring the v2 API and has introduced a new go-based
    client for v3 API. adridg@ has ported the new client which is available
    at textproc/go-transifex-client.
    
    The v2 API application doesn't work anymore (april 2023), the API it
    wants to talk to seems to be dead or moved to app.transifex.com.
    
    PR:             271050
    Reported by:    adridg
---
 textproc/py-transifex-client/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/py-transifex-client/Makefile b/textproc/py-transifex-client/Makefile
index ff28c5edd455..b1f917b8969b 100644
--- a/textproc/py-transifex-client/Makefile
+++ b/textproc/py-transifex-client/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.transifex.com
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream switched to go based api client (textproc/go-transifex-client)
+EXPIRATION_DATE=	2023-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \