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 E3B32138351 for ; Fri, 27 Mar 2020 21:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C080E0ACB; Fri, 27 Mar 2020 21:06:55 +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 7A326E0ACB for ; Fri, 27 Mar 2020 21:06:54 +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 A558D34F980 for ; Fri, 27 Mar 2020 21:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E38E1AE for ; Fri, 27 Mar 2020 21:06:49 +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: <1585342395.36b8212ed91d5a01e9f0dba79cce16a0e7c38bb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libpillowfight/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libpillowfight/Manifest dev-python/libpillowfight/libpillowfight-0.2.4.ebuild X-VCS-Directories: dev-python/libpillowfight/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 36b8212ed91d5a01e9f0dba79cce16a0e7c38bb4 X-VCS-Branch: master Date: Fri, 27 Mar 2020 21:06:49 +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: e29c2982-8b2a-413b-b607-e7e6f8d0735f X-Archives-Hash: 1392d91e53706f77b72ebf5f62fe1285 commit: 36b8212ed91d5a01e9f0dba79cce16a0e7c38bb4 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 20:53:15 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 20:53:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b8212e dev-python/libpillowfight: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/libpillowfight/Manifest | 1 - .../libpillowfight/libpillowfight-0.2.4.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/libpillowfight/Manifest b/dev-python/libpillowfight/Manifest index 7cc0bc8efbe..0255937587a 100644 --- a/dev-python/libpillowfight/Manifest +++ b/dev-python/libpillowfight/Manifest @@ -1,2 +1 @@ -DIST pypillowfight-0.2.4.tar.gz 39411 BLAKE2B a890305e3c1650274426faf92178ca0b3742c413deac236a5ac23cb5ce9be372085cebfd7189a5e16e6f2176b5850c865cbfc899a036aedfad58c5f5fe08502a SHA512 440b0faccb9f393126306afb2a060e5dab5e68a02822ad4846498a2a6b07013837642cfb818b669820b268342be3c5b0ebed81f1e3265e1f383d74c1cfb16187 DIST pypillowfight-0.3.0.tar.gz 41065 BLAKE2B 8e945bb5a96d7ebd610435fd868d12df371c29fbc26a9c57152988a990ad83daf70382bb94e8b5591144e18d6c54702c0a578ea5f29044fcdadd169effcf933c SHA512 2782030eabb665d20cf49de584220fb65417616c3a0e2a0376c91dc2c228b571768ea3a248ebd5ec4d244a1b825e98609a35b736f7f2fdbb3f674b08e891d9a7 diff --git a/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild b/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild deleted file mode 100644 index 1d041caad21..00000000000 --- a/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN="pypillowfight" - -DESCRIPTION="Small library containing various image processing algorithms" -HOMEPAGE="https://github.com/openpaperwork/libpillowfight" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S=${WORKDIR}/${MY_PN}-${PV} - -python_prepare_all() { - sed -e "/'nose>=1.0'/d" -i setup.py || die - distutils-r1_python_prepare_all -}