Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2026 14:03:48 +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: b4aa4e7eddfc - main - devel/py-goodreads: Mark DEPRECATED
Message-ID:  <6a199cc4.21be7.a59a8cb@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=b4aa4e7eddfca8c520e2f5b22e3016f1bc6dc35a

commit b4aa4e7eddfca8c520e2f5b22e3016f1bc6dc35a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-29 11:41:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-29 14:03:16 +0000

    devel/py-goodreads: Mark DEPRECATED
    
    - Goodreads has discontinued the API service since 2020 [1]
    - Set EXPIRATION_DATE 2026-06-29
    
    1. https://www.goodreads.com/topic/show/21788520-api-deprecation
    
    Please note that maitainer proposed deletion immediately but I have
    sceduled a deletion 30 days from now to avoid POLA violation.
    
    PR:             295397
    Reported by:    diizzy
    Approved by:    matthew@wener.org
---
 devel/py-goodreads/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-goodreads/Makefile b/devel/py-goodreads/Makefile
index 403cf47178ac..d04dbf797a8e 100644
--- a/devel/py-goodreads/Makefile
+++ b/devel/py-goodreads/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/sefakilic/goodreads/
 
 LICENSE=	MIT
 
+DEPRECATED=	Upstream is unmaintained, and the API is no longer available as of 2020-12-08
+EXPIRATION_DATE=	2026-06-29
+
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rauth>=0:devel/py-rauth@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a199cc4.21be7.a59a8cb>