From 787c9c0e296f2b44a7d9ac4d1afd7569b3ad7310 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 26 Dec 2019 18:45:04 +0100 Subject: [PATCH] dev-python/moviepy: Bump to 1.0.1 Closes: https://bugs.gentoo.org/696638 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos --- dev-python/moviepy/Manifest | 1 + dev-python/moviepy/moviepy-1.0.1.ebuild | 35 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dev-python/moviepy/moviepy-1.0.1.ebuild diff --git a/dev-python/moviepy/Manifest b/dev-python/moviepy/Manifest index df390eb6dc34..7ca0f1614c18 100644 --- a/dev-python/moviepy/Manifest +++ b/dev-python/moviepy/Manifest @@ -1 +1,2 @@ DIST moviepy-0.2.2.tar.gz 400489 BLAKE2B 46cbf9fa6b2800dfa7c315c572448c7ba12ab4629dc5d57590ed70d40d83acabe1b140c193f04c990bbe79aa6ac5e7a6ec662e5862e01ccf41c80ce7f159bdc0 SHA512 a4300b31552e8b4120448b8973ce812579b4f38be48fb46546f4a33e9c10903fb73a89c8075d161d441ecf084b3936ef7d6f0d1b637ad347d00db2c643f1cc43 +DIST moviepy-1.0.1.tar.gz 25746520 BLAKE2B 5e18841596e967a1531eef5d7cef8f96a636486923a874606c453bfda92d8ca8657afef9eb46c2b4b3bf7ae58d138866d7497cd088509d403dd6722fca8e8ec5 SHA512 3cdccaa13dd31529a17d480fcd01b5f89b421eeb618425e9fa9a114159d65aac979022507c3f9c64921af60e4c9d7970e6a3223d7942c08e67d7e696618e9abb diff --git a/dev-python/moviepy/moviepy-1.0.1.ebuild b/dev-python/moviepy/moviepy-1.0.1.ebuild new file mode 100644 index 000000000000..43f4f9deea79 --- /dev/null +++ b/dev-python/moviepy/moviepy-1.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Video editing with Python" +HOMEPAGE="http://zulko.github.io/moviepy/" +SRC_URI="https://github.com/Zulko/moviepy/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/imageio[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pygame[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + dev-python/urllib3[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + virtual/ffmpeg +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest -- 2.26.2