mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
graphics/py-imageio: Update to 2.2.0
Additional port changes: * Replaced with DISTVERSION * Added graphics/py-pillow dependency * Removed USES=zip Reported by: portscout Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
d391626b04
commit
81cff86a3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461673
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= imageio
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 2.2.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
|
||||
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \
|
||||
${PYNUMPY}
|
||||
|
||||
USES= python zip
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1474357843
|
||||
SHA256 (imageio-1.6.zip) = 8e7b46118f49fad8e8e14a6d8ef87de50d22e7437e25f6bfeb32d65a646cdca9
|
||||
SIZE (imageio-1.6.zip) = 3284543
|
||||
TIMESTAMP = 1518477312
|
||||
SHA256 (imageio-2.2.0.tar.gz) = 6dd95300d3d64713a2649334390fd9cf96712013172afd6e73b008e00934a73f
|
||||
SIZE (imageio-2.2.0.tar.gz) = 3277426
|
||||
|
|
Loading…
Add table
Reference in a new issue