Commit 9b6dfd2d authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-goodreads: Remove expired port

2026-06-29 devel/py-goodreads: Upstream is unmaintained, and the API is no longer available as of 2020-12-08
parent 6151d40d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5379,3 +5379,4 @@ science/minc2|science/minc-tools|2026-06-24|Split into science/minc-tools and sc
www/xist|www/py-ll-xist|2026-06-24|Use correct Python package name
net/seda||2026-06-26|Has expired: old, no users in the ports tree, unmaintained, uses long deprecated code removed in jdk25
math/reduce|math/reduce-psl|2026-06-28|Remove duplicate port, use math/reduce-psl instead
devel/py-goodreads||2026-06-30|Has expired: Upstream is unmaintained, and the API is no longer available as of 2020-12-08
+0 −1
Original line number Diff line number Diff line
@@ -5095,7 +5095,6 @@
    SUBDIR += py-glance-store
    SUBDIR += py-glob2
    SUBDIR += py-glom
    SUBDIR += py-goodreads
    SUBDIR += py-google-cloud-iam
    SUBDIR += py-google-crc32c
    SUBDIR += py-google-i18n-address

devel/py-goodreads/Makefile

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
PORTNAME=	goodreads
PORTVERSION=	0.3.2
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	matthew@wener.org
COMMENT=	Python interface for the Goodreads API
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} \
		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

.include <bsd.port.mk>

devel/py-goodreads/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1724809518
SHA256 (goodreads-0.3.2.tar.gz) = 3a0b311a0b1a6b35bbff09b9e67e80a76ecb77720b2e81a682ac5e018ad35445
SIZE (goodreads-0.3.2.tar.gz) = 12619

devel/py-goodreads/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
This package provides a Python interface for the Goodreads API.
Using it, you can do pretty much anything that Goodreads allows to
do with their own data.