Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2026 19:01:15 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 866d3eee3cef - main - www/py-tvdb_api: Mark DEPRECATED
Message-ID:  <69b5b07b.35e1e.596ad049@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=866d3eee3cef7afa3cc5ea3225cab19c7522e844

commit 866d3eee3cef7afa3cc5ea3225cab19c7522e844
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-03-14 18:59:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-03-14 19:00:37 +0000

    www/py-tvdb_api: Mark DEPRECATED
    
    - Unmaintained for more than 5 years
    - Requires older versions of www/py-requests-cache93 which has
      dependency drift
    - Set EXPIRATION_DATE 2026-04-15
    
    If someone needs this port feel free to fix, undeprecate and takeover
    maintainership.
---
 www/py-tvdb_api/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/py-tvdb_api/Makefile b/www/py-tvdb_api/Makefile
index 812ecb906183..44ef47fc9f20 100644
--- a/www/py-tvdb_api/Makefile
+++ b/www/py-tvdb_api/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tvdb_api
 PORTVERSION=	3.1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,9 @@ MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	API interface to TheTVDB.com
 WWW=		https://pypi.org/project/tvdb_api/
 
+DEPRECATED=    Upstream project appears to be abandoned, last release was in 2021
+EXPIRATION_DATE=       2026-04-15
+
 LICENSE=	UNLICENSE
 LICENSE_FILE=	${WRKSRC}/UNLICENSE
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b5b07b.35e1e.596ad049>