bump imageio-2.3.0

This commit is contained in:
Andreas Billmeier 2019-11-07 00:54:36 +01:00
parent d426b23f12
commit 2b32b25231
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST imageio-2.3.0.tar.gz 284032 BLAKE2B adb59803e0ef80b58f587efb7c0244c354c1bdd9ce5bb56c8421602c0cf48f48bab3a043e68eb7a8962b88b99e4b0d570a2c13d700cd453a1c42e14e95f5f35a SHA512 2cea1ead0dd541d013bbf0317f4e22fef99db8c3c8c6dc6deb5c5a1ace17fb750807e455c14eb2b3bacd6fc955c58912b2d7f2ba9bc016ab1fda7b70d0c58f41
EBUILD imageio-2.3.0.ebuild 549 BLAKE2B cce1441648fbc39d0c3c27459708797e1f2a3411cb3a2b49da2ebd13fbb4a2b7018c06c8575bfdedb28b52296c50d0fdf01629ee20bd0de9b5b5f2fb2493f279 SHA512 d4985ea9a1484152b07d44edd63cc9a8d22f1cac4c5406717b19b3a6e06b5c26dcbdc82c1731be18cf106403055d9c5416128867b1fe6cd92938be6dec7f6955
MISC metadata.xml 763 BLAKE2B 27b20ebe876a614cc94676106128147bdfb59ac16e1a513b1d868922ecbf7ea8c61b4a27c973a8321a29c8f2d2dbabd92974f403d1bd036937ddca6d43117dca SHA512 b6729dbd110c5d7c977618ba6fdc7585609e4bc69f93d904a8796781273b38c9dd0e9a29e782f47e36d49dc72032d6967803f88e418a6a1ea8715c719342136e

View File

@ -0,0 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
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="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
media-libs/freeimage
"
DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">imageio/imageio</remote-id>
</upstream>
</pkgmetadata>