git: d8c1668bc9c7 - main - multimedia/py-ffmpeg-python: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 02 Jun 2025 19:01:20 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8c1668bc9c7098a0d33f320dd3620fd6542b972

commit d8c1668bc9c7098a0d33f320dd3620fd6542b972
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-02 19:01:17 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-02 19:01:17 +0000

    multimedia/py-ffmpeg-python: Remove expired port
    
    2025-03-31 multimedia/py-ffmpeg-python: Depends on expired devel/py-pytest-runner
---
 MOVED                                 |  1 +
 multimedia/Makefile                   |  1 -
 multimedia/py-ffmpeg-python/Makefile  | 26 --------------------------
 multimedia/py-ffmpeg-python/distinfo  |  3 ---
 multimedia/py-ffmpeg-python/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index 837175f696ba..ff6d0dab6e53 100644
--- a/MOVED
+++ b/MOVED
@@ -4491,3 +4491,4 @@ devel/py-oletools||2025-06-02|Has expired: Depends on expired textproc/py-colorc
 textproc/py-colorclass||2025-06-02|Has expired: Upstream repository has been archived on Jul 10, 2024
 security/py-oauth2client||2025-06-02|Has expired: Deprecated by upstream. Use security/py-google-auth or security/py-oauthlib instead. See https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html for details
 math/py-grandalf||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
+multimedia/py-ffmpeg-python||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/multimedia/Makefile b/multimedia/Makefile
index a03b16eee78e..ceaa35501579 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -301,7 +301,6 @@
     SUBDIR += py-cec
     SUBDIR += py-decord
     SUBDIR += py-enzyme
-    SUBDIR += py-ffmpeg-python
     SUBDIR += py-gstreamer1
     SUBDIR += py-guessit
     SUBDIR += py-knowit
diff --git a/multimedia/py-ffmpeg-python/Makefile b/multimedia/py-ffmpeg-python/Makefile
deleted file mode 100644
index d8c37f3b6334..000000000000
--- a/multimedia/py-ffmpeg-python/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	ffmpeg-python
-DISTVERSION=	0.2.0
-PORTREVISION=	2
-CATEGORIES=	multimedia python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Python bindings for FFmpeg - with complex filtering support
-WWW=		https://github.com/kkroening/ffmpeg-python
-
-LICENSE=	APACHE20
-
-DEPRECATED=	Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
-		ffmpeg:multimedia/ffmpeg
-
-USES=		python
-USE_PYTHON=	autoplist distutils
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/multimedia/py-ffmpeg-python/distinfo b/multimedia/py-ffmpeg-python/distinfo
deleted file mode 100644
index df79c2a4a8a6..000000000000
--- a/multimedia/py-ffmpeg-python/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1605467639
-SHA256 (ffmpeg-python-0.2.0.tar.gz) = 65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127
-SIZE (ffmpeg-python-0.2.0.tar.gz) = 21543
diff --git a/multimedia/py-ffmpeg-python/pkg-descr b/multimedia/py-ffmpeg-python/pkg-descr
deleted file mode 100644
index 946166070b61..000000000000
--- a/multimedia/py-ffmpeg-python/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-ffmpeg-python works well for simple as well as complex signal graphs, this
-differentiates it from other python ffmpeg wrappers.