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 384FB13835A for ; Sun, 6 Dec 2020 17:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 303D1E09BC; Sun, 6 Dec 2020 17:14:41 +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 D3392E09B4 for ; Sun, 6 Dec 2020 17:14:40 +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 BFD8D3409D8 for ; Sun, 6 Dec 2020 17:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 605523A6 for ; Sun, 6 Dec 2020 17:14:38 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1607274872.a35788cfc6b462aa5dcca7f17c71daf9f3bfc7f5.expeditioneer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/imread/imread-0.7.3-r1.ebuild X-VCS-Directories: dev-python/imread/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: a35788cfc6b462aa5dcca7f17c71daf9f3bfc7f5 X-VCS-Branch: master Date: Sun, 6 Dec 2020 17:14:38 +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: 61188b99-f718-444f-9fb8-55b042347cbc X-Archives-Hash: 21ac3fdbf920fe41e3f62c81e841ebb0 commit: a35788cfc6b462aa5dcca7f17c71daf9f3bfc7f5 Author: Dennis Lamm gentoo org> AuthorDate: Sun Dec 6 15:28:18 2020 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Sun Dec 6 17:14:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35788cf dev-python/imread: added missing dependencies Closes: https://bugs.gentoo.org/753518 Signed-off-by: Dennis Lamm gentoo.org> dev-python/imread/imread-0.7.3-r1.ebuild | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/dev-python/imread/imread-0.7.3-r1.ebuild b/dev-python/imread/imread-0.7.3-r1.ebuild new file mode 100644 index 00000000000..fb98c1b82ed --- /dev/null +++ b/dev-python/imread/imread-0.7.3-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Read Image Files" +HOMEPAGE="http://luispedro.org/software/imread/ https://github.com/luispedro/imread" +SRC_URI="https://github.com/luispedro/imread/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + media-libs/libpng:0 + media-libs/libwebp:0 + media-libs/tiff:0 + " + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +distutils_enable_sphinx docs \ + 'dev-python/numpydoc' + +distutils_enable_tests setup.py