aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-08-04 13:01:10 +0000
committerRene Ladan <rene@FreeBSD.org>2024-08-04 13:01:10 +0000
commitf16b5f2585765c8d02f43ca25a5a1e3f4f9fa72b (patch)
tree14a833f8fce3106f85355ae420ec8392a8530adf
parent55007e649e632734fbddceffb909ff4a7b1294b0 (diff)
downloadports-f16b5f2.tar.gz
ports-f16b5f2.zip
www/py-imdbpy: Remove expired port
2024-06-30 www/py-imdbpy: IMDbPY is now cinemagoer. Use www/py-cinemagoer instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-imdbpy/Makefile31
-rw-r--r--www/py-imdbpy/distinfo3
-rw-r--r--www/py-imdbpy/pkg-descr9
5 files changed, 1 insertions, 44 deletions
diff --git a/MOVED b/MOVED
index f7d94d236f67..67e6391433ce 100644
--- a/MOVED
+++ b/MOVED
@@ -3421,3 +3421,4 @@ audio/optimfrog||2024-08-04|Has expired: Obsolete format that never gained tract
databases/mongodb44||2024-08-04|Has expired: EOL as of February 2024, https://www.mongodb.com/legal/support-policy/lifecycles
graphics/svg2pdf||2024-08-04|Has expired: Depends on deprecated library graphics/libsvg-cairo, please consider using ImageMagick or librsvg
audio/libsidplay2||2024-08-04|Has expired: Abandonware and superseded by audio/libsidplayfp
+www/py-imdbpy|www/py-cinemagoer|2024-08-04|Has expired: IMDbPY is now cinemagoer. Use www/py-cinemagoer instead
diff --git a/www/Makefile b/www/Makefile
index b9867ea4ba18..329394f33c5c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1726,7 +1726,6 @@
SUBDIR += py-hypercorn
SUBDIR += py-hyperframe
SUBDIR += py-hyperlink
- SUBDIR += py-imdbpy
SUBDIR += py-inlinestyler
SUBDIR += py-instabot
SUBDIR += py-internetarchive
diff --git a/www/py-imdbpy/Makefile b/www/py-imdbpy/Makefile
deleted file mode 100644
index d96a6f1793bf..000000000000
--- a/www/py-imdbpy/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= imdbpy
-PORTVERSION= 2021.4.18
-CATEGORIES= www python
-MASTER_SITES= PYPI \
- SF/${PORTNAME}/IMDbPY/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= IMDbPY-${PORTVERSION}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= Retrieve and manage the data of the IMDb movie database
-WWW= http://imdbpy.sourceforge.net/
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= IMDbPY is now cinemagoer. Use www/py-cinemagoer instead
-EXPIRATION_DATE=2024-06-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= SQLALCHEMY14
-SQLALCHEMY14_DESC= Use SQLAlchemy 1.4.x as backend
-
-SQLALCHEMY14_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-imdbpy/distinfo b/www/py-imdbpy/distinfo
deleted file mode 100644
index 545c6a4eab4a..000000000000
--- a/www/py-imdbpy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1624630234
-SHA256 (IMDbPY-2021.4.18.tar.gz) = af57f03638ba3b8ab3d696bfef0eeaf6414385c85f09260aba0a16b32174853f
-SIZE (IMDbPY-2021.4.18.tar.gz) = 264488
diff --git a/www/py-imdbpy/pkg-descr b/www/py-imdbpy/pkg-descr
deleted file mode 100644
index 904e41146c31..000000000000
--- a/www/py-imdbpy/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-IMDbPY is a Python package useful to retrieve and manage the data of the IMDb
-movie database.
-
-IMDbPY aims to provide an easy way to access the IMDb's database using a Python
-script. Platform-independent and written in pure Python, it's theoretically
-independent from the data source (since IMDb provides two or three different
-interfaces to their database). IMDbPY is mainly intended for programmers and
-developers who want to build their Python programs using the IMDbPY package, but
-some example scripts - useful for simple users - are included.