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 5830E1382C5 for ; Fri, 6 Apr 2018 09:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76344E08F4; Fri, 6 Apr 2018 09:00:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4FDC8E08F4 for ; Fri, 6 Apr 2018 09:00:01 +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 0FED4335C09 for ; Fri, 6 Apr 2018 09:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C57230 for ; Fri, 6 Apr 2018 08:59:57 +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: <1523005193.1db1d79b0d548ed609296184143845dbcb517848.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.3.ebuild X-VCS-Directories: dev-python/libpillowfight/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 1db1d79b0d548ed609296184143845dbcb517848 X-VCS-Branch: master Date: Fri, 6 Apr 2018 08:59:57 +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: f6c11d3f-8595-4ccf-825a-84b5797e1eb6 X-Archives-Hash: 31e6b6f6932dd52a7e93156a6e0df578 commit: 1db1d79b0d548ed609296184143845dbcb517848 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Apr 6 08:59:41 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Apr 6 08:59:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db1d79b dev-python/libpillowfight: 0.2.3 bump Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/libpillowfight/Manifest | 1 + .../libpillowfight/libpillowfight-0.2.3.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/libpillowfight/Manifest b/dev-python/libpillowfight/Manifest index 557831ff7b1..d98340a9421 100644 --- a/dev-python/libpillowfight/Manifest +++ b/dev-python/libpillowfight/Manifest @@ -1 +1,2 @@ DIST libpillowfight-0.2.2.tar.gz 23125494 BLAKE2B b9620b0e574869d1efcc9449e09f281a5d2611ec15f144ee24b385b5f6f693f037c844904f0abc715d49125df7d1a27d6c433aed83b33371b3f07310be8288db SHA512 76dcaf9105b4dbbe427851d794e92ba023453e2d750ecdd4e3feb864534f9d99adb562b719b7c9af299ae16c0778b510ab96b4997cf9bcc6ea4c6f8f7471ae8a +DIST libpillowfight-0.2.3.tar.gz 14567996 BLAKE2B 2b3f289f8a86b2b50004adb158dd992fd18bdaac17f21de6f3a9493c8a54a869a788a71d71257845de43f6fa048789944d1b49fd2da190919dad18db7f7d70d0 SHA512 a1098776157a2f552c84bc0e36d8d69ec59e2405bb351253ebf4c5c241fe1ce0de01fac20b4240d010d555afaf4d2c269adce8c89894ab301e14f8c891a744da diff --git a/dev-python/libpillowfight/libpillowfight-0.2.3.ebuild b/dev-python/libpillowfight/libpillowfight-0.2.3.ebuild new file mode 100644 index 00000000000..72af33a9a74 --- /dev/null +++ b/dev-python/libpillowfight/libpillowfight-0.2.3.ebuild @@ -0,0 +1,28 @@ +# 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 + +DESCRIPTION="Small library containing various image processing algorithms" +HOMEPAGE="https://github.com/openpaperwork/libpillowfight" +SRC_URI="https://github.com/openpaperwork/libpillowfight/archive/${PV}.tar.gz -> ${P}.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}] )" + +python_prepare_all() { + sed -e "/'nose>=1.0'/d" -i setup.py || die + distutils-r1_python_prepare_all + + # Upstream Makefile requires git checkout + echo "#define INTERNAL_PILLOWFIGHT_VERSION \"${PV}\"" > src/pillowfight/_version.h || die +}