mirror of https://git.FreeBSD.org/ports.git
multimedia/py-moviepy: Update to 2.2.1
Changes: https://github.com/Zulko/moviepy/releases
This commit is contained in:
parent
323be0e782
commit
1b110c2827
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= moviepy
|
||||
PORTVERSION= 2.1.2
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,8 +19,8 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
|
|||
${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0.2.0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=1.25.0,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}proglog>0<1.0.0_99:devel/py-proglog@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=9.2.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}proglog>=0<1.0.0_99:devel/py-proglog@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=9.2.0<12.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.10:www/py-python-dotenv@${PY_FLAVOR}
|
||||
|
||||
USES= magick:run python
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1738089120
|
||||
SHA256 (moviepy-2.1.2.tar.gz) = 22c57a7472f607eaad9fe80791df67c05082e1060fb74817c4eaac68e138ee77
|
||||
SIZE (moviepy-2.1.2.tar.gz) = 58425716
|
||||
TIMESTAMP = 1748495835
|
||||
SHA256 (moviepy-2.2.1.tar.gz) = c80cb56815ece94e5e3e2d361aa40070eeb30a09d23a24c4e684d03e16deacb1
|
||||
SIZE (moviepy-2.2.1.tar.gz) = 58431438
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
--- pyproject.toml.orig 2024-11-20 05:20:50 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -33,7 +33,7 @@ dependencies = [
|
||||
"numpy>=1.25.0",
|
||||
"proglog<=1.0.0",
|
||||
"python-dotenv>=0.10",
|
||||
- "pillow>=9.2.0,<11.0",
|
||||
+ "pillow>=9.2.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -61,4 +61,4 @@ include = ["moviepy*"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["moviepy*"]
|
||||
-exclude = ["media", "tests", "docs"]
|
||||
\ No newline at end of file
|
||||
+exclude = ["media", "tests", "docs"]
|
Loading…
Reference in New Issue