www/py-imdbpy: Remove expired port

2024-06-30 www/py-imdbpy: IMDbPY is now cinemagoer. Use www/py-cinemagoer instead
This commit is contained in:
Rene Ladan 2024-08-04 15:01:10 +02:00
parent 55007e649e
commit f16b5f2585
5 changed files with 1 additions and 44 deletions

1
MOVED
View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1624630234
SHA256 (IMDbPY-2021.4.18.tar.gz) = af57f03638ba3b8ab3d696bfef0eeaf6414385c85f09260aba0a16b32174853f
SIZE (IMDbPY-2021.4.18.tar.gz) = 264488

View file

@ -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.