Files
2024-12-21 11:38:14 +00:00

26 lines
464 B
Makefile

COMMENT = python implementation of the blurhash algorithm
MODPY_DISTV = 1.1.4
DISTNAME = blurhash-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 4
CATEGORIES = graphics
HOMEPAGE = https://github.com/halcy/blurhash-python
MAINTAINER = Pamela Mosiejczuk <pamela@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
TEST_DEPENDS = graphics/py-Pillow \
math/py-numpy
.include <bsd.port.mk>