summaryrefslogtreecommitdiff
path: root/multimedia/py-ffmpeg-python
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/py-ffmpeg-python')
-rw-r--r--multimedia/py-ffmpeg-python/Makefile26
-rw-r--r--multimedia/py-ffmpeg-python/distinfo3
-rw-r--r--multimedia/py-ffmpeg-python/pkg-descr2
3 files changed, 0 insertions, 31 deletions
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.