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 DA7E8138330 for ; Thu, 1 Sep 2016 21:29:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D440B21C03E; Thu, 1 Sep 2016 21:29:23 +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 5F75521C03E for ; Thu, 1 Sep 2016 21:29:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4678C3408F9 for ; Thu, 1 Sep 2016 21:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EA88245A for ; Thu, 1 Sep 2016 21:29:20 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1472765342.0c72fb7f752e9411ef03f48bd64daad849e68d82.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/imageio/Manifest dev-python/imageio/imageio-1.5.ebuild dev-python/imageio/metadata.xml X-VCS-Directories: dev-python/imageio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0c72fb7f752e9411ef03f48bd64daad849e68d82 X-VCS-Branch: master Date: Thu, 1 Sep 2016 21:29:20 +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: d97c2f2a-a513-4b22-8d8c-4827211bdbc5 X-Archives-Hash: 26e670db579700d8df570e6adda8d472 commit: 0c72fb7f752e9411ef03f48bd64daad849e68d82 Author: Horea Christian yandex com> AuthorDate: Mon Aug 29 15:11:58 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Sep 1 21:29:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c72fb7f dev-python/imageio: new ebuild Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2160 Signed-off-by: David Seifert gentoo.org> dev-python/imageio/Manifest | 1 + dev-python/imageio/imageio-1.5.ebuild | 27 +++++++++++++++++++++++++++ dev-python/imageio/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest new file mode 100644 index 00000000..602fa4a --- /dev/null +++ b/dev-python/imageio/Manifest @@ -0,0 +1 @@ +DIST imageio-1.5.tar.gz 187004 SHA256 6240f5e8391b34bdeacf23bdb8f70c7b578dc11dec1644a6ba81b4153ad512f4 SHA512 2913353c02a26236f254c6cefce72cb8179cedeac4e1ebae435218dddfc35cbec9e806eefe99e174ca9c572c09725a697e1165f6be0bbdc657a9fcf2312c7460 WHIRLPOOL 0960f559cd47dcb0eeca2133a8118004b7fed7250da0c9a776d6745558345a59682f103bf2159e71c6f6571bed90a3879fb95d10c2af69ef83d80afe6b6c3a61 diff --git a/dev-python/imageio/imageio-1.5.ebuild b/dev-python/imageio/imageio-1.5.ebuild new file mode 100644 index 00000000..07d0d94 --- /dev/null +++ b/dev-python/imageio/imageio-1.5.ebuild @@ -0,0 +1,27 @@ +# 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="Python library for reading and writing image data" +HOMEPAGE="https://imageio.github.io/" +SRC_URI="https://github.com/imageio/imageio/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + media-libs/freeimage + " +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + " diff --git a/dev-python/imageio/metadata.xml b/dev-python/imageio/metadata.xml new file mode 100644 index 00000000..a997631 --- /dev/null +++ b/dev-python/imageio/metadata.xml @@ -0,0 +1,21 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Imageio is a Python library that provides an easy interface to read + and write a wide range of image data, including animated images, + video, volumetric data, and scientific formats. It is cross-platform, + runs on Python 2.x and 3.x, and is easy to install. + + + imageio/imageio + +