1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import py-imageio 1.5.

Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric data,
and scientific formats.
This commit is contained in:
Kevin Lo 2016-07-13 02:56:49 +00:00
parent fb4f990a8a
commit 0c263560fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418458
4 changed files with 33 additions and 0 deletions

View File

@ -842,6 +842,7 @@
SUBDIR += py-graph-dot
SUBDIR += py-graphy
SUBDIR += py-gvgen
SUBDIR += py-imageio
SUBDIR += py-imagesize
SUBDIR += py-mcomix
SUBDIR += py-ming

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= imageio
PORTVERSION= 1.5
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Python library for reading and writing image, video formats
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYNUMPY}
USES= python zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1468312984
SHA256 (imageio-1.5.zip) = 37ab7ad6ca37905cee6b3535a0dba21506647d663b4414089b85b20e2b9f985d
SIZE (imageio-1.5.zip) = 3269874

View File

@ -0,0 +1,5 @@
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric data,
and scientific formats.
WWW: http://imageio.github.io/