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 CF8B81395E2 for ; Thu, 10 Nov 2016 14:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B403EE08E9; Thu, 10 Nov 2016 14:28:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E699E08E9 for ; Thu, 10 Nov 2016 14:28:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD393415B6 for ; Thu, 10 Nov 2016 14:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 563D12499 for ; Thu, 10 Nov 2016 14:28:54 +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: <1478788091.efb01b0526ad1c639571edab555ae0c03a72a460.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.1.ebuild dev-python/libpillowfight/metadata.xml X-VCS-Directories: dev-python/libpillowfight/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: efb01b0526ad1c639571edab555ae0c03a72a460 X-VCS-Branch: master Date: Thu, 10 Nov 2016 14:28:54 +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: 9aaff4b0-7974-4a43-a43e-b8d45ef910da X-Archives-Hash: 60553bbf7e3df8a63846311e3551cf19 commit: efb01b0526ad1c639571edab555ae0c03a72a460 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Nov 10 14:25:54 2016 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Nov 10 14:28:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb01b05 dev-python/libpillowfight: initial commit New dep for app-text/paperwork Package-Manager: portage-2.3.2 dev-python/libpillowfight/Manifest | 1 + .../libpillowfight/libpillowfight-0.2.1.ebuild | 26 ++++++++++++++++++++++ dev-python/libpillowfight/metadata.xml | 11 +++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/libpillowfight/Manifest b/dev-python/libpillowfight/Manifest new file mode 100644 index 00000000..682c378 --- /dev/null +++ b/dev-python/libpillowfight/Manifest @@ -0,0 +1 @@ +DIST libpillowfight-0.2.1.tar.gz 23125246 SHA256 9a00e3636c8ebb00c40c6b0e6f4e6eb5a7ea7618704fdee18e145687f08de13c SHA512 352f23daa2cce39395604f3c545773fec26b336ae17cea9148b8d6b7f61f0fcd314ab08e4fde8dff85531ecfa07fbee0fda90e3258c04c39cad397a775318d95 WHIRLPOOL cdde4f9a4de9ff80557f21229549fe10192d2819f2a737973619c3b17cc83fab0faf084aa4c291e5dba8ae5094317664533f236b9ac38fed657bf7efa38298c1 diff --git a/dev-python/libpillowfight/libpillowfight-0.2.1.ebuild b/dev-python/libpillowfight/libpillowfight-0.2.1.ebuild new file mode 100644 index 00000000..d679cbc --- /dev/null +++ b/dev-python/libpillowfight/libpillowfight-0.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Small library containing various image processing algorithms" +HOMEPAGE="https://github.com/jflesch/libpillowfight" +SRC_URI="https://github.com/jflesch/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 +} diff --git a/dev-python/libpillowfight/metadata.xml b/dev-python/libpillowfight/metadata.xml new file mode 100644 index 00000000..ce9bac0 --- /dev/null +++ b/dev-python/libpillowfight/metadata.xml @@ -0,0 +1,11 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + + jflesch/libpillowfight + +