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 16B731382C5 for ; Sun, 29 Apr 2018 22:49:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66075E0BAF; Sun, 29 Apr 2018 22:49:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3495CE0BAF for ; Sun, 29 Apr 2018 22:49:48 +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 45B9B335CA0 for ; Sun, 29 Apr 2018 22:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B5D8290 for ; Sun, 29 Apr 2018 22:49:45 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1525039964.33049fda60c78c8c52f1e8086211a6c4cf978c9b.voyageur@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: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 33049fda60c78c8c52f1e8086211a6c4cf978c9b X-VCS-Branch: master Date: Sun, 29 Apr 2018 22:49:45 +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-Archives-Salt: aab2fdd1-1e44-4cb5-91f1-2c9bfd077bc0 X-Archives-Hash: 5ce179d58c699cf3c7239a54c5775a44 commit: 33049fda60c78c8c52f1e8086211a6c4cf978c9b Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Apr 29 22:11:17 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Apr 29 22:12:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33049fda dev-python/libpillowfight: 0.2.4 bump Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/libpillowfight/Manifest | 1 + .../libpillowfight/libpillowfight-0.2.4.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/libpillowfight/Manifest b/dev-python/libpillowfight/Manifest index cfdb5bd70d7..e4715359902 100644 --- a/dev-python/libpillowfight/Manifest +++ b/dev-python/libpillowfight/Manifest @@ -1,2 +1,3 @@ DIST libpillowfight-0.2.2.tar.gz 23125494 BLAKE2B b9620b0e574869d1efcc9449e09f281a5d2611ec15f144ee24b385b5f6f693f037c844904f0abc715d49125df7d1a27d6c433aed83b33371b3f07310be8288db SHA512 76dcaf9105b4dbbe427851d794e92ba023453e2d750ecdd4e3feb864534f9d99adb562b719b7c9af299ae16c0778b510ab96b4997cf9bcc6ea4c6f8f7471ae8a DIST pypillowfight-0.2.3.tar.gz 39416 BLAKE2B e216ddb1717189c142fc3d81d41c91855c52468e1af350d8f5db470f8901bd883223cad56dc8ced9cf61e90e511e0a5ef508ec6966a7f01a837e2bb0d393589f SHA512 6d3e35ed567d66060f5bf4307b0bd7d9ee5c3e7ec430e6e04ee6a1e83e18ff829a7681a85186e6b2151f043f66453c12a60e7cce56c0558da3d72f1fce155097 +DIST pypillowfight-0.2.4.tar.gz 39411 BLAKE2B a890305e3c1650274426faf92178ca0b3742c413deac236a5ac23cb5ce9be372085cebfd7189a5e16e6f2176b5850c865cbfc899a036aedfad58c5f5fe08502a SHA512 440b0faccb9f393126306afb2a060e5dab5e68a02822ad4846498a2a6b07013837642cfb818b669820b268342be3c5b0ebed81f1e3265e1f383d74c1cfb16187 diff --git a/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild b/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild new file mode 100644 index 00000000000..b18a134d648 --- /dev/null +++ b/dev-python/libpillowfight/libpillowfight-0.2.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,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" + +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 +}