aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-06-30 18:50:08 +0000
committerRene Ladan <rene@FreeBSD.org>2026-06-30 18:50:22 +0000
commit9b6dfd2de395576bc7d14f34a43b96818ba80e84 (patch)
tree3fe07d4e3ca4272e5cfeabf90ede59ae87861f25
parent6151d40dd6531dd87c50aa418857f52db349f104 (diff)
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
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-goodreads/Makefile26
-rw-r--r--devel/py-goodreads/distinfo3
-rw-r--r--devel/py-goodreads/pkg-descr3
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 4f9293ef647d..a458e3b8ca69 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/devel/Makefile b/devel/Makefile
index c1708838f599..dce0b2b0bb4f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-goodreads/Makefile b/devel/py-goodreads/Makefile
deleted file mode 100644
index d04dbf797a8e..000000000000
--- a/devel/py-goodreads/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-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>
diff --git a/devel/py-goodreads/distinfo b/devel/py-goodreads/distinfo
deleted file mode 100644
index c30d35904d12..000000000000
--- a/devel/py-goodreads/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1724809518
-SHA256 (goodreads-0.3.2.tar.gz) = 3a0b311a0b1a6b35bbff09b9e67e80a76ecb77720b2e81a682ac5e018ad35445
-SIZE (goodreads-0.3.2.tar.gz) = 12619
diff --git a/devel/py-goodreads/pkg-descr b/devel/py-goodreads/pkg-descr
deleted file mode 100644
index cb8ab61ad9f3..000000000000
--- a/devel/py-goodreads/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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.