Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2026 14:03:47 +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: 8485e355dc08 - main - www/py-calibreweb: Remove OPTION GREADS
Message-ID:  <6a199cc3.1fa40.69239b4f@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=8485e355dc080fd4cc61f32d174aa1e21e5988aa

commit 8485e355dc080fd4cc61f32d174aa1e21e5988aa
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-29 11:38:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-29 14:03:15 +0000

    www/py-calibreweb: Remove OPTION GREADS
    
    - Goodreads has stopped supporting the APIs so this option is defunct
      now.
    
    PR:             295397
    Reported by:    diizzy
    Approved by:    matthew@wener.org (maintainer)
---
 www/py-calibreweb/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/www/py-calibreweb/Makefile b/www/py-calibreweb/Makefile
index 85cb6c67877c..7cc6b7016168 100644
--- a/www/py-calibreweb/Makefile
+++ b/www/py-calibreweb/Makefile
@@ -56,8 +56,8 @@ POST_PLIST=	fix-plist
 PORTDOCS=	PKG-INFO README.md
 
 # GDRIVE option removed due to expired security/py-oauth2client
-OPTIONS_DEFINE=		CALIBRE COMICS DOCS GMAIL GREADS KOBO LDAP METADATA \
-			OAUTH
+# GREADS option removed due to expired devel/py-goodreads and goodreads API EOL
+OPTIONS_DEFINE=		CALIBRE COMICS DOCS GMAIL KOBO LDAP METADATA OAUTH
 OPTIONS_DEFAULT=	IMAGICK7_X11 SQLA20
 
 OPTIONS_SINGLE=		IMAGICK SQLA
@@ -67,7 +67,6 @@ OPTIONS_SINGLE_SQLA=	SQLA14 SQLA20
 CALIBRE_DESC=		Calibre Desktop Conversion and Metadata Editing
 COMICS_DESC=		Comic Metadata Support
 GMAIL_DESC=		GMail
-GREADS_DESC=		Goodreads API
 IMAGICK6_NOX11_DESC=	ImageMagick6 without X11 support
 IMAGICK6_X11_DESC=	ImageMagick6 with X11 support
 IMAGICK7_NOX11_DESC=	ImageMagick7 without X11 support
@@ -86,8 +85,6 @@ COMICS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}comicapi>=0:archivers/py-comicapi@${P
 			${PYTHON_PKGNAMEPREFIX}natsort>=0:devel/py-natsort@${PY_FLAVOR}
 GMAIL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0:security/py-google-auth-oauthlib@${PY_FLAVOR}
-GREADS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}goodreads>=0:devel/py-goodreads@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}levenshtein>=0:devel/py-levenshtein@${PY_FLAVOR}
 IMAGICK6_NOX11_USES=	magick:6,run,nox11
 IMAGICK6_X11_USES=	magick:6,run
 IMAGICK7_NOX11_USES=	magick:7,run,nox11


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a199cc3.1fa40.69239b4f>