mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +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:
parent
fb4f990a8a
commit
0c263560fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418458
@ -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
|
||||
|
24
graphics/py-imageio/Makefile
Normal file
24
graphics/py-imageio/Makefile
Normal 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>
|
3
graphics/py-imageio/distinfo
Normal file
3
graphics/py-imageio/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1468312984
|
||||
SHA256 (imageio-1.5.zip) = 37ab7ad6ca37905cee6b3535a0dba21506647d663b4414089b85b20e2b9f985d
|
||||
SIZE (imageio-1.5.zip) = 3269874
|
5
graphics/py-imageio/pkg-descr
Normal file
5
graphics/py-imageio/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user