aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:04:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:04:10 +0000
commitc617e9d53c3abd83b77fecbc559c7904f878eea8 (patch)
tree469ea93799629965ff912ebd8c628fbb187d8c0c
parente223d9736ccd96f6a7921d73d90dc4e03ecc4002 (diff)
downloadports-c617e9d53c3abd83b77fecbc559c7904f878eea8.tar.gz
ports-c617e9d53c3abd83b77fecbc559c7904f878eea8.zip
multimedia/py-moviepy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--multimedia/py-moviepy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/py-moviepy/Makefile b/multimedia/py-moviepy/Makefile
index 34cb3cec20a2..da95aabf00f2 100644
--- a/multimedia/py-moviepy/Makefile
+++ b/multimedia/py-moviepy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= moviepy
PORTVERSION= 1.0.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ WWW= https://github.com/Zulko/moviepy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2<6.0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \
@@ -22,7 +24,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2<5.0:misc/py-tqdm@${PY_FLAVOR} \
USES= magick:run python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes