From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 977C3138350 for ; Sat, 28 Mar 2020 08:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB037E0D5C; Sat, 28 Mar 2020 08:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACC28E0D5D for ; Sat, 28 Mar 2020 08:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5FA034F9BE for ; Sat, 28 Mar 2020 08:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A0131AE for ; Sat, 28 Mar 2020 08:34:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585384429.6ecb283c839a60a1b9e68c6a5629ef5cbe395668.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moviepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/moviepy/Manifest dev-python/moviepy/moviepy-0.2.2.ebuild X-VCS-Directories: dev-python/moviepy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ecb283c839a60a1b9e68c6a5629ef5cbe395668 X-VCS-Branch: master Date: Sat, 28 Mar 2020 08:34:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1213fe55-490b-491f-aca9-11171cc67b85 X-Archives-Hash: 8cce5729ef3a0070782c2ba475d31abe commit: 6ecb283c839a60a1b9e68c6a5629ef5cbe395668 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 08:26:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 08:33:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecb283c dev-python/moviepy: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/moviepy/Manifest | 1 - dev-python/moviepy/moviepy-0.2.2.ebuild | 39 --------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/moviepy/Manifest b/dev-python/moviepy/Manifest index 7ca0f1614c1..35d927a9656 100644 --- a/dev-python/moviepy/Manifest +++ b/dev-python/moviepy/Manifest @@ -1,2 +1 @@ -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-0.2.2.ebuild b/dev-python/moviepy/moviepy-0.2.2.ebuild deleted file mode 100644 index 068a65775a4..00000000000 --- a/dev-python/moviepy/moviepy-0.2.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -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 )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${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 - " - -python_test() { - py.test --verbose || die -}