commit:     72ea7287a6cbad119c5b86648dc2da51e0e774bc
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 16:50:16 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 15:49:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ea7287

dev-python/imread: new ebuild

Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17890
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/imread/Manifest            |  1 +
 dev-python/imread/imread-0.7.3.ebuild | 28 ++++++++++++++++++++++++++++
 dev-python/imread/metadata.xml        | 16 ++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/imread/Manifest b/dev-python/imread/Manifest
new file mode 100644
index 00000000000..e195ce43958
--- /dev/null
+++ b/dev-python/imread/Manifest
@@ -0,0 +1 @@
+DIST imread-0.7.3.tar.gz 131492 BLAKE2B 
060bcd8312f24f2966f840a6403486a9a9a2f6b9d033e92f0268594711f4fa06530c2a825103683b1041570c43c3af584faf10acf45a95e693dc83c81da4190d
 SHA512 
401ec64fd4a65fac1cf2e1bd929cad00a8d704c6c03b8a10256d1e9c27cbc83b47a11567731a42c731aca3df9a5101b7ff90bb51f869695b1405c642e16486e7

diff --git a/dev-python/imread/imread-0.7.3.ebuild 
b/dev-python/imread/imread-0.7.3.ebuild
new file mode 100644
index 00000000000..bf90e09c789
--- /dev/null
+++ b/dev-python/imread/imread-0.7.3.ebuild
@@ -0,0 +1,28 @@
+# 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}]"
+
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+       'dev-python/numpydoc'
+
+distutils_enable_tests setup.py

diff --git a/dev-python/imread/metadata.xml b/dev-python/imread/metadata.xml
new file mode 100644
index 00000000000..7a3dcbaa2b9
--- /dev/null
+++ b/dev-python/imread/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>3dpr...@gentoo.org</email>
+               <name>Gentoo 3D Printer Project</name>
+       </maintainer>
+       <longdescription>
+               IO with images and numpy arrays.
+               Mahotas-imread is a simple module with a small number of 
functions.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">cgohlke/tifffile</remote-id>
+               <remote-id type="pypi">tifffile</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to