graphics/py-imutils: new port had been added (+)

A series of convenience functions to make basic image processing
operations such as translation, rotation, resizing, skeletonization,
and displaying Matplotlib images easier with OpenCV and Python.

WWW: https://github.com/PyImageSearch/imutils
This commit is contained in:
Alexey Dokuchaev 2023-10-24 11:56:30 +00:00
parent 878d268179
commit ce54739cf8
4 changed files with 23 additions and 0 deletions

View file

@ -894,6 +894,7 @@
SUBDIR += py-imageio-ffmpeg
SUBDIR += py-imagesize
SUBDIR += py-img2pdf
SUBDIR += py-imutils
SUBDIR += py-leather
SUBDIR += py-lerc
SUBDIR += py-mapclassify

View file

@ -0,0 +1,16 @@
PORTNAME= imutils
PORTVERSION= 0.5.4
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Series of convenience image processing functions
WWW= https://github.com/PyImageSearch/imutils
RUN_DEPENDS= opencv>0:graphics/opencv ${PYNUMPY}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1681172033
SHA256 (imutils-0.5.4.tar.gz) = 03827a9fca8b5c540305c0844a62591cf35a0caec199cb0f2f0a4a0fb15d8f24
SIZE (imutils-0.5.4.tar.gz) = 17240

View file

@ -0,0 +1,3 @@
A series of convenience functions to make basic image processing
operations such as translation, rotation, resizing, skeletonization,
and displaying Matplotlib images easier with OpenCV and Python.