Install this version:
emerge -a =dev-python/moviepy-2.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/moviepy-2.2.1
Or alternatively:
emerge --autounmask-write -a =dev-python/moviepy-2.2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.1 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4} )
inherit distutils-r1
DESCRIPTION="Python library for video editing."
HOMEPAGE="https://pypi.org/project/moviepy/"
SRC_URI="https://github.com/Zulko/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/imageio[${PYTHON_USEDEP}]
dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/proglog[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/moviepy |
euse -E <flag> -p dev-python/moviepy |
euse -D <flag> -p dev-python/moviepy
dev-python/decorator[] dev-python/imageio[] dev-python/imageio-ffmpeg[] dev-python/numpy[] dev-python/proglog[] dev-python/pillow[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | moviepy-2.2.1.gh.tar.gz | 95179473 bytes | https://github.com/Zulko/moviepy/archive/refs/tags/v2.2.1.tar.gz |